Changes between Version 54 and Version 55 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Mar 22, 2012, 10:05:24 PM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v54 v55  
    136136
    137137||'''Name'''||'''Readonly'''||'''Description'''||'''Path Windows'''||'''Path Linux'''||'''Path Mac'''||'''Determined by/Set where?'''||
    138 ||Game data root||Y||Data-Directory for static game data||relative to EXE||[`INSTALLED_DATADIR` or relative to binary]/||`[Bundle]/Contents/Resources/data` or relative to binary||`m_rdata` in Paths.cpp||
    139 ||User data root||N||Root-Directory for data the user creates in-game (savegames, screenshots etc...)||`My Documents\My Games\0ad`||`$XDG_DATA_HOME/0ad`||`~/Documents/0ad`||`m_Data` in Paths.cpp||
    140 ||Savegame directory||N||Directory where savegames are saved to and loaded from||`My Documents\My Games\0ad\saves`||`$XDG_DATA_HOME/0ad/saves`||`~/Documents/0ad/saves`||As `[User data root]\saves` in GameSetup.cpp InitVFS||
    141 ||screenshot directory||N||Directory where screenshots are saved by the game||`My Documents\My Games\0ad\screenshots`||`$XDG_DATA_HOME/0ad/screenshots`||`~/Documents/0ad/screenshots`||As `[User data root]\screenshots` in GameSetup.cpp InitVFS||
    142 ||Default config||Y||Default config-file which is readonly||relative to EXE||[`INSTALLED_DATADIR` or relative to binary]/config||`[Bundle]/Contents/Resources/data/config` or relative to binary||As `[Game data root]\config` in GameSetup.cpp IniVFS||
    143 ||Userconfig||N||Contains user specific configuration settings||`My Documents\My Games\0ad\` or `%appdata%\0ad\config`||`$XDG_CONFIG_HOME/0ad/config`||`~/Library/Application Support/0ad/config`||`m_config` in Paths.cpp||
    144 ||Logs||N||Contains logs created by the game||`My Documents\My Games\0ad\logs` or `%appdata%\0ad\logs`||`$XDG_CONFIG_HOME/0ad/logs`||`~/Documents/0ad/logs`||`m_logs` in Paths.cpp||
     138||Game data root||Y||Data-Directory for static game data||relative to EXE||`INSTALLED_DATADIR` or relative to binary||`[BundlePath]/Contents/Resources/data` or relative to binary||`m_rdata` in Paths.cpp||
     139||User data root||N||Root-Directory for data the user creates in-game (savegames, screenshots etc...)||`My Documents\My Games\0ad`||`$XDG_DATA_HOME/0ad`||`~/Library/Application\ Support/0ad/data`||`m_Data` in Paths.cpp||
     140||Savegame directory||N||Directory where savegames are saved to and loaded from||`My Documents\My Games\0ad\saves`||`$XDG_DATA_HOME/0ad/saves`||`~/Library/Application\ Support/0ad/data/saves`||As `[User data root]\saves` in GameSetup.cpp InitVFS||
     141||screenshot directory||N||Directory where screenshots are saved by the game||`My Documents\My Games\0ad\screenshots`||`$XDG_DATA_HOME/0ad/screenshots`||`~/Library/Application\ Support/0ad/data/screenshots`||As `[User data root]\screenshots` in GameSetup.cpp InitVFS||
     142||Default config||Y||Default config-file which is readonly||relative to EXE||`INSTALLED_DATADIR/config` or relative to binary||`[BundlePath]/Contents/Resources/data/config` or relative to binary||As `[Game data root]\config` in GameSetup.cpp IniVFS||
     143||Userconfig||N||Contains user specific configuration settings||`%appdata%\0ad\config`||`$XDG_CONFIG_HOME/0ad/config`||`~/Library/Application\ Support/0ad/config`||`m_config` in Paths.cpp||
     144||Logs||N||Contains logs created by the game||`%appdata%\0ad\logs`||`$XDG_CONFIG_HOME/0ad/logs`||`~/Library/Application\ Support/0ad/logs`||`m_logs` in Paths.cpp||
    145145||Cache||N||Cache directory||`%localappdata%\0ad\cache`||`$XDG_CACHE_HOME/0ad`||`~/Library/Caches/0ad`||`m_cache` in Paths.cpp||
    146 ||User mod||N||User mod directory, where e.g. Atlas should save maps||`My Documents\My Games\0ad\mods\user`||`$XDG_DATA_HOME/0ad/mods/user`||`~/Documents/0ad/mods/user`||'''Not implemented yet'''||
    147 ||Mods||Y||Other mods added by the user||`My Documents\My Games\0ad\mods`||`$XDG_DATA_HOME/0ad/mods`||`~/Documents/0ad/mods`||'''Not implemented yet'''||
     146||User mod||N||User mod directory, where e.g. Atlas should save maps||`My Documents\My Games\0ad\mods\user`||`$XDG_DATA_HOME/0ad/mods/user`||`~/Library/Application\ Support/0ad/mods/user`||'''Not implemented yet'''||
     147||Mods||Y||Other mods added by the user||`My Documents\My Games\0ad\mods`||`$XDG_DATA_HOME/0ad/mods`||`~/Library/Application\ Support/0ad/mods`||'''Not implemented yet'''||
    148148----
    149149