diff options
author | Evan Goers <mega@osirion.org> | 2010-11-18 12:53:34 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2010-11-18 12:53:34 +0000 |
commit | 0b78e557397874db2b1be0877f8eae9128f93311 (patch) | |
tree | 1b0808ddbd9a99f4e1487beacb95d26ba6c885ec /base/maps/colonial | |
parent | a291d883db8a401622ff4438e0efd2357dd594bb (diff) |
Modified some particle scripts to have multiple emitters..
All ship models corrected for recent svn changes regarding rotations.
raider.map: Created brushwork out of most patch meshes to complete model.
freighter.map: Added more structure to the model, still work in progress.
inquisitor.map: Completely rebuilt cockpit. Increased width of the overall ship.
Diffstat (limited to 'base/maps/colonial')
-rw-r--r-- | base/maps/colonial/custodian.map | 4 | ||||
-rw-r--r-- | base/maps/colonial/sharkan.map | 21 |
2 files changed, 23 insertions, 2 deletions
diff --git a/base/maps/colonial/custodian.map b/base/maps/colonial/custodian.map index d6bc76a..054eb3f 100644 --- a/base/maps/colonial/custodian.map +++ b/base/maps/colonial/custodian.map @@ -10988,7 +10988,7 @@ "origin" "-3840 384 0" "script" "engine_smoke" "angle" "180" -"radius" "24" +"scale" "2" } // entity 54 { @@ -10996,5 +10996,5 @@ "origin" "-3840 -384 0" "script" "engine_smoke" "angle" "180" -"radius" "24" +"scale" "2" } diff --git a/base/maps/colonial/sharkan.map b/base/maps/colonial/sharkan.map index 0642ce0..aa3b73b 100644 --- a/base/maps/colonial/sharkan.map +++ b/base/maps/colonial/sharkan.map @@ -1387,3 +1387,24 @@ "light" "16" "spawnflags" "4" } +// entity 9 +{ +"classname" "fx_particles" +"origin" "-64.000000 0.000000 88.000000" +"angle" "-179.999985" +"script" "dust_trail" +} +// entity 10 +{ +"classname" "fx_particles" +"origin" "-64.000000 -112.000000 14.000000" +"angle" "180" +"script" "dust_trail" +} +// entity 11 +{ +"classname" "fx_particles" +"origin" "-64.000000 112.000000 14.000000" +"angle" "-179.999985" +"script" "dust_trail" +} |