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/lindblade | |
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/lindblade')
-rw-r--r-- | base/maps/lindblade/halcyon.map | 4 | ||||
-rw-r--r-- | base/maps/lindblade/supertanker.map | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/base/maps/lindblade/halcyon.map b/base/maps/lindblade/halcyon.map index 95ff103..e960434 100644 --- a/base/maps/lindblade/halcyon.map +++ b/base/maps/lindblade/halcyon.map @@ -5367,7 +5367,7 @@ "origin" "818.000000 -704.000000 190.000000" "flare" "4" "radius" "160" -"pitch" "-45" +"angles" "45 0 0" } // entity 6 { @@ -5375,7 +5375,7 @@ "origin" "818.000000 704.000000 190.000000" "flare" "4" "radius" "160" -"pitch" "-45" +"angles" "45 0 0" } // entity 7 { diff --git a/base/maps/lindblade/supertanker.map b/base/maps/lindblade/supertanker.map index d209b70..4a17401 100644 --- a/base/maps/lindblade/supertanker.map +++ b/base/maps/lindblade/supertanker.map @@ -8769,15 +8769,15 @@ { "classname" "fx_flare" "origin" "866.000000 752.000000 -82.000000" -"pitch" "-45" "flare" "4" "radius" "192" +"angles" "45 0 0" } // entity 62 { "classname" "fx_flare" "origin" "866.000000 -752.000000 -82.000000" -"pitch" "-45" "flare" "4" "radius" "192" +"angles" "45 0 0" } |