From d0080d52c0b6ce630603a6fb46d871991359a5d2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 11 Aug 2009 11:49:52 +0000 Subject: misc_model support, full model path in ships.ini --- gtkradiant/osirion.game/base/entities.def | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gtkradiant') 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 +*/ -- cgit v1.2.3