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.Originally Posted by Insurgente216 Go to original post
Good news, I found the variables for the stats. They are located in "shoppingitems.lib"Originally Posted by solecist Go to original post
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.Originally Posted by Leechmonger Go to original post
Originally Posted by COWENS369 Go to original post
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![]()
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?Originally Posted by RustyRampRade Go to original post
This thread is not the appropriate place to make request.
Originally Posted by COWENS369 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.Originally Posted by hammerhorde Go to original post
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.Originally Posted by hammerhorde Go to original post
You could help us all by creating a thread specifically for the purpose of mod request if you wish.