Tunables Editor
Hey guys, I've had this program for a while and wasn't planning to release, but since some people don't trust cheat engine, and also do not have experience with editing the .ct tables, I have decided to release it.
Put simply, it provides an easy to use tunables editor, using a .ini file as a config.
E.G, if you want to do impromptu races for 15 mil, you would make a .ini file which included this
Code:
[float]
160 = 15000000.0
163 = 300000.0
The 2 ini sections, [int] and [float] tell the program whether you are trying to edit an int or float, with the X = Y format showing INDEX = VALUE_TO_SET. (Keep in mind it is index not offset)

I've included tunables_impromptu.ini and tunables_unlocks.ini to get people started, a Memory dump of the tunables, and my own personal list of 'useful' know tunables (most of them are unlocks).
Virus Scans:
Credits:
- Phokz for the tunables AOB Scan
- Lost_Warrior for the unlocks tunables
EDIT:
I mis-typed the tunables_impromptu.ini file. It should read
Code:
[float]
160 = 15000000.0
163 = 300000.0