Changes between Version 4 and Version 5 of Playing0AD


Ignore:
Timestamp:
Dec 6, 2008, 1:41:09 AM (15 years ago)
Author:
Anton Galitch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Playing0AD

    v4 v5  
    2424* Map name dropdown: Lists all the maps you have.
    2525* Screenshot Mode: Check this box when you just want to open a map to take screenshots instead of playing. This will disable line of sight and fog of war, as well as put all the units in Passive stance, so they do not attack each other.
    26 
     26* LOS: You can switch from normal to explored or all visible, that will show the whole map (explored) or show the map + deactivate the fog of war (all visible)
    2727For now, leave the settings as default. That is, play on the map '''Latium''', with screenshot mode off. '''Latium''' is our "typical" map, created from a random map script, and complete with resources, territories, etc.
    2828
     
    157157=== Quitting a Match ===
    158158
    159 You can quit a match and return to the main menu at any time by pressing '''Alt-X'''. (Really, there should be a GUI button for this...).
     159You can quit a match and return to the main menu at any time by pressing '''Alt-X''' (For fast quiting), or pressing ESCAPE key. This will ask you for confirmation, if you click yes you will return to the main menu.
    160160
    161161= Developer Features =
     
    167167The in-game console displays various messages and lets you execute commands using JavaScript, with access to the same set of functions as the scripts.
    168168
    169 To open or close the console, press '''~''' (the tilde key at the top left of the keyboard).
     169To open or close the console, press F9 or '''~''' (the tilde key at the top left of the keyboard).
    170170
    171171To run a JavaScript command, type `:[code]` in the console and press Enter.
     
    173173To evaluate a JavaScript expression, type `?[code]` in the console and press Enter.
    174174
     175You can also see the value of some javascript objects, properties or variables by typing `?[variable]`
     176
    175177The console also has history functionality. You can press the up and down arrow keys to navigate through the past hundred lines you have typed. You can also begin typing a command, and press the up arrow key after a few characters to navigate through commands that started with the same thing. For example, typing `:se` and pressing <up> will give you the last command you typed that started with `se`.
    176178
     
    195197}}}
    196198
    197 === Modifying Units ===
     199You can also press the SUPR or DEL key to kill a selected unit.
     200
     201=== Modifying Units ===``
    198202
    199203You can modify a variety of traits on the selected units. For example, to give the currently selected unit 100 melee damage, use: