Prerequisites
Game Version
Bug Description
On non-Windows builds a map added to the user maps directory is parsed again on every launch and never reaches the cache.
Reproduction Steps
- Add a custom map to the user maps directory on a non-Windows build.
- Start the game, let the map cache pick it up, then quit.
- Observe MapCache.ini is unchanged and a file named
Maps\MapCache.ini was created alongside it.
- Start again and observe the same map is parsed from scratch a second time.
Additional Context
The cache path is assembled with a hardcoded Windows separator before the file name is appended.
Prerequisites
Game Version
Bug Description
On non-Windows builds a map added to the user maps directory is parsed again on every launch and never reaches the cache.
Reproduction Steps
Maps\MapCache.iniwas created alongside it.Additional Context
The cache path is assembled with a hardcoded Windows separator before the file name is appended.