Re: Keys Config per map? [message #487791 is a reply to message #487780] |
Sun, 08 June 2014 16:12 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
In theory it would work, if the following assumptions were true (might not be);
1) keys.cfg is loaded using the same methods as other INI files
2) keys.cfg is read during map load and not as a one-time init thing
There's a good chance that 1 is not true (since normal files don't support saving them back out to disk at runtime, nor reading from the user data folder) and that 2 is also not true (since it has to be loaded in memory in order to populate the entries in the extended config options).
So, in all likelihood, no, it's not read per-map.
[Updated on: Sun, 08 June 2014 16:13] Report message to a moderator
|
|
|