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.
Printable View
wow mods already turning up :) Thanks to all mod makers.
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
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
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
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.