Changes between Version 10 and Version 11 of Playing0AD


Ignore:
Timestamp:
Jul 13, 2009, 1:24:54 AM (15 years ago)
Author:
Robert Schultz
Comment:

This is how it appears in a freshly downloaded setup.

Legend:

Unmodified
Added
Removed
Modified
  • Playing0AD

    v10 v11  
    181181The rest of this section will show you specific commands you can give with the console that should be useful for any kind of testing. It is targeted at both programmers and artists. The last section, Further Reference, lists more resources for programmers.
    182182
    183 ==== Placing Units ====
    184 
    185 You can place units through the `startPlacing` command if you know their template name (the name of their XML file in `binaries/data/mods/official/entities`. For example, the following places a Hoplite:
     183==== Placing Objects ====
     184
     185You can place objects through the `startPlacing` command if you know their template name (the name of their XML file in `binaries/data/mods/public/entities/`. For example, the following places a Hoplite:
    186186
    187187{{{