🛈 Announcement
Greetings! Far Cry forums are now archived and accessible in read-only mode, please go to the new platform to discuss the game.
  1. #501
    Originally Posted by Insurgente216 Go to original post
    i need to improve my game performance someone can help me ? the ultralow mod is bad i play with 21 fps
    You can't go much lower without engine/shader source code. I can further lower draw distances or completely disable stuff like hemimaps, but it will looks totally crappy.
    Share this post

  2. #502
    stolenbows's Avatar Member
    Join Date
    Apr 2012
    Location
    holland
    Posts
    76
    wow mods already turning up Thanks to all mod makers.
    Share this post

  3. #503
    Originally Posted by solecist Go to original post
    he wasn't referring to the stat bars as being part of the LOD -- just that the duplicate weapons in that file are there because the display model in the store is different than the first person/third person model you see outside of the menu. you should be able to change the stats when you locate the correct variables.
    Good news, I found the variables for the stats. They are located in "shoppingitems.lib"
    Bad news, they look like this:

    <object name="WeaponStatistics">
    <field name="iAccuracy" type="BinHex">0000C040</field>
    <field name="iDammage" type="BinHex">00000041</field>
    <field name="iRange" type="BinHex">00004040</field>
    <field name="iFireRate" type="BinHex">0000E040</field>
    <field name="iHandling" type="BinHex">0000E040</field>
    <field name="iStarRating" type="BinHex">00008040</field>
    <field name="iStarRatingBonus" type="BinHex">00000000</field>


    Originally Posted by Leechmonger Go to original post
    This has been addressed with r76.
    That is a huge improvement. Thank you.
    Share this post

  4. #504
    Originally Posted by COWENS369 Go to original post
    Good news, I found the variables for the stats. They are located in "shoppingitems.lib"
    Bad news, they look like this:

    <object name="WeaponStatistics">
    <field name="iAccuracy" type="BinHex">0000C040</field>
    <field name="iDammage" type="BinHex">00000041</field>
    <field name="iRange" type="BinHex">00004040</field>
    <field name="iFireRate" type="BinHex">0000E040</field>
    <field name="iHandling" type="BinHex">0000E040</field>
    <field name="iStarRating" type="BinHex">00008040</field>
    <field name="iStarRatingBonus" type="BinHex">00000000</field>

    That is a huge improvement. Thank you.

    The good news is: these values is floats:
    Code:
          <field name="iAccuracy" type="BinHex">6</field> //float
          <field name="iDammage" type="BinHex"8</field>  //float
          <field name="iRange" type="BinHex">3</field> //float
          <field name="iFireRate" type="BinHex">7</field> //float
          <field name="iHandling" type="BinHex">7</field> //float
          <field name="iStarRating" type="BinHex">4</field>  //float
          <field name="iStarRatingBonus" type="BinHex">00000000</field> //0
    Share this post

  5. #505
    Hey,

    Can anyone tell me where I should be looking to change the opacity of the HUD? I'm using the 1.4 compilation but I'm finding the ammo part that's still white incredibly annoying when it appears...

    I'm also looking to lower the opacity of the health and armour bars even further.

    Thanks

    Jamie
    Share this post

  6. #506
    I used the in thread search thing and couldn't find a compilation that I liked because I'm picky, but could someone combine:
    Leech's attachment mod (http://tinyurl.com/bkn2a9z)
    Khenaz's better sights mod (http://tinyurl.com/axgvl2d)
    and
    Haoose's hardcore hud mod (http://rghost.net/41928486)

    Like I said, I'm picky and part of that is wanting the minimap to be there as a road map, just not some godly GPS that notifies you of where boxes of money are, and relics that have been there for hundreds of years by walking within 15 feet of them.

    Thank you in advance
    Share this post

  7. #507
    Originally Posted by RustyRampRade Go to original post
    I used the in thread search thing and couldn't find a compilation that I liked because I'm picky, but could someone combine:
    Leech's attachment mod (http://tinyurl.com/bkn2a9z)
    Khenaz's better sights mod (http://tinyurl.com/axgvl2d)
    and
    Haoose's hardcore hud mod (http://rghost.net/41928486)

    Like I said, I'm picky and part of that is wanting the minimap to be there as a road map, just not some godly GPS that notifies you of where boxes of money are, and relics that have been there for hundreds of years by walking within 15 feet of them.

    Thank you in advance
    Have you tried using the tools to make your own compilation?
    This thread is not the appropriate place to make request.
    Share this post

  8. #508
    Originally Posted by COWENS369 Go to original post
    Have you tried using the tools to make your own compilation?
    This thread is not the appropriate place to make request.

    The tools come with no readme , instructions, or tutorial. I can think of no better place then here to make a request or ask for help since all the people making the mods are keeping an eye on this thread.
    Share this post

  9. #509
    Originally Posted by hammerhorde Go to original post
    The tools come with no readme , instructions, or tutorial. I can think of no better place then here to make a request or ask for help since all the people making the mods are keeping an eye on this thread.
    If you try to open the tools up without giving them any input; they will tell you how to use them.
    Share this post

  10. #510
    Originally Posted by hammerhorde Go to original post
    The tools come with no readme , instructions, or tutorial. I can think of no better place then here to make a request or ask for help since all the people making the mods are keeping an eye on this thread.
    All of the information needed to use the tool is on this thread, it is not rocket science. This is not a good place to make request. This thread is for releasing mods, technical aid, and information sharing related to mods.

    You could help us all by creating a thread specifically for the purpose of mod request if you wish.
    Share this post