Changes between Version 9 and Version 10 of Manual_Settings


Ignore:
Timestamp:
Aug 2, 2012, 3:00:43 PM (12 years ago)
Author:
historic_bruno
Comment:

Some formatting cleanup

Legend:

Unmodified
Added
Removed
Modified
  • Manual_Settings

    v9 v10  
    33= Settings =
    44
    5 For info on how to permanently change various game settings, see the file [http://trac.wildfiregames.com/browser/ps/trunk/binaries/data/config/default.cfg binaries\data\config\default.cfg] (can be found in the folder where 0 A.D. is installed, which varies from operating system to operating system, so probably easiest to view it through the link). To change a setting, create a '''new''' local settings file. The path varies by your OS, see GameDataPaths. Open the new file in your text editor of choice, and copy any lines you want to change from `default.cfg` into the new `local.cfg`.
     5For info on how to permanently change various game settings, see the file [source:/ps/trunk/binaries/data/config/default.cfg binaries\data\config\default.cfg] (can be found in the folder where 0 A.D. is installed, which varies on different operating systems). To change a setting, create a '''new''' local settings file. The path varies by your OS, see GameDataPaths. Open the new file in your text editor of choice, and copy any lines you want to change from `default.cfg` into the new `local.cfg`.
    66
    77== Graphics Settings ==
     
    1313 * Shadows: You can disable shadows by adding `shadows=false`.
    1414 * Particles: You can disable particles by adding `particles=false`.
    15  * Render path: If you have any problems with graphics due to an older graphics card, add the line `renderpath=fixed` to test the game without shaders. If this fixes the problems, please [http://trac.wildfiregames.com/newticket report] it as a bug to us.
     15 * Render path: If you have any problems with graphics due to an older graphics card, add the line `renderpath=fixed` to test the game without shaders. If this fixes the problems, please [/newticket report] it as a bug to us.
    1616
    1717You can also set the game to run in windowed mode in a `local.cfg`, please see the `default.cfg` for info on how to do it.