diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-09 18:39:19 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-09 18:39:19 +0000 |
commit | 351c1d6377741b78d6bb8429143b9e049d689d7f (patch) | |
tree | 704e02f77a7d62dfe530981f1a21885950a9e846 /gtkradiant | |
parent | f1eef748e3f1ba63f851731ef37ce287d13509c1 (diff) |
added Ikarus Satellite, update gtkradiant entities.def
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 6f0f95b..322ce46 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -1,31 +1,34 @@ -/*QUAKED worldspawn (0 0 0) -"name" name of the model -"scale" size divider, default is 64 +/*QUAKED worldspawn (0 0 0) ? +The building blocks of the model -the building blocks of the model +"name" name of the model */ -/*QUAKED target_engine (1 0 0) (-8 -8 -8) (8 8 8) engine exhaust -"model" name of the engine model, default is none - +/*QUAKED target_engine (1 0 0) (-8 -8 -8) (8 8 8) ? An engine exhaust attached to the model. In-game an exhaust plume will be rendered if the entities engines are running + +"model" name of the engine model, default is none */ -/*QUAKED target_cannon (0 0 1) (-8 -8 -8) (8 8 8) cannon attachment point -"model" name of the cannon model, default is none +/*QUAKED target_cannon (0 0 1) (-8 -8 -8) (8 8 8) ? +Provides the model with a cannon (not implemented) -Provides the model with a cannon +"model" name of the cannon model, default is none */ -/*QUAKED target_turret (0.5 0.5 1) (-8 -8 -8) (8 8 8) turret attachment point -"model" name of the turret model, default is none +/*QUAKED target_turret (0.5 0.5 1) (-8 -8 -8) (8 8 8) ? +Provides the model with a turret (not implemented) -Provides the model with a turret +"model" name of the turret model, default is none */ -/*QUAKED info_cockpit (0 1 0) (-8 -8 -8) (8 8 8) - -Location of the cockpit +/*QUAKED info_cockpit (0 1 0) (-8 -8 -8) (8 8 8) ? +Location of the cockpit (not implemented) */ +/*QUAKED light (1 1 1) (-8 -8 -8) (8 8 8) strobe +A small exterior light + +strobe make a strobe light +*/
\ No newline at end of file |