Changes between Version 15 and Version 16 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Jan 15, 2012, 4:52:29 PM (12 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v15 v16  
    9696||'''Name'''||'''Readonly'''||'''Description'''||'''Path MAC'''||'''Determined by/Set where?'''||
    9797||Game data root||Y||Data-Directory for static game data||[Bundle]/Contents/Resources/data||m_rdata in Paths.cpp||
    98 ||User data root||N||Root-Directory for data the user creates with the game (savegames, screenshots etc...)||~/.local/share/0ad||m_Data in Paths.cpp||
    99 ||savegame directory||N||Directory where savegames are saved to and loaded from||~/.local/share/0ad/saves||As [User data root]/saves in GameSetup.cpp InitVFS||
    100 ||screenshot directory||N||Directory where screnshots are saved by the game||~/.local/share/0ad/screenshots||AS [User data root]/screenshots in GameSetup.cpp InitVFS||
     98||User data root||N||Root-Directory for data the user creates with the game (savegames, screenshots etc...)||~/Documents/0ad||m_Data in Paths.cpp||
     99||savegame directory||N||Directory where savegames are saved to and loaded from||~/Documents/0ad/saves||As [User data root]/saves in GameSetup.cpp InitVFS||
     100||screenshot directory||N||Directory where screnshots are saved by the game||~/Documents/0ad/screenshots||AS [User data root]/screenshots in GameSetup.cpp InitVFS||
    101101||Default config||Y||Defaullt config-file which is readonly||[Bundle]/Contents/Resources/data/config||As [Game data root]/config in GameSetup.cpp IniVFS||
    102 ||Userconfig root||N||Currently unclear... why is [Logs] here and not in [User data root]?||~/.config/0ad||As xdgConfig in Paths.cpp||
    103 ||Userconfig||N||Contains user specific configuration settings||~/.config/0ad/config||m_config = [Userconfig root]/config in Paths.cpp||
    104 ||Logs||N||Contains logs created by the game||~/.config/0ad/logs||m_logs = [Userconfig root]/logs in Paths.cpp||
    105 ||Cache||N||Cache directory||~/.cache/0ad||m_cache
     102||Userconfig root||N||Currently unclear... why is [Logs] here and not in [User data root]?||~/Documents/0ad||As xdgConfig in Paths.cpp||
     103||Userconfig||N||Contains user specific configuration settings||~/Documents/0ad/config||m_config = [Userconfig root]/config in Paths.cpp||
     104||Logs||N||Contains logs created by the game||~/Documents/0ad/logs||m_logs = [Userconfig root]/logs in Paths.cpp||
     105||Cache||N||Cache directory||~/Library/Application Support/0ad/cache||m_cache||
    106106||Mods||Y||Directory where „modable“ data is places,,, not quite clear yet how this should work||???||???||