diff options
author | Evan Goers <mega@osirion.org> | 2013-10-21 07:07:31 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2013-10-21 07:07:31 +0000 |
commit | 3d2c8486e5fb36c49a96857908e08563c60e2b73 (patch) | |
tree | c5d315265eab02fb991875d92f3c8883d9fb2857 /base/maps/pirate | |
parent | 49ba4bba9b0bfe0e225104fb759d2f7db0136990 (diff) |
Updated and fixed models with particles. Tweaked engine exhaust particles slightly.
Diffstat (limited to 'base/maps/pirate')
-rw-r--r-- | base/maps/pirate/sections/engine_large.map | 15 | ||||
-rw-r--r-- | base/maps/pirate/sections/engine_medium.map | 17 | ||||
-rw-r--r-- | base/maps/pirate/sections/engine_small.map | 10 | ||||
-rw-r--r-- | base/maps/pirate/sections/engine_tiny.map | 10 |
4 files changed, 7 insertions, 45 deletions
diff --git a/base/maps/pirate/sections/engine_large.map b/base/maps/pirate/sections/engine_large.map index 3ebf620..d12497b 100644 --- a/base/maps/pirate/sections/engine_large.map +++ b/base/maps/pirate/sections/engine_large.map @@ -90,21 +90,8 @@ colors/grey25_shiny } // entity 1 { -"classname" "light" -"origin" "-8.000000 0.000000 0.000000" -"light" "24" -"spawnflags" "4" -} -// entity 2 -{ "classname" "fx_particles" "origin" "-8.000000 0.000000 0.000000" "script" "engine_exhaust" -} -// entity 3 -{ -"classname" "fx_particles" -"origin" "-8.000000 0.000000 0.000000" -"script" "engine_smoke" -"scale" "0.4" +"angle" "-180.000000" } diff --git a/base/maps/pirate/sections/engine_medium.map b/base/maps/pirate/sections/engine_medium.map index f1c7d12..10cda79 100644 --- a/base/maps/pirate/sections/engine_medium.map +++ b/base/maps/pirate/sections/engine_medium.map @@ -92,22 +92,9 @@ colors/grey25_shiny } // entity 1 { -"classname" "light" -"origin" "-8.000000 0.000000 0.000000" -"light" "16" -"spawnflags" "4" -} -// entity 2 -{ "classname" "fx_particles" -"origin" "-8.000000 0.000000 0.000000" +"origin" "-4.000000 0.000000 0.000000" "script" "engine_exhaust" "scale" "0.8" -} -// entity 3 -{ -"classname" "fx_particles" -"origin" "-8.000000 0.000000 0.000000" -"script" "engine_smoke" -"scale" "0.2" +"angle" "-179.999985" } diff --git a/base/maps/pirate/sections/engine_small.map b/base/maps/pirate/sections/engine_small.map index d0ac06d..5145016 100644 --- a/base/maps/pirate/sections/engine_small.map +++ b/base/maps/pirate/sections/engine_small.map @@ -90,15 +90,9 @@ colors/grey25_shiny } // entity 1 { -"classname" "light" -"origin" "-8.000000 0.000000 0.000000" -"light" "12" -"spawnflags" "4" -} -// entity 2 -{ "classname" "fx_particles" -"origin" "-8.000000 0.000000 0.000000" +"origin" "-4.000000 0.000000 0.000000" "script" "engine_exhaust" "scale" "0.4" +"angle" "-179.999985" } diff --git a/base/maps/pirate/sections/engine_tiny.map b/base/maps/pirate/sections/engine_tiny.map index 244aee3..0568f8f 100644 --- a/base/maps/pirate/sections/engine_tiny.map +++ b/base/maps/pirate/sections/engine_tiny.map @@ -90,15 +90,9 @@ colors/grey25_shiny } // entity 1 { -"classname" "light" -"origin" "-8.000000 0.000000 0.000000" -"light" "12" -"spawnflags" "4" -} -// entity 2 -{ "classname" "fx_particles" -"origin" "-8.000000 0.000000 0.000000" +"origin" "-4.000000 0.000000 0.000000" "script" "engine_exhaust" "scale" "0.4" +"angle" "-179.999985" } |