mirror of
https://github.com/ChocoTaco1/TacoMaps.git
synced 2026-07-12 06:44:35 +00:00
Made smaller
Other tweaks
This commit is contained in:
parent
974fffa90c
commit
72af79390b
5 changed files with 232 additions and 353 deletions
|
|
@ -3,31 +3,33 @@
|
|||
|
||||
//--- MISSION QUOTE BEGIN ---
|
||||
//The Children of the Phoenix and Blood Eagle face each other for control of the desert planet of Omicron Argentis VI, home to a long-dead race known as the Titans.
|
||||
//-- Tribal Scholar
|
||||
//--- MISSION QUOTE END ---
|
||||
|
||||
//--- MISSION STRING BEGIN ---
|
||||
//[LakRabbit LakZM]Kill the rabbit!
|
||||
//[TeamLak]Kill the other team!
|
||||
//<color:008B8B>Map by Nefilim (assisted: z0dd)
|
||||
//<color:008B8B>Edited by ChocoTaco
|
||||
//--- MISSION STRING END ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
powerCount = "1";
|
||||
cdTrack = "6";
|
||||
musicTrack = "desert";
|
||||
CTF_scoreLimit = "4";
|
||||
musicTrack = "desert";
|
||||
cdTrack = "6";
|
||||
powerCount = "1";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-488 -592 832 1232";
|
||||
area = "-480 -440 608 992";
|
||||
flightCeiling = "2000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
position = "-1216 -848 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
|
|
@ -35,37 +37,38 @@ new SimGroup(MissionGroup) {
|
|||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0006";
|
||||
visibleDistance = "700";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "650";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.220000 0.300000 0.300000 1.000000";
|
||||
fogDistance = "300";
|
||||
fogColor = "0.320000 0.400000 0.300000 1.000000";
|
||||
SkySolidColor = "0.220000 0.400000 0.420000 0.000000";
|
||||
fogDistance = "450";
|
||||
fogColor = "0.000000 0.050000 0.000000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Starfallen.dml";
|
||||
materialList = "lush_dusk.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1037713472.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 -1037713472.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 -1037713472.000000";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 -198748244414614883000000000000000000000.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 -222768154483160258000000000000000000000.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 6.94105e-41 6.95941e-41";
|
||||
high_fogVolume2 = "-1 2.01181 6.95955e-41";
|
||||
high_fogVolume3 = "-1 6.94147e-41 6.95941e-41";
|
||||
high_fogVolume1 = "-1 -1.65442e-25 -1.03393e+31";
|
||||
high_fogVolume2 = "-1 -0.00011166 -4.05398e+26";
|
||||
high_fogVolume3 = "-1 -7.70034e-28 -3.23517e+12";
|
||||
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
cloudSpeed0 = "0.000000 0.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new Sun() {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "0.500000 0.500000 0.500000 1.000000";
|
||||
ambient = "0.400000 0.400000 0.400000 1.000000";
|
||||
color = "0.550000 0.550000 0.550000 1.000000";
|
||||
ambient = "0.450000 0.450000 0.450000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
|
|
@ -85,22 +88,22 @@ new SimGroup(MissionGroup) {
|
|||
squareSize = "8";
|
||||
emptySquares = "80766 212092 212348 212604 117090 248417";
|
||||
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "45";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
scale = "1 1 1";
|
||||
GraphFile = "DesertofDeath_nef.nav";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
position = "0 0 0 1";
|
||||
XDimOverSize = "0";
|
||||
conjoinBowlDev = "20";
|
||||
rotation = "0 0 0 0";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
GraphFile = "DesertofDeath_nef.nav";
|
||||
XDimOverSize = "0";
|
||||
locked = "true";
|
||||
YDimOverSize = "0";
|
||||
};
|
||||
new SimGroup(Environmental) {
|
||||
|
|
@ -136,24 +139,24 @@ new SimGroup(MissionGroup) {
|
|||
powerCount = "1";
|
||||
|
||||
new Camera() {
|
||||
position = "-145.682 -563.312 148.469";
|
||||
rotation = "0.228949 -0.0726248 0.970726 36.1923";
|
||||
position = "-410.866 523.557 103.317";
|
||||
rotation = "0.0312188 -0.203728 0.97853 162.944";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-118.558 562.422 136.085";
|
||||
rotation = "0.0432999 0.0659764 -0.996881 113.611";
|
||||
position = "-114.916 95.2268 157.702";
|
||||
rotation = "-0.0212414 -0.0573306 0.998129 220.59";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-30.4833 97.28 143.882";
|
||||
rotation = "-0.0428414 -0.161568 0.985931 209.302";
|
||||
position = "-34.0329 -405.034 114.694";
|
||||
rotation = "0.469904 -0.149058 0.870041 40.0629";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -232,8 +235,8 @@ new SimGroup(MissionGroup) {
|
|||
};
|
||||
new SimGroup(Team0) {
|
||||
|
||||
powerCount = "2";
|
||||
providesPower = "1";
|
||||
powerCount = "2";
|
||||
|
||||
new InteriorInstance() {
|
||||
position = "-23.3123 -521.572 128.758";
|
||||
|
|
@ -242,8 +245,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new Item() {
|
||||
position = "-354.217 492.398 59.8041";
|
||||
|
|
@ -256,9 +259,9 @@ new SimGroup(MissionGroup) {
|
|||
static = "1";
|
||||
rotate = "0";
|
||||
|
||||
team = "0";
|
||||
Target = "-1";
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
new Item() {
|
||||
position = "-358.91 491.807 59.6242";
|
||||
|
|
@ -271,18 +274,17 @@ new SimGroup(MissionGroup) {
|
|||
static = "1";
|
||||
rotate = "0";
|
||||
|
||||
team = "0";
|
||||
Target = "-1";
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-11.9806 68.5455 128.379";
|
||||
position = "-106.981 71.5466 144.165";
|
||||
rotation = "0 0 1 89.9544";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "ruinarch.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
|
|
@ -292,8 +294,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "93.7735 -378.961 133.942";
|
||||
|
|
@ -302,8 +304,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new Item() {
|
||||
position = "-8.53915 -366.273 91.3437";
|
||||
|
|
@ -316,9 +318,9 @@ new SimGroup(MissionGroup) {
|
|||
static = "1";
|
||||
rotate = "0";
|
||||
|
||||
team = "0";
|
||||
Target = "-1";
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
new Item() {
|
||||
position = "-12.1367 -366.018 91.292";
|
||||
|
|
@ -331,11 +333,11 @@ new SimGroup(MissionGroup) {
|
|||
static = "1";
|
||||
rotate = "0";
|
||||
|
||||
Target = "-1";
|
||||
team = "0";
|
||||
Target = "-1";
|
||||
};
|
||||
new Item(Team0flag1) {
|
||||
position = "-61.8667 59.0766 131.72";
|
||||
position = "-156.866 62.0745 147.506";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "flag";
|
||||
|
|
@ -345,13 +347,13 @@ new SimGroup(MissionGroup) {
|
|||
static = "0";
|
||||
rotate = "1";
|
||||
|
||||
team = "0";
|
||||
Trigger = "7388";
|
||||
returnThread = "13160";
|
||||
isHome = "1";
|
||||
Target = "33";
|
||||
className = "FlagObj";
|
||||
searchSchedule = "16009";
|
||||
returnThread = "13160";
|
||||
team = "0";
|
||||
Trigger = "5211";
|
||||
className = "FlagObj";
|
||||
bounced = "0";
|
||||
originalPosition = "-61.8667 59.0766 131.72 1 0 0 0";
|
||||
};
|
||||
|
|
@ -362,8 +364,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin2.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "179.083 161.326 104.792";
|
||||
|
|
@ -372,8 +374,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-441.073 -117.22 116.695";
|
||||
|
|
@ -382,8 +384,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-48.4765 394.239 137.285";
|
||||
|
|
@ -392,8 +394,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-72.9674 435.035 126.476";
|
||||
|
|
@ -402,8 +404,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-153.408 610.404 108.218";
|
||||
|
|
@ -412,8 +414,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-237.504 -504.023 132.166";
|
||||
|
|
@ -422,8 +424,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-82.6742 -561.072 118.727";
|
||||
|
|
@ -432,8 +434,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "60.3884 -478.672 143.598";
|
||||
|
|
@ -442,8 +444,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-241.225 579.746 116.487";
|
||||
|
|
@ -452,8 +454,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "175.873 159.453 103.535";
|
||||
|
|
@ -462,8 +464,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-230.772 330.25 110.472";
|
||||
|
|
@ -472,17 +474,16 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-59.66 41.953 132.71";
|
||||
position = "-154.66 44.9541 148.496";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "ruin3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
|
|
@ -492,8 +493,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin2.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-348.451 635.531 125.988";
|
||||
|
|
@ -502,8 +503,8 @@ new SimGroup(MissionGroup) {
|
|||
interiorFile = "ruin4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -2606,7 +2607,7 @@ new SimGroup(MissionGroup) {
|
|||
};
|
||||
new TSStatic() {
|
||||
position = "548 580 73.0938";
|
||||
rotation = "0 0 -1 120";
|
||||
rotation = "0 0 1 240";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg20.dts";
|
||||
|
||||
|
|
@ -3090,12 +3091,11 @@ new SimGroup(MissionGroup) {
|
|||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-164 76 142.616";
|
||||
position = "-191.868 80.6953 139.809";
|
||||
rotation = "0.0346297 0.113372 0.992949 100.399";
|
||||
scale = "1.3 1.3 1.3";
|
||||
shapeName = "porg22.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-628 -364 103.819";
|
||||
|
|
@ -3421,54 +3421,6 @@ new SimGroup(MissionGroup) {
|
|||
Target = "-1";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-25.9005 -538.931 124.804";
|
||||
rotation = "0 0 1 185.821";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "0";
|
||||
Target = "34";
|
||||
Trigger = "5197";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-446.791 -118.548 112.729";
|
||||
rotation = "-0.00381378 0.00496506 -0.99998 105.998";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "0";
|
||||
Target = "35";
|
||||
Trigger = "5199";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "182.609 164.474 100.932";
|
||||
rotation = "-0.0194572 -0.0326338 0.999278 84.2803";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "0";
|
||||
Target = "36";
|
||||
Trigger = "5201";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-231.224 594.296 112.511";
|
||||
rotation = "0 0 1 29.7939";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "0";
|
||||
Target = "37";
|
||||
Trigger = "5203";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "2889.2 68.2914 -62.7333";
|
||||
rotation = "1 0 0 0";
|
||||
|
|
@ -3477,20 +3429,8 @@ new SimGroup(MissionGroup) {
|
|||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "0";
|
||||
Target = "38";
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
powerCount = "0";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
|
|||
|
|
@ -14,14 +14,14 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
CTF_scoreLimit = "4";
|
||||
musicTrack = "lush";
|
||||
CTF_timeLimit = "25";
|
||||
CTF_scoreLimit = "4";
|
||||
cdTrack = "2";
|
||||
musicTrack = "lush";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-648 -640 1280 1264";
|
||||
area = "-384 -392 768 768";
|
||||
flightCeiling = "2000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
|
|
@ -54,9 +54,9 @@ new SimGroup(MissionGroup) {
|
|||
terrainFile = "PhasmaDust.ter";
|
||||
squareSize = "8";
|
||||
|
||||
hazeDistance = "250";
|
||||
visibleDistance = "1200";
|
||||
locked = "true";
|
||||
hazeDistance = "250";
|
||||
position = "-1024 -1024 0";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
|
|
@ -65,14 +65,14 @@ new SimGroup(MissionGroup) {
|
|||
customArea = "0 0 0 0";
|
||||
|
||||
rotation = "0 0 0 0";
|
||||
GraphFile = "PhasmaDust.nav";
|
||||
XDimOverSize = "0";
|
||||
YDimOverSize = "0";
|
||||
scale = "1 1 1";
|
||||
coverage = "0";
|
||||
locked = "true";
|
||||
position = "0 0 0 1";
|
||||
conjoinBowlDev = "20";
|
||||
coverage = "0";
|
||||
GraphFile = "PhasmaDust.nav";
|
||||
locked = "true";
|
||||
XDimOverSize = "0";
|
||||
position = "0 0 0 1";
|
||||
};
|
||||
new SimGroup(Ambiance) {
|
||||
|
||||
|
|
@ -230,7 +230,7 @@ new SimGroup(MissionGroup) {
|
|||
visibleDistance = "850";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
SkySolidColor = "0.700000 0.550000 0.350000 1.000000";
|
||||
fogDistance = "600";
|
||||
fogColor = "0.700000 0.550000 0.450000 1.000000";
|
||||
fogVolume1 = "50 0 100";
|
||||
|
|
@ -248,8 +248,8 @@ new SimGroup(MissionGroup) {
|
|||
high_fogVolume2 = "-1 0 0";
|
||||
high_fogVolume3 = "-1 0 0";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.000000 0.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new WaterBlock() {
|
||||
position = "-1024 -1024 50.5442";
|
||||
|
|
@ -265,14 +265,14 @@ new SimGroup(MissionGroup) {
|
|||
envMapIntensity = "0.8";
|
||||
removeWetEdges = "0";
|
||||
|
||||
seedPoints = "0 0 1 0 1 1 0 1";
|
||||
params3 = "1.21 -0.61 0.13 -0.33";
|
||||
floodFill = "1";
|
||||
params0 = "0.32 -0.67 0.066 0.5";
|
||||
params2 = "0.39 0.39 0.2 0.133";
|
||||
seedPoints = "0 0 1 0 1 1 0 1";
|
||||
extent = "100 100 10";
|
||||
params1 = "0.63 -2.41 0.33 0.21";
|
||||
textureSize = "32 32";
|
||||
floodFill = "1";
|
||||
extent = "100 100 10";
|
||||
params0 = "0.32 -0.67 0.066 0.5";
|
||||
params3 = "1.21 -0.61 0.13 -0.33";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
|
|
@ -282,8 +282,8 @@ new SimGroup(MissionGroup) {
|
|||
|
||||
powerCount = "0";
|
||||
|
||||
new Item(Team0Flag1) {
|
||||
position = "-4.59602 -3.57884 125.554";
|
||||
new Item(Team0flag1) {
|
||||
position = "-4.19602 -3.57884 124.754";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "flag";
|
||||
|
|
@ -294,11 +294,11 @@ new SimGroup(MissionGroup) {
|
|||
rotate = "1";
|
||||
|
||||
team = "0";
|
||||
Trigger = "5130";
|
||||
isHome = "1";
|
||||
className = "FlagObj";
|
||||
Trigger = "8891";
|
||||
originalPosition = "-4.19602 -3.57884 124.754 1 0 0 0";
|
||||
Target = "33";
|
||||
originalPosition = "-4.59602 -3.57884 126.554 1 0 0 0";
|
||||
className = "FlagObj";
|
||||
isHome = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -307,8 +307,8 @@ new SimGroup(MissionGroup) {
|
|||
powerCount = "0";
|
||||
|
||||
new Camera() {
|
||||
position = "-553.88 -562.374 304.55";
|
||||
rotation = "0.28287 -0.114393 0.952312 46.0172";
|
||||
position = "-203.635 -204.18 147.226";
|
||||
rotation = "0.174165 -0.068414 0.982337 43.5905";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -327,13 +327,12 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "550.467 555.201 293.104";
|
||||
rotation = "-0.0517196 -0.123588 0.990985 225.049";
|
||||
position = "-82.5481 334.159 133.461";
|
||||
rotation = "0.000434474 -0.0854645 0.996341 179.42";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
};
|
||||
};
|
||||
new SimGroup(Statics) {
|
||||
|
|
@ -352,7 +351,7 @@ new SimGroup(MissionGroup) {
|
|||
};
|
||||
new TSStatic() {
|
||||
position = "108 -4 131.147";
|
||||
rotation = "0.0527802 -0.200424 0.978286 98.2477";
|
||||
rotation = "0.0527802 -0.200424 0.978287 98.2476";
|
||||
scale = "1.1 1.1 1.1";
|
||||
shapeName = "borg1.dts";
|
||||
};
|
||||
|
|
@ -495,7 +494,7 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg1.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "60 36 122.334";
|
||||
position = "60.1456 36.037 121.963";
|
||||
rotation = "-0.269049 0.347255 0.898347 51.6553";
|
||||
scale = "0.6 0.6 0.6";
|
||||
shapeName = "borg1.dts";
|
||||
|
|
@ -764,7 +763,7 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg5.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-196 -380 169.063";
|
||||
position = "-196.151 -380.065 168.486";
|
||||
rotation = "0.128092 0.0528472 0.990353 178.02";
|
||||
scale = "1.3 1.3 1.3";
|
||||
shapeName = "borg5.dts";
|
||||
|
|
@ -1009,19 +1008,19 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "0.284952 -208.037 115.966";
|
||||
position = "0.284952 -208.037 119.566";
|
||||
rotation = "0 0 -1 16.0002";
|
||||
scale = "0.8 0.8 0.8";
|
||||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "32.285 -432.037 118.581";
|
||||
position = "32.285 -432.037 126.381";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.2 1.2 1.2";
|
||||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-295.699 -128.023 160.932";
|
||||
position = "-295.699 -128.023 170.132";
|
||||
rotation = "0 0 1 197";
|
||||
scale = "0.9 0.9 0.9";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1039,13 +1038,13 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "144.285 -88.0373 118.112";
|
||||
position = "144.285 -88.0373 126.912";
|
||||
rotation = "0 0 1 216";
|
||||
scale = "1.5 1.5 1.5";
|
||||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "578.064 15.5351 124.993";
|
||||
position = "578.064 15.5351 127.193";
|
||||
rotation = "0 0 -1 68.0003";
|
||||
scale = "1.4 1.4 1.4";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1057,13 +1056,13 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "504.285 199.963 127.98";
|
||||
position = "504.285 199.963 135.18";
|
||||
rotation = "0 0 1 171";
|
||||
scale = "1.4 1.4 1.4";
|
||||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-455.715 -88.0373 115.331";
|
||||
position = "-455.715 -88.0373 125.131";
|
||||
rotation = "0 0 1 66.0002";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1075,13 +1074,13 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "264.285 -240.037 114.862";
|
||||
position = "264.285 -240.037 124.862";
|
||||
rotation = "0 0 1 100";
|
||||
scale = "1.2 1.2 1.2";
|
||||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-125.723 131.281 122.986";
|
||||
position = "-125.723 131.281 125.786";
|
||||
rotation = "0 0 1 238";
|
||||
scale = "0.9 0.9 0.9";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1093,7 +1092,7 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "384.285 247.963 115.05";
|
||||
position = "384.266 247.914 124.85";
|
||||
rotation = "0 0 -1 29";
|
||||
scale = "1.5 1.5 1.5";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1111,7 +1110,7 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-211.148 25.4193 116.57";
|
||||
position = "-211.148 25.4193 122.57";
|
||||
rotation = "0 0 1 88";
|
||||
scale = "0.8 0.8 0.8";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1129,7 +1128,7 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "8.28496 223.963 108.019";
|
||||
position = "8.28496 223.963 114.219";
|
||||
rotation = "0 0 -1 73.0006";
|
||||
scale = "1.4 1.4 1.4";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
@ -1141,17 +1140,17 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "borg16.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-295.715 247.963 115.659";
|
||||
position = "-295.715 247.963 123.259";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "0.9 0.9 0.9";
|
||||
shapeName = "borg16.dts";
|
||||
};
|
||||
};
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "2.58841 6.8823 53.5022";
|
||||
rotation = "-0.338196 0.941075 -0.00142163 180.453";
|
||||
scale = "1 1 1";
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-13.8116 -0.3177 133.902";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "0.8 0.8 0.8";
|
||||
interiorFile = "bmisc_-nef_flagstand1_x.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,14 +18,14 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
cdTrack = "2";
|
||||
powerCount = "1";
|
||||
CTF_scoreLimit = "6";
|
||||
CTF_timeLimit = "25";
|
||||
powerCount = "1";
|
||||
cdTrack = "2";
|
||||
musicTrack = "lush";
|
||||
CTF_scoreLimit = "6";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1456 -1440 864 1024";
|
||||
area = "-1200 -1112 608 640";
|
||||
flightCeiling = "2000";
|
||||
flightCeilingRange = "50";
|
||||
};
|
||||
|
|
@ -34,8 +34,8 @@ new SimGroup(MissionGroup) {
|
|||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "0.500000 0.600000 0.600000 1.000000";
|
||||
ambient = "0.600000 0.600000 0.600000 1.000000";
|
||||
color = "0.800000 0.800000 0.800000 1.000000";
|
||||
ambient = "0.450000 0.450000 0.450000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
|
|
@ -54,25 +54,25 @@ new SimGroup(MissionGroup) {
|
|||
terrainFile = "Broadside_nef.ter";
|
||||
squareSize = "8";
|
||||
|
||||
hazeDistance = "250";
|
||||
visibleDistance = "1200";
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
hazeDistance = "250";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "45";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
rotation = "0 0 0 0";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
conjoinBowlDev = "20";
|
||||
XDimOverSize = "0";
|
||||
YDimOverSize = "0";
|
||||
locked = "true";
|
||||
GraphFile = "Abominable.nav";
|
||||
XDimOverSize = "0";
|
||||
position = "0 0 0 1";
|
||||
coverage = "0";
|
||||
rotation = "0 0 0 0";
|
||||
YDimOverSize = "0";
|
||||
conjoinBowlDev = "20";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "-1216 -848 0";
|
||||
|
|
@ -84,7 +84,7 @@ new SimGroup(MissionGroup) {
|
|||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "400";
|
||||
visibleDistance = "300";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.400000 0.480000 0.550000 0.000000";
|
||||
|
|
@ -121,7 +121,7 @@ new SimGroup(MissionGroup) {
|
|||
providesPower = "1";
|
||||
|
||||
new Item(Team0flag1) {
|
||||
position = "-1033.77 -871.596 60.4477";
|
||||
position = "-931.773 -766.998 64.2598";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "flag";
|
||||
|
|
@ -131,14 +131,14 @@ new SimGroup(MissionGroup) {
|
|||
static = "0";
|
||||
rotate = "1";
|
||||
|
||||
originalPosition = "-1033.77 -871.596 60.4668 1 0 0 0";
|
||||
Target = "33";
|
||||
className = "FlagObj";
|
||||
returnThread = "4387";
|
||||
isHome = "1";
|
||||
className = "FlagObj";
|
||||
Target = "33";
|
||||
originalPosition = "-931.773 -766.998 64.2598 1 0 0 0";
|
||||
team = "0";
|
||||
WayPoint = "122539";
|
||||
Trigger = "4747";
|
||||
returnThread = "4387";
|
||||
Trigger = "6901";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -155,8 +155,8 @@ new SimGroup(MissionGroup) {
|
|||
powerCount = "1";
|
||||
|
||||
new Camera() {
|
||||
position = "-1002.69 -426.04 61.1014";
|
||||
rotation = "-0.004078 -0.0265832 0.999638 197.437";
|
||||
position = "-1042.83 -551.837 140.791";
|
||||
rotation = "-0.0651551 -0.333265 0.940579 200.839";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -165,8 +165,8 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-1103.54 -800.108 71.565";
|
||||
rotation = "0 0 1 132.353";
|
||||
position = "-901.866 -799.706 77.7552";
|
||||
rotation = "0.238562 0.0339502 -0.970534 16.684";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -175,8 +175,8 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-785.939 -1370.81 114.912";
|
||||
rotation = "0 0 1 21.1992";
|
||||
position = "-671.74 -1095.2 117.772";
|
||||
rotation = "0.45786 0.128012 -0.87976 35.2605";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -199,69 +199,42 @@ new SimGroup(MissionGroup) {
|
|||
powerCount = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1033.7 -873.642 31.4783";
|
||||
position = "-931.699 -769.042 35.2904";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "btowr6.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1040.62 -525.341 40.2654";
|
||||
rotation = "1 0 0 0";
|
||||
position = "-932.077 -464.887 16.5029";
|
||||
rotation = "0 0 -1 0.0395647";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbase_-nefvbase_x2.dif";
|
||||
interiorFile = "bbase6.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-677.639 -986.763 62.5215";
|
||||
rotation = "0 0 1 29.7939";
|
||||
scale = "1 1 1";
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-673.047 -1031.66 60.25";
|
||||
rotation = "-0 0 -1 6.30239";
|
||||
scale = "0.8 0.8 0.8";
|
||||
interiorFile = "bbunkb.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1390.9 -766.8 89.9495";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbunk8.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1296.4 -449.298 81.368";
|
||||
rotation = "0 0 1 63.5983";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbunkc.dif";
|
||||
showTerrainInside = "0";
|
||||
new FileObject() {
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-672.379 -990 64.4557";
|
||||
rotation = "0 0 1 117.639";
|
||||
position = "-668.48 -1031.36 61.8557";
|
||||
rotation = "0 0 1 81.5427";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
notReady = "1";
|
||||
powerCount = "0";
|
||||
Target = "34";
|
||||
inUse = "Down";
|
||||
powerCount = "0";
|
||||
Trigger = "4718";
|
||||
Trigger = "6877";
|
||||
team = "0";
|
||||
notReady = "1";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-1391.04 -762.219 91.5631";
|
||||
rotation = "-0.122173 0.0583845 0.99079 4.23403";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "35";
|
||||
inUse = "Down";
|
||||
powerCount = "0";
|
||||
Trigger = "4720";
|
||||
team = "0";
|
||||
notReady = "1";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-1039.97 -555.564 20.2865";
|
||||
|
|
@ -271,56 +244,47 @@ new SimGroup(MissionGroup) {
|
|||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "36";
|
||||
powerCount = "0";
|
||||
Target = "35";
|
||||
team = "0";
|
||||
};
|
||||
new Item() {
|
||||
position = "-1296.54 -449.209 116.454";
|
||||
rotation = "0 0 1 63.5983";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "RepairKit";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
collideable = "0";
|
||||
static = "1";
|
||||
rotate = "0";
|
||||
|
||||
Target = "-1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-637.606 -572.262 64.6767";
|
||||
rotation = "1 0 0 0";
|
||||
position = "-913.422 -1133.59 24.4154";
|
||||
rotation = "0 0 1 181.237";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbase6.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-1115.8 -549.7 54.2767";
|
||||
rotation = "0 0 1 226.891";
|
||||
scale = "0.8 0.8 0.8";
|
||||
interiorFile = "bbunk8.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-632.978 -571.998 66.2464";
|
||||
rotation = "0.00673824 0.00211545 0.999975 90.1385";
|
||||
position = "-1117.93 -547.816 55.4464";
|
||||
rotation = "0.00143065 0.0135749 -0.999907 42.9753";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "37";
|
||||
notReady = "1";
|
||||
powerCount = "0";
|
||||
Trigger = "4725";
|
||||
Target = "36";
|
||||
inUse = "Down";
|
||||
Trigger = "6882";
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-1083.63 -1144.12 37.6288";
|
||||
position = "-1063.17 -1021.51 34.0288";
|
||||
rotation = "0 0 1 29.2213";
|
||||
scale = "2 1 1";
|
||||
interiorFile = "bbase4cm.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1188.42 -1429.31 43.5502";
|
||||
rotation = "0 0 1 184.102";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbase_-nefvbase_x.dif";
|
||||
showTerrainInside = "0";
|
||||
new FileObject() {
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1075.4 -260.881 31.4685";
|
||||
|
|
@ -330,50 +294,26 @@ new SimGroup(MissionGroup) {
|
|||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-429.755 -625.166 42.1563";
|
||||
position = "-581.507 -771.376 75.5563";
|
||||
rotation = "0 0 1 90.5273";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbase6.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-1513.77 -396.482 143.454";
|
||||
position = "-1226.88 -785.671 23.254";
|
||||
rotation = "0 0 -1 91.6733";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbase6.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-986.487 -1405.66 34.1107";
|
||||
position = "-986.487 -1405.66 33.1107";
|
||||
rotation = "0 0 -1 43.5448";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "btowr6.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new Item() {
|
||||
position = "-762.679 -1343.5 109.398";
|
||||
rotation = "0 0 1 13.751";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "RepairKit";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
collideable = "0";
|
||||
static = "1";
|
||||
rotate = "0";
|
||||
|
||||
Target = "-1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-762.524 -1343.46 74.3123";
|
||||
rotation = "0 0 1 13.751";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbunkc.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
};
|
||||
new FileObject() {
|
||||
|
|
|
|||
|
|
@ -18,13 +18,13 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
musicTrack = "lush";
|
||||
powerCount = "0";
|
||||
CTF_scoreLimit = "6";
|
||||
cdTrack = "2";
|
||||
musicTrack = "lush";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "126 -14 1008 784";
|
||||
area = "168 56 784 672";
|
||||
flightCeiling = "2000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ new SimGroup(MissionGroup) {
|
|||
visibleDistance = "950";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.590000 0.390000 0.190000 0.000000";
|
||||
SkySolidColor = "0.700000 0.550000 0.350000 0.000000";
|
||||
fogDistance = "600";
|
||||
fogColor = "0.800000 0.800000 0.700000 0.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
|
|
@ -91,23 +91,23 @@ new SimGroup(MissionGroup) {
|
|||
squareSize = "14";
|
||||
emptySquares = "170105 170130 170361 170386 170617 170642 170873 170898";
|
||||
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.1";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
position = "0 0 0 1";
|
||||
coverage = "0";
|
||||
YDimOverSize = "0";
|
||||
rotation = "0 0 0 0";
|
||||
GraphFile = "Titan.nav";
|
||||
conjoinBowlDev = "20";
|
||||
YDimOverSize = "0";
|
||||
scale = "1 1 1";
|
||||
XDimOverSize = "0";
|
||||
conjoinBowlDev = "20";
|
||||
coverage = "0";
|
||||
GraphFile = "Titan.nav";
|
||||
locked = "true";
|
||||
XDimOverSize = "0";
|
||||
position = "0 0 0 1";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
|
|
@ -122,8 +122,8 @@ new SimGroup(MissionGroup) {
|
|||
homingCount = "0";
|
||||
};
|
||||
new Camera(1) {
|
||||
position = "139.006 362.169 33.9618";
|
||||
rotation = "0.337466 -0.344172 0.876163 98.6687";
|
||||
position = "183.665 362.765 37.7366";
|
||||
rotation = "0.3572 -0.35919 0.862201 98.77";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -323,7 +323,7 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "133.992 382.466 30.6744";
|
||||
position = "177.592 382.466 30.6744";
|
||||
rotation = "-0.486767 0.668327 0.562491 152.165";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "brock8.dif";
|
||||
|
|
@ -332,7 +332,7 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "112.977 361.001 26.9154";
|
||||
position = "156.577 361.001 26.9154";
|
||||
rotation = "0.682176 0.0115497 0.731097 178.765";
|
||||
scale = "1.2 1.2 1";
|
||||
interiorFile = "brockc.dif";
|
||||
|
|
@ -341,7 +341,7 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "143.872 372.597 13.0227";
|
||||
position = "187.472 372.597 13.0227";
|
||||
rotation = "0 1 0 151.834";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "brock8.dif";
|
||||
|
|
@ -350,7 +350,7 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "130.852 351.179 17.643";
|
||||
position = "174.452 351.179 17.643";
|
||||
rotation = "-0.163351 -0.983482 -0.0779772 40.7461";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "brock8.dif";
|
||||
|
|
@ -359,7 +359,7 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "132.981 340.728 20.8777";
|
||||
position = "176.581 340.728 20.8777";
|
||||
rotation = "0.48794 0.329645 0.808238 229.954";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "brock8.dif";
|
||||
|
|
@ -379,9 +379,9 @@ new SimGroup(MissionGroup) {
|
|||
rotate = "1";
|
||||
|
||||
team = "0";
|
||||
Trigger = "4995";
|
||||
Target = "33";
|
||||
Trigger = "6469";
|
||||
originalPosition = "710.621 377.854 113.739 1 0 0 0";
|
||||
Target = "33";
|
||||
className = "FlagObj";
|
||||
isHome = "1";
|
||||
};
|
||||
|
|
@ -518,7 +518,7 @@ new SimGroup(MissionGroup) {
|
|||
Target = "-1";
|
||||
};
|
||||
new Item() {
|
||||
position = "146.881 362.821 12.6237";
|
||||
position = "185.481 362.821 12.6237";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "RepairPatch";
|
||||
|
|
@ -1711,7 +1711,7 @@ new SimGroup(MissionGroup) {
|
|||
showTerrainInside = "0";
|
||||
};
|
||||
new Item() {
|
||||
position = "190.036 362.865 12.8988";
|
||||
position = "211.436 362.865 12.8988";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "RepairKit";
|
||||
|
|
|
|||
|
|
@ -14,14 +14,14 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
CTF_scoreLimit = "6";
|
||||
CTF_timeLimit = "25";
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
cdTrack = "2";
|
||||
musicTrack = "lush";
|
||||
CTF_scoreLimit = "6";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-560 -656 1072 1344";
|
||||
area = "-288 -296 528 624";
|
||||
flightCeiling = "2000";
|
||||
flightCeilingRange = "50";
|
||||
|
||||
|
|
@ -54,25 +54,25 @@ new SimGroup(MissionGroup) {
|
|||
terrainFile = "TreasureIsland.ter";
|
||||
squareSize = "8";
|
||||
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
hazeDistance = "50";
|
||||
visibleDistance = "450";
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "45";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
locked = "true";
|
||||
YDimOverSize = "0";
|
||||
position = "0 0 0 1";
|
||||
GraphFile = "TreasureIsland.nav";
|
||||
coverage = "0";
|
||||
rotation = "0 0 0 0";
|
||||
conjoinBowlDev = "20";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
XDimOverSize = "0";
|
||||
YDimOverSize = "0";
|
||||
locked = "true";
|
||||
GraphFile = "TreasureIsland.nav";
|
||||
position = "0 0 0 1";
|
||||
conjoinBowlDev = "20";
|
||||
};
|
||||
new SimGroup(Ambiance) {
|
||||
|
||||
|
|
@ -621,9 +621,9 @@ new SimGroup(MissionGroup) {
|
|||
visibleDistance = "600";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
SkySolidColor = "0.550000 0.550000 0.650000 1.000000";
|
||||
fogDistance = "350";
|
||||
fogColor = "0.700000 0.700000 0.800000 1.000000";
|
||||
fogColor = "0.650000 0.650000 0.750000 1.000000";
|
||||
fogVolume1 = "1540 0 350";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
|
|
@ -656,14 +656,14 @@ new SimGroup(MissionGroup) {
|
|||
envMapIntensity = "0.4";
|
||||
removeWetEdges = "0";
|
||||
|
||||
params3 = "1.21 -0.61 0.13 -0.33";
|
||||
params2 = "0.39 0.39 0.2 0.133";
|
||||
params1 = "0.63 -2.41 0.33 0.21";
|
||||
textureSize = "32 32";
|
||||
floodFill = "1";
|
||||
extent = "100 100 10";
|
||||
params0 = "0.32 -0.67 0.066 0.5";
|
||||
seedPoints = "0 0 1 0 1 1 0 1";
|
||||
params2 = "0.39 0.39 0.2 0.133";
|
||||
extent = "100 100 10";
|
||||
textureSize = "32 32";
|
||||
params3 = "1.21 -0.61 0.13 -0.33";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
|
|
@ -673,7 +673,7 @@ new SimGroup(MissionGroup) {
|
|||
|
||||
powerCount = "0";
|
||||
|
||||
new Item(Team0Flag1) {
|
||||
new Item(Team0flag1) {
|
||||
position = "-18.7026 7.13231 94.4745";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
|
|
@ -684,12 +684,12 @@ new SimGroup(MissionGroup) {
|
|||
static = "1";
|
||||
rotate = "1";
|
||||
|
||||
Target = "33";
|
||||
team = "0";
|
||||
Trigger = "11034";
|
||||
isHome = "1";
|
||||
className = "FlagObj";
|
||||
originalPosition = "-24.1356 3.93848 91.0745 1 0 0 0";
|
||||
Target = "33";
|
||||
originalPosition = "-18.7026 7.13231 94.4745 1 0 0 0";
|
||||
team = "0";
|
||||
Trigger = "8921";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -698,8 +698,8 @@ new SimGroup(MissionGroup) {
|
|||
powerCount = "0";
|
||||
|
||||
new Camera() {
|
||||
position = "-67.4071 611.556 224.07";
|
||||
rotation = "-0.0389881 -0.0848332 0.995632 229.176";
|
||||
position = "-12.9651 185.74 167.965";
|
||||
rotation = "-0.0662613 -0.144175 0.987331 228.814";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -709,8 +709,18 @@ new SimGroup(MissionGroup) {
|
|||
team = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "2.3521 -596.994 227.54";
|
||||
rotation = "0.331026 -0.103218 0.937959 36.7773";
|
||||
position = "-17.072 -27.1693 125.117";
|
||||
rotation = "0.981535 0.0796123 -0.173928 50.0034";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-163.389 -117.371 152.456";
|
||||
rotation = "0.949256 -0.0340762 0.312653 13.0996";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
|
|
@ -719,16 +729,6 @@ new SimGroup(MissionGroup) {
|
|||
locked = "false";
|
||||
team = "0";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-1.95488 -85.4744 194.923";
|
||||
rotation = "0.956154 0.121938 -0.266273 51.1835";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new SimGroup(Statics) {
|
||||
|
||||
|
|
@ -743,7 +743,7 @@ new SimGroup(MissionGroup) {
|
|||
locked = "false";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-172.166 182.577 147.176";
|
||||
position = "-172.166 182.577 146.976";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg16.dts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue