From 288c829df68d0f2b2ad9335698bb7c9877194b09 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 3 Mar 2008 21:23:26 +0000 Subject: moved entities.def --- gtkradiant/osirion.game/base/entities.def | 31 +++++++++++++++++++++++++++++++ gtkradiant/osirion.game/entities.def | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 gtkradiant/osirion.game/base/entities.def delete mode 100644 gtkradiant/osirion.game/entities.def (limited to 'gtkradiant') diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def new file mode 100644 index 0000000..6f0f95b --- /dev/null +++ b/gtkradiant/osirion.game/base/entities.def @@ -0,0 +1,31 @@ +/*QUAKED worldspawn (0 0 0) +"name" name of the model +"scale" size divider, default is 64 + +the building blocks 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 + +An engine exhaust attached to the model. In-game an exhaust plume +will be rendered if the entities engines are running +*/ + +/*QUAKED target_cannon (0 0 1) (-8 -8 -8) (8 8 8) cannon attachment point +"model" name of the cannon model, default is none + +Provides the model with a cannon +*/ + +/*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 + +Provides the model with a turret +*/ + +/*QUAKED info_cockpit (0 1 0) (-8 -8 -8) (8 8 8) + +Location of the cockpit +*/ + diff --git a/gtkradiant/osirion.game/entities.def b/gtkradiant/osirion.game/entities.def deleted file mode 100644 index 6f0f95b..0000000 --- a/gtkradiant/osirion.game/entities.def +++ /dev/null @@ -1,31 +0,0 @@ -/*QUAKED worldspawn (0 0 0) -"name" name of the model -"scale" size divider, default is 64 - -the building blocks 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 - -An engine exhaust attached to the model. In-game an exhaust plume -will be rendered if the entities engines are running -*/ - -/*QUAKED target_cannon (0 0 1) (-8 -8 -8) (8 8 8) cannon attachment point -"model" name of the cannon model, default is none - -Provides the model with a cannon -*/ - -/*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 - -Provides the model with a turret -*/ - -/*QUAKED info_cockpit (0 1 0) (-8 -8 -8) (8 8 8) - -Location of the cockpit -*/ - -- cgit v1.2.3