diff options
author | Stijn Buys <ingar@osirion.org> | 2009-08-11 11:49:52 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-08-11 11:49:52 +0000 |
commit | d0080d52c0b6ce630603a6fb46d871991359a5d2 (patch) | |
tree | 96338d43de60fef8b124bd3c98763fd53928b872 /gtkradiant | |
parent | 7d0c0afd194e79be5812aa1bb4251d9690621cf7 (diff) |
misc_model support, full model path in ships.ini
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 42abe19..ff6ebe9 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -116,3 +116,13 @@ roll roll angle of the rotation /*QUAKED func_door (0 .5 1) ? A door (not implemented) */ + +// ---- MISC_MODEL ------------------------------------------------- + +/*QUAKED misc_model (1 .5 .25) (-8 -8 -8) (8 8 8) ? +Generic placeholder for inserting ASE models. + +angle direction in which model will be oriented. +model path/name of model to use (eg: models/objects/engine_part.ase). +modelscale scaling factor +*/ |