settis wrote: ↑Tue May 16, 2017 7:05 pm
Doesn't work. I had the same report.
Quick question.
Are you going to the menu -> skill
screen after loading the table?
settis and wolv got the same report then it is hopeful.
These reports just give the memory values where the skill attributes are stored.
So in theory anyone should be able to make a table that shows all the
skill attributes by simply copying the memory addresses into a table, and changing
the descriptions appropriately.
For example,
82039A80 :: 4.000000 <-- Omni Grenade: Damage Radius (m)
82039BA0 :: 1.000000 <-- Omni Grenade: Power Cell (grenade) capacity [base]
80E36168 :: 13.000000 <-- Barricade: Duration (s)
Can anyone try changing these address values to something like the following.
1)
82039A80 to 111 (Float)
82039BA0 to 222
80E36168 to 333
You can do this by clicking the "Add Address Manually" then changing type to "Float"
and setting the Address to the Addresses above (e.g. 82039A80)
Then change the values to some recognizable values like 111.
Then go to menu -> skill -> Omni grenade
Check if the damage radius and power cell capacity have changed.
Make sure you exit the menu screen then RE-ENTER the menu->skill after changing.
The numbers won't update unless you re-enter the menu.
2) Take screenshot of my table. I wanna know if those values are at least being
loaded properly on the table.