Aardvark Editor - xAranaktu/FC-24-Live-Editor GitHub Wiki
Aardvark Editor
Aardvark database contains key-value pairs from all kind of .ini
files used by the game.
With Aardvark Editor you can edit the values without editing the .ini
files itself.
Probably it doesn't have as big impact as I though when I started working on it, but still I decided to release this feature. Maybe some of you will find it useful.
How to access Aardvark Editor
You can find Gameplay Attribulator Editor in Features
window, between GP Attribulator
& Misc Features
How to edit value
To edit the value:
- Find key you want to edit
- Click on button with
Edit
icon
- In
Edit Entry
window change the value - Click
Confirm
Your value will stay until you restart the game, or until the game will reload the .ini
file. Like for example some .ini
files are loaded when you enter career mode and if your key is in that file being reloaded it will reset your changes.
LUA
Aardvark Database can be edited with lua scripts with AardvarkManager
Examples:
Set ENABLE_HAND
to 0
LE.aardvark_manager:SetInt("ENABLE_HAND", 0)