equal
deleted
inserted
replaced
310 |
310 |
311 == `schemes.ini` == |
311 == `schemes.ini` == |
312 Legacy file for game schemes for version 0.9.23 and older. Since 0.9.24, this file is no longer actively used, it is now only used to import schemes to the new format when the `Schemes/Game/` directory has not been created yet. |
312 Legacy file for game schemes for version 0.9.23 and older. Since 0.9.24, this file is no longer actively used, it is now only used to import schemes to the new format when the `Schemes/Game/` directory has not been created yet. |
313 |
313 |
314 === {{{[schemes]}}} === |
314 === {{{[schemes]}}} === |
315 _List of custom scheme settings as key-value pairs, each with a key of "index number of scheme backslash setting name". The only exception is `size` which holds the number of game schemes in this file. |
315 List of custom scheme settings as key-value pairs, each with a key of "index number of scheme backslash setting name". The only exception is `size` which holds the number of game schemes in this file. |
316 |
316 |
317 || *Setting* || *Type* || *Description* || |
317 || *Setting* || *Type* || *Description* || |
318 || size=1 || Integer || Number of custom scheme settings || |
318 || size=1 || Integer || Number of custom scheme settings || |
319 || 1\name=new || String || Name of scheme no. 1 || |
319 || 1\name=new || String || Name of scheme no. 1 || |
320 || 1\fortsmode=false || Boolean || Whether forts are used in scheme no. 1. This is no longer used since 0.9.23 || |
320 || 1\fortsmode=false || Boolean || Whether forts are used in scheme no. 1. This is no longer used since 0.9.23 || |