Changes between Version 3 and Version 4 of Playing0AD


Ignore:
Timestamp:
Dec 6, 2008, 12:52:37 AM (15 years ago)
Author:
Erik Johansson
Comment:

checked things up to, but not including, Playing a match

Legend:

Unmodified
Added
Removed
Modified
  • Playing0AD

    v3 v4  
    1212
    1313You can change various graphics settings in the file `binaries\data\config\system.cfg`. Open this file in Notepad to be able to edit it. You need not do this now, but they might be useful in the future. Here are the main ones you might be interested in changing:
    14 * Windowed mode: To enable windowed mode, change the line `windowed=false` to `windowed=true`. Also, remove the semicolons before `xres=1024` and `yres=768` to make the window smaller than your desktop resolution.
     14* Fullscreen mode: To enable fullscreen mode, change the line `windowed=true` to `windowed=false`. Also, add semicolons before `xres=1024` and `yres=768`.
    1515* Render path: If you have any problems with graphics due to an older graphics card, change the line `renderpath=default` to `renderpath=fixed` to make sure 0 A.D. uses no shaders.
    16 * Fancy water: If, on the other hand, you have a really high-end graphics card, enable pixel-shaded water by changing `fancywater=false` to `fancywater=true`. Note that it's also possible to toggle fancy water while the game is running however, if you only want to use it occasionally.
    17 
    18 If you modify `system.cfg`, make sure you do *not* commit it to SVN, so that new members check out the old version of the file.
     16* Fancy water: Again, if you have an older graphics card, or just don't want all the fancy effects, you can disable pixel-shaded water by changing `fancywater=true` to `fancywater=false`. Note that it's also possible to toggle fancy water while the game is running however, if you only want to check how things look temporarily or just want to use it occasionally.
     17
     18If you modify `system.cfg`, make sure you do *not* commit it to SVN, so that new members check out the default version of the file.
    1919
    2020= Playing a Match =
     
    266266Run the Actor Editor through `binaries/system/ActorEditor.exe`.
    267267
    268 (Todo: Explain.)
     268See