diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/world.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/world.html b/doc/world.html index 0f127dc..5792c83 100644 --- a/doc/world.html +++ b/doc/world.html @@ -186,13 +186,14 @@ default=yes <p> <p> - An entity with a model can be created by setting the <i>model</i> key. The radius of a model is automaticly calculated: + An entity with a model can be created by setting the <i>model</i> key. The radius is automaticly calculated. + A model can be a .map file or a .ase model. </p> <table> <tr> <td class="wide"><i>model =</i></td> <td class="narrow"><strong>[string]</strong></td> - <td>filename of the model in the <i>maps/</i> directory, without extension.</td> + <td>filename of the model, without extension</td> </tr> </table> @@ -267,7 +268,7 @@ color=1 1 0 [entity] label=ikarus name=Ikarus satellite -model=satellites/ikarus +model=maps/satellites/ikarus ; blue color=100 100 230 location=64 0 0 @@ -294,7 +295,7 @@ pitch=15 [station] label=alexandria name=Alexandria outpost -model=stations/alexandria +model=maps/stations/alexandria location=-192 -704 32 ; brown color=222 192 145 @@ -349,7 +350,7 @@ location=716 -1008 20 [jumpgate] label=jumpgate_brogha name=Jumpgate Ghant -> Brogha -model=satellites/jumpgate +model=maps/satellites/jumpgate target=brogha:jumpgate_ghant location=716 -1024 24 direction=90 |