Changes between Initial Version and Version 2 of Ticket #2553


Ignore:
Timestamp:
May 14, 2014, 3:15:50 PM (10 years ago)
Author:
Itms
Comment:

Sorry, it was actually mods/user/config/user.cfg. I correct the ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2553 – Description

    initial v2  
    11I encountered this problem on the alpha16 rcs: my config changes were not remembered.
    22
    3 After a quick research I found out that a file mods/user/user.cfg was created in my My Games/ folder (see GameDataPaths). This file was identical to my %appdata/0ad/config/user.cfg but none of the two files was modified by the game.
     3After a quick research I found out that a file mods/user/config/user.cfg was created in my My Games/ folder (see GameDataPaths). This file was identical to my %appdata/0ad/config/user.cfg but none of the two files was modified by the game.
    44
    55'''This only happens for a non-development copy.''' The reason is the code in GameSetup.cpp, at line 405 a "user" mod is created and at line 465 the use of My Games/ folder is forced with higher priority.