List of all(?) INI keys read by the game on startup

+
https://pastebin.com/xi7H0Yfc

The part in brackets is the section it goes under, and after that is the key name. I dumped this by hooking a function in the game's code using Cheat Engine, so this list is in the order that the game reads them. I may be missing one or more; it might use a different function for others. But it seems like most of them, at least.

Unfortunately, while I do see several lines that relate to a debug console, I don't see anything that looks like it'll actually enable the console. Hopefully someone will find a way soon!

Also, some of these don't appear to do anything, but for one of them that does ([GameServices] LogPath) I tried putting it both in gameservices.ini where it's probably intended to go, and then in general.ini (adding the [GameServices] header above it) and it worked in both places, so my guess is it doesn't matter which INI file they go in, as long as it's under the correct section header. I'm not sure if any special syntax is required for the ones with slashes in them, though.
 
Top Bottom