Initial commit

This commit is contained in:
Brian Beck 2025-09-11 16:56:30 -07:00
parent 2211ed7650
commit ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions

View file

@ -0,0 +1,59 @@
package LakObjHud {
function setupObjHud(%gameType)
{
switch$ (%gameType)
{
case LakRabbitGame:
// set separators
objectiveHud.setSeparators("56 156");
objectiveHud.disableHorzSeparator();
// Your score label ("SCORE")
objectiveHud.scoreLabel = new GuiTextCtrl() {
profile = "GuiTextObjGreenLeftProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 3";
extent = "50 16";
visible = "1";
text = "SCORE";
};
// Your score
objectiveHud.yourScore = new GuiTextCtrl() {
profile = "GuiTextObjGreenCenterProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "60 3";
extent = "90 16";
visible = "1";
};
// Rabbit label ("RABBIT")
objectiveHud.rabbitLabel = new GuiTextCtrl() {
profile = "GuiTextObjGreenLeftProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 19";
extent = "50 16";
visible = "1";
text = "RABBIT";
};
// rabbit name
objectiveHud.rabbitName = new GuiTextCtrl() {
profile = "GuiTextObjGreenCenterProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "60 19";
extent = "90 16";
visible = "1";
};
objectiveHud.add(objectiveHud.scoreLabel);
objectiveHud.add(objectiveHud.yourScore);
objectiveHud.add(objectiveHud.rabbitLabel);
objectiveHud.add(objectiveHud.rabbitName);
}
parent::setupObjHud(%gameType);
}
};
activatePackage(LakObjHud);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,950 @@
// MissionTypes = Arena
// DisplayName = Aeroena
//--- MISSION QUOTE BEGIN ---
//Description: ReliaV has never been known for a hospitibal environment. Ages
//after the its birth, a massive meteorite collided with the planet, hurling it into a perpetual ice age. The planet's inhabitants have survived by building massive shelters in the sky.
//Objective: Slaughter all members of the enemy team.
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//Map by: FlyingElmo
//Email: flyingelmo@planettribes.com
//Website: <spush><color:0EAEE3><a:www.planettribes.com/elmo>Download This Map</a><spop>
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
Hunters_timeLimit = "25";
powerCount = "0";
cdTrack = "5";
Team_Hunters_timeLimit = "25";
musicTrack = "ice";
new MissionArea(MissionArea) {
area = "-240 -12 448 380";
flightCeiling = "2000";
flightCeilingRange = "50";
locked = "true";
};
new Sun() {
direction = "0.57735 0.57735 -0.57735";
color = "0.700000 0.700000 0.700000 1.000000";
ambient = "0.600000 0.600000 0.620000 1.000000";
scale = "1 1 1";
position = "-1024 -1024 0";
rotation = "1 0 0 0";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/snowdet1";
terrainFile = "Rimehold.ter";
squareSize = "8";
emptySquares = "101741 101997 102253 299658 430985 431241 431497 366217";
position = "-1024 -1024 0";
hazeDistance = "250";
visibleDistance = "1200";
locked = "true";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "55";
cullDensity = "0.3";
customArea = "0 0 0 0";
scale = "1 1 1";
conjoinBowlDev = "20";
coverage = "0";
position = "0 0 0 1";
XDimOverSize = "0";
rotation = "0 0 0 0";
GraphFile = "Aeroena.nav";
locked = "true";
YDimOverSize = "0";
};
new Sky(Sky) {
position = "-904 -1136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "600";
useSkyTextures = "0";
renderBottomTexture = "0";
SkySolidColor = "0.065000 0.090000 0.220000 0.000000";
fogDistance = "100";
fogColor = "0.700000 0.700000 0.700000 1.000000";
fogVolume1 = "10 0 205";
fogVolume2 = "750 206 400";
fogVolume3 = "350 401 700";
materialList = "sky_ice_blue.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
cloudSpeed0 = "0.000000 0.000000";
locked = "true";
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-25.4594 137.787 885.839";
rotation = "1 0 0 84.7977";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "58.2751 68.1935 819.489";
rotation = "0.69602 0.246208 -0.67449 55.3496";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-29.7978 85.4141 749.335";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-99.8123 272.9 746.164";
rotation = "0 0 1 124.332";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-94.0429 126.997 756.676";
rotation = "0.382624 -0.128924 0.914865 40.4379";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "60.9119 183.335 741.997";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "12";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "60.8209 193.577 744.338";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "12";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "60.7673 169.889 743.522";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "12";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "56.6829 161.102 742.379";
rotation = "0 0 -1 89.5639";
scale = "1 1 1";
nameTag = "ono i lost my parachute";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
inUse = "Down";
notReady = "1";
Trigger = "3670";
Target = "33";
};
new StaticShape() {
position = "56.8512 201.035 742.386";
rotation = "0 0 -1 89.5639";
scale = "1 1 1";
nameTag = "www.tribesarena.com";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Trigger = "3672";
Target = "34";
};
new StaticShape() {
position = "65.492 201.492 742.399";
rotation = "0 0 1 89.7719";
scale = "1 1 1";
nameTag = "Map by: FlyingElmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Trigger = "3674";
Target = "35";
};
new StaticShape() {
position = "65.8342 161.491 742.39";
rotation = "0 0 1 89.7719";
scale = "1 1 1";
nameTag = "IM AFAID OF HEIGHTS";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Trigger = "3676";
Target = "36";
};
new StaticShape() {
position = "72.6954 163.021 726.382";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "37";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-121.838 185.037 742.385";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "12";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-121.929 195.278 744.726";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "12";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-121.982 171.59 743.91";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "Map by FlyingElmo";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "12";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "-125.513 161.229 742.235";
rotation = "0 0 -1 89.5639";
scale = "1 1 1";
nameTag = "the RIVERSTYX station";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Trigger = "3685";
Target = "38";
};
new StaticShape() {
position = "-125.541 200.969 742.234";
rotation = "0 0 -1 89.5639";
scale = "1 1 1";
nameTag = "this arena flys...just because";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Trigger = "3687";
Target = "39";
};
new StaticShape() {
position = "-116.417 201.003 742.278";
rotation = "0 0 1 89.7719";
scale = "1 1 1";
nameTag = "http://www.planettribes.com/elmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Trigger = "3689";
Target = "40";
};
new StaticShape() {
position = "-116.377 161.258 742.229";
rotation = "0 0 1 89.7719";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Trigger = "3691";
Target = "41";
};
new StaticShape() {
position = "74.3505 162.841 726.317";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "42";
};
};
};
new SimGroup(team0) {
powerCount = "0";
new Item() {
position = "-34.4771 197.23 759.533";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-33.7689 165.688 759.548";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-30.0842 186.981 733.726";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-30.1483 175.689 733.714";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-30.1975 198.416 733.775";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-9.37797 96.2586 742.493";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-8.68804 96.2213 742.523";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-10.0566 96.2713 742.485";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-51.1875 84.5416 742.467";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-49.7115 84.5023 742.481";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-50.4394 84.9999 742.501";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-51.3333 277.995 742.553";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-50.6176 278.035 742.518";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-49.9459 278.044 742.536";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-8.55956 266.238 742.347";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PlasmaAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-9.24934 266.246 742.311";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PlasmaAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-9.86183 266.252 742.309";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PlasmaAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
};
};
new SimGroup(MainStructure) {
powerCount = "0";
new InteriorInstance() {
position = "6.93313 184.048 739.925";
rotation = "1 0 0 0";
scale = "1.91551 1.1823 0.203232";
interiorFile = "sbrdgo.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-74.3697 186.626 739";
rotation = "1 0 0 0";
scale = "1.91551 1.1823 0.203232";
interiorFile = "sbrdgo.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-46.3787 165.763 759.505";
rotation = "0 -1 0 53.858";
scale = "0.1 0.436499 1.73127";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-30.3497 176.059 729.264";
rotation = "-1 0 0 7.44862";
scale = "1.5 2 1.5";
interiorFile = "smiscc.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-10.1036 166.663 744.328";
rotation = "0 -1 0 53.858";
scale = "0.1 0.436499 1.52031";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-34.3587 203.468 733.013";
rotation = "0 -1 0 113.446";
scale = "0.1 0.436499 1.62399";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-30.3697 198.026 729.379";
rotation = "-0.000181536 0.0599627 0.998201 179.911";
scale = "1.5 2 1.5";
interiorFile = "smiscc.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "0.976429 193.646 743.854";
rotation = "0 1 0 235.668";
scale = "0.1 0.436499 1.73127";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-7.88707 102.995 737.529";
rotation = "0 0 1 89.9544";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-79.7967 284.928 737.519";
rotation = "0 0 1 89.9544";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-7.88177 284.951 737.53";
rotation = "0 0 1 89.9544";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-79.8017 102.972 737.518";
rotation = "0 0 1 89.9544";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-34.1607 181.226 758.142";
rotation = "1 0 0 0";
scale = "3.06827 4.4479 0.167809";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-133.559 203.137 737.3";
rotation = "1 0 0 0";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-133.619 275.108 737.3";
rotation = "1 0 0 0";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-27.3817 135.391 754.482";
rotation = "1 0 0 0";
scale = "1.3763 0.68631 1";
interiorFile = "sbrdg5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-133.593 131.222 737.289";
rotation = "1 0 0 0";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "64.0839 103.112 737.529";
rotation = "0 0 1 89.9544";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "64.0895 285.068 737.53";
rotation = "0 0 1 89.9544";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "48.5342 203.343 737.435";
rotation = "1 0 0 0";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "48.4742 275.314 737.435";
rotation = "1 0 0 0";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "48.5002 131.428 737.424";
rotation = "1 0 0 0";
scale = "2.11555 1 1";
interiorFile = "sbrdg1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-40.9257 226.963 754.491";
rotation = "1 0 0 0";
scale = "1.3763 0.68631 1";
interiorFile = "sbrdg5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-121.008 229.841 742.16";
rotation = "1 0 0 89.9544";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-120.372 157.402 742.172";
rotation = "1 0 0 89.9544";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "61.3031 158.09 742.305";
rotation = "1 0 0 89.9544";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "60.6671 230.128 742.293";
rotation = "1 0 0 89.9544";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-53.3707 272.49 742.389";
rotation = "0.573655 -0.578959 0.57942 120.279";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "18.2714 272.466 742.377";
rotation = "0.573655 -0.578959 0.57942 120.279";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-52.8277 90.0424 742.402";
rotation = "0.573655 -0.578959 0.57942 120.279";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "18.8143 90.0184 742.391";
rotation = "0.573655 -0.578959 0.57942 120.279";
scale = "1 0.1 1.24888";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-91.5217 145.269 743.289";
rotation = "0.565796 -0.571028 0.594812 118.973";
scale = "1 0.1 1.3817";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-91.5547 217.878 743.323";
rotation = "0.565796 -0.571028 0.594812 118.973";
scale = "1 0.1 1.40243";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "59.9325 143.974 742.314";
rotation = "-0.583214 0.588121 -0.560334 238.038";
scale = "1 0.1 1.79968";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "59.9027 216.583 742.351";
rotation = "-0.583214 0.588121 -0.560334 238.038";
scale = "1 0.1 1.79955";
interiorFile = "dpole1.dif";
showTerrainInside = "0";
};
};
new SimGroup(Objects) {
powerCount = "0";
new InteriorInstance() {
position = "20.2741 164.66 744.125";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "13.7741 164.673 746.959";
rotation = "0 1 0 47.5555";
scale = "1 1 1";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-87.682 210.268 743.139";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-78.3689 212.673 742.999";
rotation = "0 0 -1 28.6479";
scale = "1 1 1";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
};
new WaterBlock() {
position = "-448 -208 105.428";
rotation = "1 0 0 0";
scale = "2048 2048 100";
liquidType = "Lava";
density = "1";
viscosity = "15";
waveMagnitude = "1";
surfaceTexture = "LiquidTiles/icebound_water";
surfaceOpacity = "0.75";
envMapTexture = "ice/skies/ice_blue_emap";
envMapIntensity = "0";
removeWetEdges = "0";
params1 = "0.63 -2.41 0.33 0.21";
extent = "100 100 10";
params3 = "1.21 -0.61 0.13 -0.33";
seedPoints = "0 0 1 0 1 1 0 1";
params2 = "0.39 0.39 0.2 0.133";
params0 = "0.32 -0.67 0.066 0.5";
textureSize = "32 32";
floodFill = "0";
};
new SimGroup() {
powerCount = "0";
};
new AudioEmitter() {
position = "289.762 209.214 173.677";
rotation = "1 0 0 0";
scale = "1 1 1";
fileName = "fx/environment/moaningwind1.wav";
useProfileDescription = "0";
outsideAmbient = "1";
volume = "1";
isLooping = "1";
is3D = "0";
minDistance = "20";
maxDistance = "1280";
coneInsideAngle = "360";
coneOutsideAngle = "360";
coneOutsideVolume = "1";
coneVector = "0 0 1";
loopCount = "-1";
minLoopGap = "0";
maxLoopGap = "0";
type = "EffectAudioType";
locked = "true";
};
new AudioEmitter() {
position = "13.226 146.591 205.428";
rotation = "1 0 0 0";
scale = "1 1 1";
fileName = "fx/environment/icecrack2.wav";
useProfileDescription = "0";
outsideAmbient = "1";
volume = "1";
isLooping = "1";
is3D = "1";
minDistance = "20";
maxDistance = "1000";
coneInsideAngle = "360";
coneOutsideAngle = "360";
coneOutsideVolume = "1";
coneVector = "0 0 1";
loopCount = "-1";
minLoopGap = "0";
maxLoopGap = "0";
type = "EffectAudioType";
};
};
//--- OBJECT WRITE END ---

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,883 @@
// DisplayName = [Original]IveHadWorse
// MissionTypes = arena
//--- MISSION QUOTE BEGIN ---
//<color:D3D3D3>Ready your Disc Launcher, and prep your Chain Gun, because here Flags and Objectives mean squat. Your sole mission is to outlive the other team, think you are up for it?
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
////Map by: FlyingElmo
//<color:D3D3D3><a:www.tribesarena.com>www.tribesarena.com</a>
//<color:C0C0C0><a:www.planettribes.com/elmo/T2.html>Download This Map</a>
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
musicTrack = "lush";
cdTrack = "2";
CTF_timeLimit = "25";
powerCount = "0";
CTF_scoreLimit = "6";
new MissionArea(MissionArea) {
area = "1048 744 256 384";
flightCeiling = "600";
flightCeilingRange = "50";
locked = "false";
};
new Sun() {
position = "562.2 -558 118";
rotation = "1 0 0 0";
scale = "1 1 1";
direction = "0.57735 0.57735 -0.57735";
color = "0.900000 0.900000 0.900000 1.000000";
ambient = "0.600000 0.600000 0.600000 1.000000";
texture[0] = "special/sunFlare";
texture[1] = "special/sunFlare02";
texture[2] = "special/LensFlare/flare01";
texture[3] = "special/LensFlare/flare02";
texture[4] = "special/LensFlare/flare03";
lensFlareScale = "0.9";
lensFlareIntensity = "1";
frontFlareSize = "300";
backFlareSize = "450";
flareColor = "0.500000 0.500000 1.000000 1.000000";
locked = "false";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/lushdet1";
terrainFile = "SkinnyDip.ter";
squareSize = "8";
visibleDistance = "850";
position = "-1024 -1024 0";
locked = "true";
hazeDistance = "150";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "45";
cullDensity = "0.3";
customArea = "0 0 0 0";
XDimOverSize = "0";
position = "0 0 0 1";
locked = "true";
YDimOverSize = "0";
conjoinBowlDev = "20";
rotation = "0 0 0 0";
GraphFile = "SkinnyDip.nav";
scale = "1 1 1";
coverage = "0";
};
new Sky(Sky) {
position = "-1196 -820 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.01";
cloudSpeed2 = "0.02";
cloudSpeed3 = "0.03";
visibleDistance = "1000";
useSkyTextures = "1";
renderBottomTexture = "0";
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
fogDistance = "850";
fogColor = "0.800000 0.800000 0.900000 1.000000";
fogVolume1 = "1600 40 500";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "SOM_TR2_StonedBlue.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
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 -222768174765569861000000000000000000000.000000";
high_visibleDistance = "-1";
high_fogDistance = "-1";
high_fogVolume1 = "-1 3.27833e-28 3148.48";
high_fogVolume2 = "-1 2.24208e-44 2.51673e-42";
high_fogVolume3 = "-1 7.74718e+31 1.49413e-07";
cloudSpeed0 = "0.000000 0.000000";
locked = "true";
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "1166.1 808.965 162.242";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "15";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPos10 = "1158.6 797.715 152.333";
spawnPos29 = "1154.85 808.965 147.87";
spawnPos14 = "1173.6 797.715 149.573";
spawnPos18 = "1158.6 801.465 150.503";
spawnPos3 = "1162.35 793.965 153.534";
spawnPos22 = "1173.6 801.465 147.675";
spawnPos7 = "1177.35 793.965 151.009";
spawnPos26 = "1162.35 805.215 148.077";
spawnPos11 = "1162.35 797.715 151.62";
spawnPos15 = "1177.35 797.715 149.002";
spawnPos0 = "1151.1 793.965 155.114";
spawnPos19 = "1162.35 801.465 149.791";
spawnPos4 = "1166.1 793.965 152.86";
spawnPos23 = "1151.1 805.215 150.07";
spawnPos8 = "1151.1 797.715 153.356";
spawnPos27 = "1166.1 805.215 147.289";
spawnPosCount = "29";
spawnPos12 = "1166.1 797.715 150.868";
spawnPos16 = "1151.1 801.465 151.711";
spawnPos1 = "1154.85 793.965 154.743";
spawnPos20 = "1166.1 801.465 149.029";
spawnPos5 = "1169.85 793.965 152.208";
spawnPos24 = "1154.85 805.215 149.465";
spawnPos9 = "1154.85 797.715 152.963";
spawnPos28 = "1151.1 808.965 148.475";
spawnPos13 = "1169.85 797.715 150.216";
spawnPos17 = "1154.85 801.465 151.133";
spawnPos2 = "1158.6 793.965 154.237";
spawnPos21 = "1169.85 801.465 148.319";
spawnPos6 = "1173.6 793.965 151.578";
spawnPos25 = "1158.6 805.215 148.789";
};
};
new SimGroup(base0) {
powerCount = "1";
new InteriorInstance() {
position = "1176.44 1046.26 157.898";
rotation = "0 0 1 90.1369";
scale = "1 1 1";
interiorFile = "dbunk_snowblind.dif";
showTerrainInside = "0";
team = "1";
};
new StaticShape() {
position = "1169.21 811.274 143.387";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "33";
};
new StaticShape() {
position = "1170.4 825.584 149.373";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "www.tribesarena.com";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20957";
team = "1";
Target = "34";
};
new StaticShape() {
position = "1177.68 825.616 149.362";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "unFunFUnF";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20959";
team = "1";
Target = "35";
};
new StaticShape() {
position = "1162.8 825.706 149.366";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "Map by: FlyingElmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20961";
team = "1";
Target = "36";
};
new StaticShape() {
position = "1178.05 818.44 149.332";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "im blue";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20963";
team = "1";
Target = "37";
};
new StaticShape() {
position = "1162.75 818.362 149.36";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "im late";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20965";
team = "1";
Target = "38";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "1179.47 1052.79 167.137";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "15";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPos10 = "1158.6 797.715 152.333";
spawnPos29 = "1154.85 808.965 147.87";
spawnPos14 = "1173.6 797.715 149.573";
spawnPos18 = "1158.6 801.465 150.503";
spawnPos3 = "1162.35 793.965 153.534";
spawnPos22 = "1173.6 801.465 147.675";
spawnPos7 = "1177.35 793.965 151.009";
spawnPos26 = "1162.35 805.215 148.077";
spawnPos11 = "1162.35 797.715 151.62";
spawnPos15 = "1177.35 797.715 149.002";
spawnPos0 = "1151.1 793.965 155.114";
spawnPos19 = "1162.35 801.465 149.791";
spawnPos4 = "1166.1 793.965 152.86";
spawnPos23 = "1151.1 805.215 150.07";
spawnPos8 = "1151.1 797.715 153.356";
spawnPos27 = "1166.1 805.215 147.289";
spawnPosCount = "-1";
spawnPos12 = "1166.1 797.715 150.868";
spawnPos16 = "1151.1 801.465 151.711";
spawnPos1 = "1154.85 793.965 154.743";
spawnPos20 = "1166.1 801.465 149.029";
spawnPos5 = "1169.85 793.965 152.208";
spawnPos24 = "1154.85 805.215 149.465";
spawnPos9 = "1154.85 797.715 152.963";
spawnPos28 = "1151.1 808.965 148.475";
spawnPos13 = "1169.85 797.715 150.216";
spawnPos17 = "1154.85 801.465 151.133";
spawnPos2 = "1158.6 793.965 154.237";
spawnPos21 = "1169.85 801.465 148.319";
spawnPos6 = "1173.6 793.965 151.578";
spawnPos25 = "1158.6 805.215 148.789";
};
};
new SimGroup(base0) {
powerCount = "1";
new InteriorInstance() {
position = "1169.99 816.901 157.898";
rotation = "0 0 -1 90.3448";
scale = "1 1 1";
interiorFile = "dbunk_snowblind.dif";
showTerrainInside = "0";
team = "2";
};
new StaticShape() {
position = "1168.75 1044.96 149.463";
rotation = "-0 0 -1 0.181308";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20972";
team = "2";
Target = "39";
};
new StaticShape() {
position = "1169.12 1037.79 149.493";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "Map by: FlyingElmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20974";
team = "2";
Target = "40";
};
new StaticShape() {
position = "1176.4 1037.84 149.504";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "www.tribesarena.com";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20976";
team = "2";
Target = "41";
};
new StaticShape() {
position = "1184 1037.73 149.497";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "www.iamthebeststation.com";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20978";
team = "2";
Target = "42";
};
new StaticShape() {
position = "1184.04 1045.07 149.491";
rotation = "-0 0 -1 0.181308";
scale = "1 1 1";
nameTag = "Jives";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "20980";
team = "2";
Target = "43";
};
new StaticShape() {
position = "1176.01 1035.56 138.282";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "44";
};
};
};
new SimGroup(team0) {
powerCount = "0";
};
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "1179.05 1013.79 148.781";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "1216.7 1072.37 221.839";
rotation = "-0.0565 -0.295048 0.95381 200.702";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "1251.91 811.657 153.148";
rotation = "0 0 -1 89.5639";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "1170.26 788.381 234.303";
rotation = "1 0 0 29.7938";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "1086.85 930.726 257.153";
rotation = "0.32459 -0.324331 0.88851 96.7117";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(Ambiance) {
powerCount = "0";
};
new SimGroup(arenaofSWEETNESS) {
powerCount = "0";
new InteriorInstance() {
position = "1220.03 934.797 141.87";
rotation = "0 0 1 89.9544";
scale = "1.00563 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
locked = "false";
};
new InteriorInstance() {
position = "1204.23 930.774 181.187";
rotation = "0.707382 0.706819 -0.00409712 179.53";
scale = "0.494719 1.16301 1.21126";
interiorFile = "singleramp.dif";
showTerrainInside = "0";
locked = "false";
};
new InteriorInstance() {
position = "1150.19 930.628 181.809";
rotation = "-0.706256 0.707945 0.00409835 179.53";
scale = "0.497862 1.08757 1.21126";
interiorFile = "singleramp.dif";
showTerrainInside = "0";
locked = "false";
};
new InteriorInstance() {
position = "1187.47 922.414 123.957";
rotation = "1 0 0 0";
scale = "1 1 1.91397";
interiorFile = "cannon.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1230.18 971.029 172.167";
rotation = "1 0 0 179.909";
scale = "4.33493 3.34976 1.71631";
interiorFile = "dmisc_nefobj2.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1168.61 902.797 172.107";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1168.61 886.797 172.107";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1168.61 870.797 172.107";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1168.61 854.797 172.107";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1168.61 838.8 172.107";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1168.58 825.281 170.979";
rotation = "-1 0 0 11.4592";
scale = "1 0.708583 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1183.37 1022.76 172.12";
rotation = "0 0 1 179.909";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1183.39 1006.76 172.12";
rotation = "0 0 1 179.909";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1183.42 990.759 172.12";
rotation = "0 0 1 179.909";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1183.45 974.759 172.12";
rotation = "0 0 1 179.909";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1183.38 1036.27 170.992";
rotation = "-7.95757e-05 0.0998335 0.995004 179.909";
scale = "1 0.708583 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1183.47 958.759 172.12";
rotation = "0 0 1 179.909";
scale = "1 1 1";
interiorFile = "xbrdgb.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1189.05 1046.45 178.18";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefobj2.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1175.38 1051.61 201.546";
rotation = "1 0 0 0";
scale = "0.85 0.85 0.85";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1181.24 793.053 178.219";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefobj2.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1167.57 798.213 201.585";
rotation = "1 0 0 0";
scale = "0.85 0.85 0.85";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1182.62 924.92 225.677";
rotation = "1 0 0 0";
scale = "0.570129 0.570253 1";
interiorFile = "cannon.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1179.71 929.434 126.318";
rotation = "1 0 0 0";
scale = "0.596242 0.502561 1";
interiorFile = "cap.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1179.91 929.391 382.429";
rotation = "1 0 0 179.909";
scale = "0.596242 0.502561 1";
interiorFile = "cap.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1290.98 921.914 201.963";
rotation = "1 0 0 0";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1290.98 1017.91 201.963";
rotation = "1 0 0 0";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1290.98 807.036 201.963";
rotation = "1 0 0 0";
scale = "1 7.5732 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1070.62 1017.92 202.016";
rotation = "1 0 0 0";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1102.75 1093.73 202.025";
rotation = "0 0 1 89.9544";
scale = "1 8.02317 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1223.03 1093.82 202.025";
rotation = "0 0 1 89.9544";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1070.62 807.049 202.016";
rotation = "1 0 0 0";
scale = "1 7.5732 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1070.62 921.927 202.016";
rotation = "1 0 0 0";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1102.67 776.81 202.009";
rotation = "0 0 1 89.9544";
scale = "1 8.02317 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1222.95 776.9 202.009";
rotation = "0 0 1 89.9544";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1070.63 1018.13 261.237";
rotation = "1 0 0 0";
scale = "1 6 3.70962";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1070.63 922.142 261.296";
rotation = "1 0 0 0";
scale = "1 6 3.71333";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1070.63 807.264 260.944";
rotation = "1 0 0 0";
scale = "1 7.5732 3.69135";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1102.68 777.025 262.001";
rotation = "0 0 1 89.9544";
scale = "1 8.02317 3.75785";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1222.96 777.115 261.93";
rotation = "0 0 1 89.9544";
scale = "1 6 3.75337";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1290.99 807.251 259.859";
rotation = "1 0 0 0";
scale = "1 7.5732 3.62685";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1290.99 922.129 261.57";
rotation = "1 0 0 0";
scale = "1 6 3.73375";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1290.99 1018.12 261.23";
rotation = "1 0 0 0";
scale = "1 6 3.71252";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1223.04 1094.03 260.182";
rotation = "0 0 1 89.9544";
scale = "1 6 3.64312";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1102.76 1093.95 259.932";
rotation = "0 0 1 89.9544";
scale = "1 8.02317 3.62755";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1074.16 1018.29 257.427";
rotation = "0 1 0 89.9544";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1170.16 1018.29 257.352";
rotation = "0 1 0 89.9544";
scale = "1 6 7.56823";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1074.16 922.69 257.428";
rotation = "0 1 0 89.9544";
scale = "1 6 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1074.16 807.732 257.428";
rotation = "0 1 0 89.9544";
scale = "1 7.59654 6";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1170.16 922.29 257.352";
rotation = "0 1 0 89.9544";
scale = "1 6 7.56823";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1170.16 807.379 257.352";
rotation = "0 1 0 89.9544";
scale = "1 7.59261 7.56823";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1149.82 878.104 167.043";
rotation = "0 0 1 180.091";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1136.16 870.485 157.865";
rotation = "0 0 1 90.1366";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1126.65 853.357 147.508";
rotation = "0 0 1 180.091";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1108.84 845.426 135.875";
rotation = "0 0 1 89.9541";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1243.65 1015.96 135.869";
rotation = "0 0 -1 90.1372";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1225.85 1008 147.502";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1216.37 990.862 157.859";
rotation = "-0 0 -1 89.9547";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "1202.72 983.221 167.037";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefplat1.dif";
showTerrainInside = "0";
};
};
};
//--- OBJECT WRITE END ---

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,905 @@
// MissionTypes = Arena
//--- MISSION STRING BEGIN ---
//Follow Standard Rules
//TWL Edition!
//Map by DSEZ
//Original T1 Map By: Proto
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
CTF_scoreLimit = "5";
powerCount = "0";
cdTrack = "2";
musicTrack = "lush";
Arena_timeLimitAdjustment = "0.5";
CTF_timeLimit = "25";
Arena_blockTeamZeroStations = "1";
Arena_roundLimitAdjustment = "7";
new MissionArea(MissionArea) {
area = "-99 477 576 468";
flightCeiling = "2000";
flightCeilingRange = "20";
locked = "true";
};
new Sun() {
position = "-536 -1240 0";
rotation = "1 0 0 0";
scale = "1 1 1";
direction = "0.57735 0.57735 -0.57735";
color = "0.700000 0.700000 0.700000 1.000000";
ambient = "0.550000 0.550000 0.550000 1.000000";
texture[0] = "special/sunFlare";
texture[1] = "special/sunFlare02";
texture[2] = "special/LensFlare/flare01";
texture[3] = "special/LensFlare/flare02";
texture[4] = "special/LensFlare/flare03";
lensFlareScale = "0.7";
lensFlareIntensity = "1";
frontFlareSize = "300";
backFlareSize = "450";
flareColor = "1.000000 1.000000 1.000000 1.000000";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/lushdet1";
terrainFile = "Alcatraz.ter";
squareSize = "9";
visibleDistance = "500";
position = "-1024 -1024 300";
hazeDistance = "250";
locked = "true";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "70";
cullDensity = "0.3";
customArea = "0 0 0 0";
coverage = "0";
position = "0 0 0 1";
XDimOverSize = "0";
locked = "true";
rotation = "0 0 0 0";
GraphFile = "Broadside_nef.nav";
YDimOverSize = "0";
conjoinBowlDev = "20";
scale = "1 1 1";
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "253.35 534.473 309.152";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera(d) {
position = "435.712 684.212 269.082";
rotation = "0 0 -1 40.107";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "171.072 883.97 327.622";
rotation = "0 0 1 180.482";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera(d) {
position = "152.034 902.762 305.769";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(AmbientSounds) {
powerCount = "0";
};
new Sky(Sky) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "990";
useSkyTextures = "1";
renderBottomTexture = "0";
SkySolidColor = "0.700000 0.750000 0.750000 1.000000";
fogDistance = "300";
fogColor = "0.700000 0.750000 0.750000 1.000000";
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "nef_5.dml";
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569861000000000000000000000.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160049000000000000000000000.000000";
high_visibleDistance = "500";
high_fogDistance = "300";
high_fogVolume1 = "-1 1.73821e-33 1.41683e-33";
high_fogVolume2 = "-1 0 0";
high_fogVolume3 = "-1 1.73819e-33 -8.94073e-08";
locked = "true";
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "153.24 538.367 302.319";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "245.057 539.102 307.322";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(objective) {
powerCount = "0";
};
new SimGroup(base) {
powerCount = "1";
new StaticShape() {
position = "161.378 525.183 302.179";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4839";
team = "1";
Target = "33";
};
new StaticShape() {
position = "161.21 538.955 301.999";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4841";
team = "1";
Target = "34";
};
new StaticShape() {
position = "160.925 551.905 302.172";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4843";
team = "1";
Target = "35";
};
new StaticShape() {
position = "149.983 525.045 302.26";
rotation = "-0 0 -1 88.9909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4845";
team = "1";
Target = "36";
};
new StaticShape() {
position = "149.936 537.998 302.087";
rotation = "-0 0 -1 88.9909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4847";
team = "1";
inUse = "Down";
notReady = "1";
Target = "37";
};
new StaticShape() {
position = "150.022 551.771 302.267";
rotation = "-0 0 -1 88.9909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4849";
team = "1";
Target = "38";
};
new StaticShape() {
position = "253.513 526.455 302.208";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4851";
team = "1";
Target = "39";
};
new StaticShape() {
position = "242.157 551.843 302.096";
rotation = "-0 0 -1 88.9909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4853";
team = "1";
inUse = "Down";
notReady = "1";
Target = "40";
};
new StaticShape() {
position = "253.345 540.227 302.028";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4855";
team = "1";
inUse = "Down";
notReady = "1";
Target = "41";
};
new StaticShape() {
position = "242.071 539.27 302.116";
rotation = "-0 0 -1 88.9909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4857";
team = "1";
Target = "42";
};
new StaticShape() {
position = "200.627 526.31 325.091";
rotation = "0.580893 0.575571 0.575571 239.392";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "43";
};
new StaticShape() {
position = "242.118 526.317 302.289";
rotation = "-0 0 -1 88.9909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4860";
team = "1";
Target = "44";
};
new StaticShape() {
position = "253.06 552.377 302.201";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4862";
team = "1";
inUse = "Down";
notReady = "1";
Target = "45";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "249.093 892.07 308.341";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "154.689 888.301 310.295";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(objective) {
powerCount = "0";
};
new SimGroup(base) {
powerCount = "1";
new StaticShape() {
position = "202.905 900.624 325.09";
rotation = "-0.577934 0.582349 0.571719 119.951";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "46";
};
new StaticShape() {
position = "241.145 906.012 301.914";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4871";
team = "2";
Target = "47";
};
new StaticShape() {
position = "149.007 906.394 301.943";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4873";
team = "2";
Target = "48";
};
new Item() {
position = "-58.4468 703.031 290.275";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "2";
Target = "-1";
};
new StaticShape() {
position = "149.199 892.622 301.963";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4876";
team = "2";
Target = "49";
};
new StaticShape() {
position = "252.535 906.168 301.795";
rotation = "0 0 1 90.9178";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4878";
team = "2";
Target = "50";
};
new StaticShape() {
position = "149.499 880.472 301.936";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4880";
team = "2";
Target = "51";
};
new StaticShape() {
position = "241.327 894.041 301.934";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4882";
team = "2";
Target = "52";
};
new StaticShape() {
position = "160.407 906.55 301.824";
rotation = "0 0 1 90.9178";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4884";
team = "2";
Target = "53";
};
new Item() {
position = "201.626 723.104 341.9";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "2";
Target = "-1";
};
new StaticShape() {
position = "241.637 881.091 302.107";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4887";
team = "2";
Target = "54";
};
new StaticShape() {
position = "160.467 893.597 302.051";
rotation = "0 0 1 90.9178";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4889";
team = "2";
Target = "55";
};
new Trigger() {
position = "149.199 892.622 301.963";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "stationTrigger";
lockCount = "0";
homingCount = "0";
polyhedron = "-0.7500000 0.7500000 0.1000000 1.5000000 0.0000000 0.0000000 -0.0000000 -1.5000000 -0.0000000 -0.0000000 -0.0000000 2.3000000";
mainObj = "8478";
team = "2";
station = "8478";
disableObj = "8478";
};
new Item() {
position = "201.657 716.072 341.916";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "2";
Target = "-1";
};
new StaticShape() {
position = "160.409 880.424 302.031";
rotation = "0 0 1 90.9178";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4893";
team = "2";
Target = "56";
};
new Trigger() {
position = "149.007 906.394 301.943";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "stationTrigger";
lockCount = "0";
homingCount = "0";
polyhedron = "-0.7500000 0.7500000 0.1000000 1.5000000 0.0000000 0.0000000 -0.0000000 -1.5000000 -0.0000000 -0.0000000 -0.0000000 2.3000000";
mainObj = "8480";
team = "2";
station = "8480";
disableObj = "8480";
};
new Item() {
position = "431.037 709.888 261.752";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "2";
Target = "-1";
};
new StaticShape() {
position = "252.537 881.243 301.802";
rotation = "0 0 1 90.9178";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4897";
team = "2";
Target = "57";
};
new Item() {
position = "201.59 719.721 342.055";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "2";
Target = "-1";
};
new StaticShape() {
position = "252.605 895.016 301.822";
rotation = "0 0 1 90.9178";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Trigger = "4900";
team = "2";
Target = "58";
};
};
};
new SimGroup(Team0) {
powerCount = "0";
new SimGroup(AIObjectives) {
powerCount = "0";
};
};
};
new SimGroup(ffs) {
powerCount = "1";
providesPower = "1";
};
new SimGroup(randomObjects) {
powerCount = "0";
new SimGroup(Addition1BELgTree16) {
powerCount = "0";
};
new SimGroup(Addition3BEPlant5) {
powerCount = "0";
};
};
new InteriorInstance() {
position = "205.848 529.088 341.631";
rotation = "-0.577503 0.577044 -0.577504 119.947";
scale = "0.1 1.01743 22.5334";
interiorFile = "dwall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "251.399 550.454 301.248";
rotation = "-0.577503 0.577044 -0.577504 119.947";
scale = "0.1 1.01743 22.4418";
interiorFile = "dwall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "159.153 547.729 301.343";
rotation = "-0.577503 0.577044 -0.577504 119.947";
scale = "0.1 1.01743 22.5334";
interiorFile = "dwall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "159.388 533.828 262.068";
rotation = "0 0 -1 90.5273";
scale = "1.04832 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "159.118 888.923 261.861";
rotation = "0 0 -1 90.5273";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-58.286 705.011 289.889";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dbunk_nefdcbunk.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "430.958 711.871 261.289";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dbunk_nefdcbunk.dif";
showTerrainInside = "0";
};
new Camera() {
position = "77.8667 520.443 357.218";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new ScriptObject(PJTeamHUDData) {
floodprotect = "0";
perRow = "16";
Kills27063 = "0";
client0 = "27063";
rows = "0";
Deaths27063 = "0";
TotalPlayers = "0";
cell27063 = "0";
};
new TSStatic() {
position = "8.9584 720.865 271.461";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "borg17.dts";
};
new TSStatic() {
position = "202.898 673.762 252.302";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "borg16.dts";
};
new TSStatic() {
position = "324.216 806.562 254.682";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "borg19.dts";
};
new ScriptObject(PJWaypointObject) {
Mname14 = "Team 2 StationInventory";
Mpos0 = "161.378 525.183 302.179";
Opos2 = "431.037 709.888 261.752";
Mpos25 = "252.605 895.016 301.822";
Mname22 = "Team 2 StationInventory";
Mpos8 = "253.345 540.227 302.028";
Mname1 = "Team 1 StationInventory";
Mname4 = "Team 1 StationInventory";
Mpos20 = "160.407 906.55 301.824";
Mname17 = "Team 2 StationInventory";
Mobj5 = "27093";
Mobj21 = "27131";
Mpos5 = "150.022 551.771 302.267";
Mname25 = "Team 2 StationInventory";
Mname8 = "Team 1 StationInventory";
Mpos23 = "160.409 879.824 302.031";
Mname23 = "Team 2 StationInventory";
Mname20 = "Team 2 StationInventory";
Mobj20 = "27128";
Mobj9 = "27101";
Mname13 = "Team 2 GeneratorLarge";
WPPJOthercount = "3";
Mobj24 = "27141";
WPPJAmmocount = "0";
Oobj1 = "27136";
Mname12 = "Team 1 StationInventory";
Mpos4 = "149.936 537.998 302.087";
Mobj10 = "27103";
Oname0 = "Team 2 RepairPatch";
Mobj23 = "27137";
Mpos11 = "242.118 526.317 302.289";
Opos1 = "201.657 716.072 341.916";
Mobj15 = "27117";
Mpos1 = "161.21 538.955 301.999";
Mobj12 = "27106";
Mobj7 = "27097";
Mpos9 = "242.071 539.27 302.116";
Oobj0 = "27146";
Mobj2 = "27087";
Mpos13 = "202.891 910.024 325.004";
Mobj19 = "27126";
Mname0 = "Team 1 StationInventory";
WPPJVehiclecount = "0";
Mobj17 = "27122";
Mname10 = "Team 1 GeneratorLarge";
Mpos15 = "149.007 906.394 301.943";
Mpos2 = "160.925 551.905 302.172";
Mname9 = "Team 1 StationInventory";
Mname16 = "Team 2 StationInventory";
Mpos6 = "253.513 526.455 302.208";
Mname6 = "Team 1 StationInventory";
Mobj0 = "27083";
Mpos22 = "160.467 893.597 302.051";
Mobj3 = "27089";
Mpos18 = "149.499 879.672 302.136";
Mobj8 = "27099";
Mobj18 = "27124";
WPPJMaincount = "26";
Mname5 = "Team 1 StationInventory";
Mname19 = "Team 2 StationInventory";
Opos0 = "201.626 723.104 341.9";
Mpos3 = "149.983 525.045 302.26";
Mobj6 = "27095";
Mpos24 = "252.537 881.243 301.802";
Mobj14 = "27115";
Mname21 = "Team 2 StationInventory";
Mobj4 = "27091";
Mpos19 = "241.327 894.041 301.934";
Mobj22 = "27133";
Mname11 = "Team 1 StationInventory";
Mobj11 = "27104";
Mname3 = "Team 1 StationInventory";
Oname1 = "Team 2 RepairPatch";
Mpos10 = "199.627 520.51 325.047";
Mname24 = "Team 2 StationInventory";
Mname18 = "Team 2 StationInventory";
Oname2 = "Team 2 RepairPatch";
Mpos16 = "149.199 892.622 301.963";
Mpos7 = "242.157 553.043 302.096";
Mobj25 = "27144";
Mobj1 = "27085";
Mobj13 = "27114";
Mpos12 = "253.06 553.177 302.201";
WPPJPackcount = "0";
Mpos21 = "241.637 881.091 302.107";
WPPJWeaponcount = "0";
Mname15 = "Team 2 StationInventory";
Mname2 = "Team 1 StationInventory";
Oobj2 = "27140";
Mname7 = "Team 1 StationInventory";
Mobj16 = "27120";
Mpos17 = "252.535 906.168 301.795";
Mpos14 = "241.145 906.012 301.914";
};
new InteriorInstance() {
position = "160.194 877.323 308.438";
rotation = "0 0 -1 90.5273";
scale = "0.1 1.16357 0.673168";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "252.63 878.166 306.779";
rotation = "0 0 -1 90.5273";
scale = "0.1 1.16357 0.673168";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "160.679 554.271 307.122";
rotation = "0 0 -1 90.5273";
scale = "0.1 1.16357 0.673168";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "252.694 555.147 306.786";
rotation = "0 0 -1 90.5273";
scale = "0.1 1.16357 0.673168";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
};
//--- OBJECT WRITE END ---

View file

@ -0,0 +1,842 @@
// MissionTypes = Arena
// DisplayName = Ridgerena
//--- MISSION QUOTE BEGIN ---
//Description: Long ago glaciers shaped Thorbian II, producing massive canyons spanning the planet.
//Although the glaciers have long since melted away, the hatred between two rivaling families has not.
//Their bitter feud will end in the canyons, one way or another.
//Objective: Slaughter all members of your rival's crew.
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//Map by: FlyingElmo
//Email: flyingelmo@teamfusion.org
//Website: www.planettribes.com/elmo
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
powerCount = "0";
musicTrack = "desert";
cdTrack = "6";
new MissionArea(MissionArea) {
area = "-1104 460 258 384";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "40 760 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "550";
useSkyTextures = "1";
renderBottomTexture = "0";
SkySolidColor = "0.365000 0.390000 0.420000 0.000000";
fogDistance = "350";
fogColor = "0.730000 0.550000 0.400000 1.000000";
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "sky_desert_blue.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
cloudSpeed0 = "0.000000 0.000400";
locked = "true";
};
new Sun() {
direction = "0.57735 0.57735 -0.57735";
color = "0.800000 0.800000 0.800000 1.000000";
ambient = "0.600000 0.600000 0.600000 1.000000";
scale = "1 1 1";
position = "40 760 0";
rotation = "1 0 0 0";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/desertdet2";
terrainFile = "Rasp.ter";
squareSize = "8";
emptySquares = "148783 214574 83507 214830 83763";
position = "-1024 -1024 0";
locked = "true";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "45";
cullDensity = "0.3";
customArea = "0 0 0 0";
scale = "1 1 1";
conjoinBowlDev = "20";
coverage = "0";
GraphFile = "Ridgerena.nav";
position = "0 0 0 1";
YDimOverSize = "0";
rotation = "0 0 0 0";
locked = "true";
XDimOverSize = "0";
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-976.097 470.537 101.958";
rotation = "1 0 0 9.16737";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-909.355 445.305 169.631";
rotation = "0.683347 0.150585 -0.714395 34.2861";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-977.108 833.321 168.358";
rotation = "0.00578893 -0.366268 0.930491 178.315";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-942.86 641.819 286.757";
rotation = "0.575569 0.575109 -0.581351 119.617";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-1053.68 724.378 141.604";
rotation = "0 0 1 168.449";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-938.872 521.136 92.9959";
rotation = "0 0 -1 20.0535";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "1";
new SimGroup(spawnspheres) {
powerCount = "1";
new SpawnSphere() {
position = "-975.915 482.845 99.275";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-953.847 483.601 91.322";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-1000.88 477.622 92.7611";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-976.119 495.31 90.0909";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(Base0) {
powerCount = "1";
new InteriorInstance() {
position = "-976.718 482.662 110.18";
rotation = "0.999999 -0.000796404 0.000793977 180";
scale = "1 1 1.522";
interiorFile = "pplat2.dif";
showTerrainInside = "0";
team = "1";
};
};
new StaticShape() {
position = "-970.674 485.286 94.919";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
notReady = "1";
inUse = "Down";
team = "1";
Target = "33";
Trigger = "7689";
};
new StaticShape() {
position = "-982.984 485.503 94.9188";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
notReady = "1";
inUse = "Down";
team = "1";
Target = "34";
Trigger = "7691";
};
new StaticShape() {
position = "-983.052 479.887 94.8935";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "35";
Trigger = "7693";
};
new StaticShape() {
position = "-970.623 479.844 94.9244";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "36";
Trigger = "7695";
};
new StaticShape() {
position = "-976.704 483.334 81.075";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "37";
};
};
new SimGroup(team0) {
powerCount = "1";
providesPower = "1";
new InteriorInstance() {
position = "-976.752 784.191 94.6967";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.755 758.308 94.6965";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.754 732.445 94.6969";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.757 706.562 94.6967";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.763 609.688 94.6969";
rotation = "1 0 0 0";
scale = "1 3.27152 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.73 551.42 94.7117";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.731 577.283 94.7113";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.758 675.732 94.6969";
rotation = "1 0 0 0";
scale = "1 2.9793 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.734 502.877 94.7117";
rotation = "1 0 0 0";
scale = "1 1.61812 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.733 525.537 94.7115";
rotation = "1 0 0 0";
scale = "1 2.15963 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-976.927 643.703 57.6226";
rotation = "1 0 0 0";
scale = "1 1.22543 1.55338";
interiorFile = "ptowr2.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1072.4 671.793 133.258";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1064.66 671.772 130.529";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1062.37 678.933 130.537";
rotation = "0.180559 -0.704776 -0.686067 71.6704";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-873.192 598.719 132.573";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-873.252 598.783 140.404";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-865.238 598.76 131.525";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-885.127 591.378 130.433";
rotation = "0.766232 -0.220333 0.603607 50.9459";
scale = "1 1 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-846.479 739.522 134.83";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock6.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-869.247 758.777 134.977";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock8.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-846.4 690.603 134.686";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock6.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1058.35 720.561 134.385";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock6.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1060.67 587.731 133.652";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock6.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1049.84 606.04 133.277";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock7.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1061.14 513.323 134.295";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock6.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-902.668 472.541 133.339";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock7.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-885.763 719.73 133.363";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock7.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1058.88 809.259 134.206";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock7.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-1053.48 809.889 133.772";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock6.dif";
showTerrainInside = "0";
team = "0";
};
new Item() {
position = "-976.817 647.538 132.243";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-977.041 643.652 97.3129";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-975.151 643.651 97.3232";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-978.87 643.704 97.3036";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new InteriorInstance() {
position = "-1066.74 432.768 134.364";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "prock7.dif";
showTerrainInside = "0";
team = "0";
};
new TSStatic() {
position = "-846.018 590.669 134.131";
rotation = "1 0 0 0";
scale = "1 1.52198 1.53745";
shapeName = "porg3.dts";
team = "0";
};
new TSStatic() {
position = "-846.823 782.638 134.964";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "porg6.dts";
team = "0";
};
new FileObject() {
team = "0";
};
new FileObject() {
team = "0";
};
new Item() {
position = "-969.701 713.989 73.2016";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-969.644 713.164 73.057";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-971.64 708.102 69.8598";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-1007.29 569.192 90.5807";
rotation = "0 0 1 87.0895";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-1006.43 569.109 90.3206";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new TSStatic() {
position = "-1077.09 619.821 133.63";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "stackable3m.dts";
team = "0";
};
new Item() {
position = "-1078.05 619.791 135.648";
rotation = "0 0 1 89.9542";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-1076.16 619.802 135.555";
rotation = "0 0 1 89.9542";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-899.176 643.101 95.9244";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PlasmaAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-898.184 643.631 96.393";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PlasmaAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-976.113 808.727 94.1436";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-942.326 806.153 90.4333";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-976.511 826.877 91.4376";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-998.54 812.017 94.9216";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "20";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(Base0) {
powerCount = "1";
new InteriorInstance() {
position = "-976.71 807.526 110.138";
rotation = "0 1 0 180.091";
scale = "1 1 1.522";
interiorFile = "pplat2.dif";
showTerrainInside = "0";
team = "2";
};
new StaticShape() {
position = "-982.969 810.403 94.8722";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "38";
Trigger = "7752";
};
new StaticShape() {
position = "-983.037 804.787 94.8469";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "39";
Trigger = "7754";
};
new StaticShape() {
position = "-970.608 804.744 94.8778";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "40";
Trigger = "7756";
};
new StaticShape() {
position = "-970.659 810.186 94.8724";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "41";
Trigger = "7758";
};
new StaticShape() {
position = "-971.424 805.124 81.2504";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "42";
};
};
};
};
};
//--- OBJECT WRITE END ---

View file

@ -0,0 +1,838 @@
// MissionTypes = Arena
// DisplayName = ShrineArena
//--- MISSION QUOTE BEGIN ---
//Description: The Great Hall - a place of much spiritual significance. Many a battle have been waged here.
//The Storm and Inferno clans will further its bloody history, each declaring control of the shrine.
//Objective: Kill the opposing clan to insure ownership of the shrine.
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//Map by: FlyingElmo
//Email: flyingelmo@teamfusion.org
//Website: http://maps.tribalwar.com/elmo
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
cdTrack = "5";
powerCount = "0";
Team_Hunters_timeLimit = "25";
musicTrack = "ice";
Hunters_timeLimit = "25";
new MissionArea(MissionArea) {
area = "-240 -12 448 380";
flightCeiling = "2000";
flightCeilingRange = "50";
locked = "true";
};
new Sun() {
direction = "0.57735 0.57735 -0.57735";
color = "0.700000 0.700000 0.700000 1.000000";
ambient = "0.600000 0.600000 0.620000 1.000000";
scale = "1 1 1";
position = "-1024 -1024 0";
rotation = "1 0 0 0";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/snowdet1";
terrainFile = "Rimehold.ter";
squareSize = "8";
emptySquares = "101741 101997 102253 299658 430985 431241 431497 366217";
position = "-1024 -1024 0";
visibleDistance = "1200";
hazeDistance = "250";
locked = "true";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "55";
cullDensity = "0.3";
customArea = "0 0 0 0";
scale = "1 1 1";
GraphFile = "Rimehold.nav";
XDimOverSize = "0";
YDimOverSize = "0";
position = "0 0 0 1";
conjoinBowlDev = "20";
rotation = "0 0 0 0";
coverage = "0";
locked = "true";
};
new Sky(Sky) {
position = "-904 -1136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "600";
useSkyTextures = "0";
renderBottomTexture = "0";
SkySolidColor = "0.065000 0.090000 0.220000 0.000000";
fogDistance = "0";
fogColor = "0.700000 0.700000 0.700000 1.000000";
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "sky_ice_blue.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
cloudSpeed0 = "0.000000 0.000000";
locked = "true";
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-91.0663 160.977 1525.5";
rotation = "0 0 1 134.072";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-22.8084 184.287 1567.09";
rotation = "-0.00233821 -0.109756 0.993956 182.426";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "9.81191 62.4079 1523.43";
rotation = "0 0 -1 48.1283";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-106.753 57.5831 1529.27";
rotation = "0.312807 -0.123129 0.941802 45.3649";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-46.6212 165.985 1520.9";
rotation = "-0.0945081 0.0944326 0.991035 90.4701";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "28.264 252.502 1528.83";
rotation = "0 0 1 229.183";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-142.099 152.491 1555.91";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-131.732 152.929 1555.66";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-120.345 151.89 1555.97";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-124.297 142.382 1555.93";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-110.289 143.655 1556.23";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-95.4548 144.109 1556.63";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-82.0455 144.198 1555.96";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-113.94 151.563 1556.95";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "-113.836 140.847 1555.12";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "Tribes Arena";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
notReady = "1";
team = "1";
inUse = "Down";
Target = "33";
Trigger = "3624";
};
new StaticShape() {
position = "-106.692 140.977 1555.13";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "map by: flyingelmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "34";
Trigger = "3626";
};
new StaticShape() {
position = "-99.5081 141.085 1555.13";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "i have two blinking blue eyes";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "35";
Trigger = "3628";
};
new StaticShape() {
position = "-92.2635 140.947 1555.26";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "http://maps.tribalwar.com/elmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "36";
Trigger = "3630";
};
new TSStatic() {
position = "-150.503 152.436 1554.99";
rotation = "1 0 0 0";
scale = "1 2.25383 3.32437";
shapeName = "stackable3l.dts";
team = "1";
};
new StaticShape() {
position = "-109.969 152.342 1555.13";
rotation = "0 0 1 0.612934";
scale = "1 1 1";
nameTag = "you must look at me. bwahaha.";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "37";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "25.404 199.94 1531.87";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.2927 211.756 1532.27";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.1472 221.298 1531.85";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.8841 188.355 1531.92";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.7372 177.707 1531.82";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.8137 161.717 1531.69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.6509 149.457 1532.18";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "24.9065 139.054 1532.09";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.0147 230.179 1531.81";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "25.4226 240.192 1532.22";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "17.5575 240.427 1531.53";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "26.3319 171.26 1531.89";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "24.7376 130.693 1532.08";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "22.9782 157.835 1531.16";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
nameTag = "I like sharp cheddar. Yum Yum!";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "38";
Trigger = "3650";
};
new StaticShape() {
position = "23.0009 165.146 1531.14";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
nameTag = "http://arena.tribalwar.com/";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "39";
Trigger = "3652";
};
new StaticShape() {
position = "22.9261 174.678 1531.15";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
nameTag = "Mr. Obvious Station---->";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "40";
Trigger = "3654";
};
new StaticShape() {
position = "23.0316 184.286 1531.16";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
nameTag = "this is a narrow hallway. ";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "41";
Trigger = "3656";
};
new InteriorInstance() {
position = "33.5678 174.514 1519.47";
rotation = "1 0 0 0";
scale = "0.1 1.5001 1.4063";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
team = "2";
};
new InteriorInstance() {
position = "33.1978 139.608 1530.94";
rotation = "1 0 0 0";
scale = "1 1 0.779881";
interiorFile = "swall1.dif";
showTerrainInside = "0";
team = "2";
};
new TSStatic() {
position = "32.0297 145.809 1531.08";
rotation = "1 0 0 0";
scale = "1 3.29181 2.69448";
shapeName = "stackable3l.dts";
team = "2";
};
new StaticShape() {
position = "21.9787 148.115 1531.19";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "...the i hate you";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "42";
};
};
};
new SimGroup(team0) {
powerCount = "0";
new SimGroup(Stuff) {
powerCount = "0";
new InteriorInstance() {
position = "-29.8913 126.627 1515.59";
rotation = "1 0 0 0";
scale = "1.2 1.2 1.2";
interiorFile = "sbase5.dif";
showTerrainInside = "0";
team = "0";
locked = "false";
};
new Item() {
position = "-29.8063 263.324 1519.78";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new InteriorInstance() {
position = "-86.6704 119.015 1554.78";
rotation = "1 0 0 0";
scale = "1 1.31275 1.24895";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
team = "0";
};
new FileObject() {
team = "0";
};
new FileObject() {
team = "0";
};
new Item() {
position = "-25.0841 263.286 1519.76";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-22.6814 85.8484 1531.13";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-20.2934 85.818 1531.13";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-25.1042 85.7744 1531.11";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "8.48438 263.304 1519.82";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "3.7721 263.174 1519.76";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "6.04985 263.13 1519.82";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-17.8777 69.0343 1519.8";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-22.6652 69.0139 1519.74";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
new Item() {
position = "-13.0824 69.0384 1519.78";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
team = "0";
Target = "-1";
};
};
new TSStatic() {
position = "-161.965 147.107 1555.55";
rotation = "-1 0 0 89.9544";
scale = "1 1 1";
shapeName = "statue_hmale.dts";
team = "0";
};
};
};
new SimGroup() {
powerCount = "0";
};
new SpawnSphere() {
position = "-101.934 143.676 1555.65";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-89.1377 144.261 1555.99";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-78.4791 139.044 1556.53";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-136.849 153.001 1556.03";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-126.506 152.96 1556.29";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-117.991 144.218 1556.56";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
//--- OBJECT WRITE END ---

View file

@ -0,0 +1,663 @@
// DisplayName = _ShrineArena II
// MissionTypes = arena
//--- MISSION QUOTE BEGIN ---
//<font:verdana:10><color:FFFFFF>A shrine to the God of Endurance has been secured. Your job is to make sure it stays that way.
//<font:fixedsys:9><color:071010>.
//<font:univers bold:16><color:6699CC>IIIIIIIIIII<color:C0C0C0>A HYBRID DESIGN<color:6699CC>IIIIIIIIIII
//<font:univers bold:12><color:6699CC>--------<color:C0C0C0>FlyingElmo<color:6699CC>------- <color:6699CC>-----<color:C0C0C0>flyingelmo@planettribes.com<color:6699CC>----
//<font:tahoma bold:12><color:6699CC>_______<color:C0C0C0><a:www.planettribes.com/elmo>Click Here to Download</a><color:6699CC>_______
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
CTF_timeLimit = "25";
powerCount = "0";
cdTrack = "2";
musicTrack = "lush";
CTF_scoreLimit = "4";
new MissionArea(MissionArea) {
area = "-176 -192 352 384";
flightCeiling = "2000";
flightCeilingRange = "20";
locked = "false";
};
new Sun(Sun) {
position = "-1024 -1024 0";
rotation = "1 0 0 0";
scale = "1 1 1";
direction = "0.622506 0.622506 -0.474313";
color = "0.800000 0.800000 0.800000 1.000000";
ambient = "0.650000 0.650000 0.650000 1.000000";
texture[0] = "special/sunFlare";
texture[1] = "special/sunFlare02";
texture[2] = "special/LensFlare/flare01";
texture[3] = "special/LensFlare/flare02";
texture[4] = "special/LensFlare/flare03";
lensFlareScale = "0.7";
lensFlareIntensity = "1";
frontFlareSize = "300";
backFlareSize = "450";
flareColor = "1.000000 1.000000 1.000000 1.000000";
locked = "false";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/lushdet2";
terrainFile = "Ramparts.ter";
squareSize = "8";
visibleDistance = "1200";
position = "-1024 -1024 0";
locked = "true";
hazeDistance = "250";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "70";
cullDensity = "0.3";
customArea = "0 0 0 0";
XDimOverSize = "0";
position = "0 0 0 1";
GraphFile = "PhasmaDust.nav";
YDimOverSize = "0";
coverage = "0";
locked = "true";
rotation = "0 0 0 0";
conjoinBowlDev = "20";
scale = "1 1 1";
};
new InteriorInstance() {
position = "-57.8183 -12.8448 280.884";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "sbase3.dif";
showTerrainInside = "0";
};
new Sky(Sky) {
position = "-1024 -1024 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0";
cloudSpeed2 = "0";
cloudSpeed3 = "0";
visibleDistance = "200";
useSkyTextures = "0";
renderBottomTexture = "0";
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
fogDistance = "400";
fogColor = "0.500000 0.500000 0.500000 1.000000";
fogVolume1 = "1 0 200";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "muddy.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.040112";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.742938";
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
high_visibleDistance = "-1";
high_fogDistance = "-1";
high_fogVolume1 = "-1 0 0";
high_fogVolume2 = "-1 0 0";
high_fogVolume3 = "-1 0 0";
locked = "true";
cloudSpeed0 = "0.000000 0.000000";
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-6.73081 -59.7335 278.211";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "0.499907 -64.0698 278.342";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "-10.2812 -70.8063 278.553";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "-17.774 -51.8028 277.297";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "-15.4569 -63.6088 278.284";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
};
new SimGroup(base0) {
powerCount = "1";
new StaticShape() {
position = "-9.52949 -48.7495 278.857";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "33";
Trigger = "10479";
team = "1";
};
new StaticShape() {
position = "-9.59861 -53.563 278.872";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "34";
Trigger = "10481";
team = "1";
};
new StaticShape() {
position = "-3.22721 -48.606 278.821";
rotation = "0 0 1 89.9543";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "35";
Trigger = "10483";
team = "1";
};
new StaticShape() {
position = "-2.95904 -53.5839 278.824";
rotation = "0 0 1 89.9543";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "36";
Trigger = "10485";
team = "1";
};
new StaticShape() {
position = "-22.3296 -47.9439 278.869";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "37";
team = "1";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-63.8778 -23.3774 317.694";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "10";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "-52.3436 -22.8782 315.267";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "10";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
};
new SimGroup(base0) {
powerCount = "1";
new StaticShape() {
position = "-60.681 -27.1604 317.857";
rotation = "0 0 1 179.336";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "38";
Trigger = "10493";
team = "2";
notReady = "1";
inUse = "Down";
};
new StaticShape() {
position = "-68.2244 -19.8155 317.873";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "39";
Trigger = "10495";
team = "2";
};
new StaticShape() {
position = "-54.5231 -27.0268 317.821";
rotation = "0 0 1 179.336";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "40";
Trigger = "10497";
team = "2";
notReady = "1";
inUse = "Down";
};
new StaticShape() {
position = "-47.3387 -19.9763 317.838";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "41";
Trigger = "10499";
team = "2";
};
new StaticShape() {
position = "-57.8151 -27.9958 317.875";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "42";
team = "2";
};
};
};
new SimGroup(team0) {
powerCount = "0";
new Item() {
position = "-31.8348 -34.9127 289.841";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-35.8471 -34.9382 289.876";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-54.7493 -33.6642 289.894";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-30.9894 -3.86885 257.828";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-56.834 -72.3774 257.885";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "10.1785 -78.914 260.865";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "ShieldPack";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "31.917 -30.9077 267.975";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "ShockLance";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "32.1012 -32.8328 267.963";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "ShockLance";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-41.8353 -78.7895 260.825";
rotation = "0 0 1 179.336";
scale = "1 1 1";
dataBlock = "CloakingPack";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-60.8321 -72.294 257.859";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-31.0002 -9.89412 257.846";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-58.7914 -33.7426 289.885";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-58.8772 -72.3016 257.871";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
};
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-38.8494 -22.2902 276.032";
rotation = "0.0500231 -0.208199 0.976806 153.584";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-14.0191 7.16766 260.565";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "25.381 -66.8602 280.583";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-35.1708 -67.4355 295.714";
rotation = "0.567783 0.183608 -0.80244 43.8981";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(YES) {
powerCount = "0";
new InteriorInstance() {
position = "-20.8789 -67.3697 289.359";
rotation = "0 1 0 89.9544";
scale = "1 1.86598 1.87743";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "14.8629 -73.1408 289.014";
rotation = "0 1 0 90.5273";
scale = "1 1 1";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "39.4553 -67.9285 278.632";
rotation = "1 0 0 0";
scale = "1 1.81814 1.34971";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "30.1883 -82.6288 279.598";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "18.1926 -82.5404 279.523";
rotation = "0 0 1 89.9544";
scale = "1 1.01361 1";
interiorFile = "smisc4.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-66.2382 -32.4922 334.282";
rotation = "0 1 0 89.9544";
scale = "1 1 1";
interiorFile = "swall1.dif";
showTerrainInside = "0";
};
};
new PhysicalZone() {
position = "-37.4974 -27.577 317.467";
rotation = "0 0 1 180.091";
scale = "5.63689 9.32153 11.6021";
velocityMod = "1";
gravityMod = "1";
appliedForce = "-5000 0 0";
polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -1.0000000 -0.0000000 -0.0000000 -0.0000000 1.0000000";
};
};
//--- OBJECT WRITE END ---

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,976 @@
// DisplayName = _TempleTussle Version II
// MissionTypes = Arena
//--- MISSION QUOTE BEGIN ---
//<font:verdana:10><color:FFFFFF>A sacred temple will be tainted by the blood of your enemies.
//<font:fixedsys:9><color:071010>.
//<font:univers bold:16><color:6699CC>IIIIIIIIIII<color:C0C0C0>A HYBRID DESIGN<color:6699CC>IIIIIIIIIII
//<font:univers bold:12><color:6699CC>--------<color:C0C0C0>FlyingElmo<color:6699CC>------- <color:6699CC>-----<color:C0C0C0>flyingelmo@planettribes.com<color:6699CC>----
//<font:tahoma bold:12><color:6699CC>_______<color:C0C0C0><a:www.planettribes.com/elmo>Click Here to Download</a><color:6699CC>_______
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
cdTrack = "3";
CTF_scoreLimit = "3";
powerCount = "0";
Retrieve_scoreLimit = "5";
musicTrack = "volcanic";
new MissionArea(MissionArea) {
area = "-448 -880 336 304";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "40 760 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "12";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "175";
useSkyTextures = "0";
renderBottomTexture = "0";
SkySolidColor = "0.000000 0.000000 0.000000 0.000000";
fogDistance = "150";
fogColor = "0.100000 0.000000 0.000000 0.000000";
fogVolume1 = "65 0 190";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "sky_desert_blue.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -0.000000";
high_visibleDistance = "-1";
high_fogDistance = "-1";
high_fogVolume1 = "-1 1.07992e-05 1.53482e-19";
high_fogVolume2 = "-1 6.6763e-07 6.92882e+11";
high_fogVolume3 = "-1 5.45963e-35 1.59646e-34";
cloudSpeed0 = "0.000000 0.000400";
locked = "true";
};
new Sun() {
position = "40 760 0";
rotation = "1 0 0 0";
scale = "1 1 1";
direction = "0.57735 0.57735 -0.57735";
color = "0.800000 0.800000 0.800000 1.000000";
ambient = "0.600000 0.600000 0.600000 1.000000";
texture[0] = "special/sunFlare";
texture[1] = "special/sunFlare02";
texture[2] = "special/LensFlare/flare01";
texture[3] = "special/LensFlare/flare02";
texture[4] = "special/LensFlare/flare03";
lensFlareScale = "0.7";
lensFlareIntensity = "1";
frontFlareSize = "300";
backFlareSize = "450";
flareColor = "1.000000 1.000000 1.000000 1.000000";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/desertdet2";
terrainFile = "Rasp.ter";
squareSize = "8";
emptySquares = "148783 214574 83507 214830 83763";
position = "-1024 -1024 0";
locked = "true";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "45";
cullDensity = "0.3";
customArea = "0 0 0 0";
coverage = "0";
position = "0 0 0 1";
YDimOverSize = "0";
XDimOverSize = "0";
GraphFile = "TempleTussle.nav";
locked = "true";
rotation = "0 0 0 0";
conjoinBowlDev = "20";
scale = "1 1 1";
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-322.557 -824.09 242.556";
rotation = "0.67548 -0.238942 0.697591 53.7776";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-285.327 -786.933 264.196";
rotation = "0.731733 -0.326772 0.598152 73.4891";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-252.126 -781.2 206.801";
rotation = "0 0 -1 90.5273";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-342.824 -766.456 219.01";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "15";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "-323.671 -766.164 220.881";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "15";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
};
new SimGroup(Base0) {
powerCount = "1";
new InteriorInstance() {
position = "-358.216 -783.051 219.801";
rotation = "-0 0 -1 89.9543";
scale = "3.79139 1 2.59669";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "1";
};
new InteriorInstance() {
position = "-341.198 -774.67 251.563";
rotation = "-0 0 -1 89.9543";
scale = "1.69904 3.22497 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "1";
};
new InteriorInstance() {
position = "-341.196 -788.464 251.566";
rotation = "-0 0 -1 89.9543";
scale = "1.80133 3.22497 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "1";
};
new InteriorInstance() {
position = "-358.216 -783.051 240.537";
rotation = "-0 0 -1 89.9543";
scale = "3.79139 1 2.59669";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "1";
};
new StaticShape() {
position = "-344.63 -770.33 224.354";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "\x01691";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "33";
inUse = "Down";
team = "1";
Trigger = "5409";
notReady = "1";
};
new StaticShape() {
position = "-338.057 -770.277 224.661";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "\x01692";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "34";
team = "1";
Trigger = "5411";
};
new StaticShape() {
position = "-351.77 -771.116 223.939";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "\x01693";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "35";
inUse = "Down";
team = "1";
Trigger = "5413";
notReady = "1";
};
new InteriorInstance() {
position = "-332.459 -772.812 228.247";
rotation = "-0 0 -1 89.9543";
scale = "0.364458 0.1 0.245054";
interiorFile = "pwall1.dif";
showTerrainInside = "0";
team = "1";
};
new StaticShape() {
position = "-349.547 -781.787 194.298";
rotation = "0 0 1 90.1366";
scale = "1 1 1";
nameTag = "\x01694";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "36";
team = "1";
};
new InteriorInstance() {
position = "-332.586 -791.531 228.611";
rotation = "-0 0 -1 89.9543";
scale = "0.364458 0.1 0.245054";
interiorFile = "pwall1.dif";
showTerrainInside = "0";
team = "1";
};
new ParticleEmissionDummy() {
position = "-332.95 -790.847 228.039";
rotation = "-0 0 -1 89.9543";
scale = "1 1 1";
dataBlock = "defaultEmissionDummy";
lockCount = "0";
homingCount = "0";
emitter = "MissileFireEmitter";
velocity = "1";
team = "1";
};
new ParticleEmissionDummy() {
position = "-332.822 -772.128 227.675";
rotation = "-0 0 -1 89.9543";
scale = "1 1 1";
dataBlock = "defaultEmissionDummy";
lockCount = "0";
homingCount = "0";
emitter = "MissileFireEmitter";
velocity = "1";
team = "1";
};
};
};
new SimGroup(Team2) {
powerCount = "1";
new SimGroup(spawnspheres) {
powerCount = "1";
new SpawnSphere() {
position = "-340.875 -797.05 222.947";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "15";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
new SpawnSphere() {
position = "-321.722 -797.958 224.818";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "15";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "-337.918 -792.935 224.639";
rotation = "0 0 1 180.091";
scale = "1 1 1";
nameTag = "\x01695";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "37";
team = "2";
Trigger = "5425";
};
new StaticShape() {
position = "-345.178 -793.154 224.343";
rotation = "0 0 1 180.091";
scale = "1 1 1";
nameTag = "\x01696";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "38";
team = "2";
Trigger = "5427";
};
new StaticShape() {
position = "-351.486 -793.282 223.928";
rotation = "0 0 1 180.091";
scale = "1 1 1";
nameTag = "\x01697";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "39";
team = "2";
Trigger = "5429";
};
};
new StaticShape() {
position = "-218.684 -837.656 163.604";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "40";
team = "2";
};
};
new SimGroup(team0) {
powerCount = "1";
new Item() {
position = "-236.973 -781.719 238.512";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-238.453 -781.779 238.529";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-237.019 -783.267 238.516";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-235.464 -781.695 238.504";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-236.97 -780.24 238.524";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-291.002 -773.955 211.538";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-290.88 -789.427 211.606";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-277.926 -774.037 259.515";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "CloakingPack";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-277.985 -789.366 259.547";
rotation = "0 0 1 180.091";
scale = "1 1 1";
dataBlock = "EnergyPack";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-316.808 -782.365 256.619";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "grenade";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-317.287 -782.722 256.571";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "grenade";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-317.256 -782.076 256.602";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "grenade";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-316.788 -780.426 256.563";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "FlashGrenade";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-317.264 -780.019 256.563";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "FlashGrenade";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-317.232 -780.682 256.573";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "FlashGrenade";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new TSStatic() {
position = "-317.327 -781.446 256.06";
rotation = "-0 0 -1 89.9543";
scale = "1 1 1";
shapeName = "dmiscf.dts";
team = "0";
};
new InteriorInstance() {
position = "-247.692 -786.966 261.742";
rotation = "-0.00460242 -0.999975 0.00539022 90.0925";
scale = "1.44573 0.926853 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-247.601 -776.384 261.559";
rotation = "-0.00460269 -0.999975 0.00543975 89.5194";
scale = "1.47409 0.926853 1";
interiorFile = "pplat5.dif";
showTerrainInside = "0";
team = "0";
};
new Item() {
position = "-258.737 -781.999 256.583";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-258.763 -780.761 256.572";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-258.748 -783.122 256.596";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-194.504 -788.08 183.102";
rotation = "0 0 1 2.29172";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-240.815 -787.381 178.616";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-222.723 -788.534 183.12";
rotation = "0 0 1 2.29172";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new ForceFieldBare() {
position = "-355.675 -781.406 223.89";
rotation = "1 0 0 0";
scale = "42.462 1 30.2382";
dataBlock = "defaultSolidFieldBare";
lockCount = "0";
homingCount = "0";
Target = "41";
team = "0";
};
new Item() {
position = "-240.671 -776.217 178.599";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-277.532 -756.995 256.519";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-286.5 -736.329 256.651";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-267.898 -736.839 256.6";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "ChaingunAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-354.177 -777.899 172.539";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-351.457 -777.909 172.592";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-352.852 -777.904 172.559";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-263.139 -792.583 189.069";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-262.99 -771.722 189.059";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-268.775 -828.135 240.058";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new Item() {
position = "-286.686 -827.869 240.067";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
team = "0";
};
new StaticShape() {
position = "-295.859 -736.324 132.887";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "42";
team = "0";
};
new InteriorInstance() {
position = "-238.323 -782.089 214.963";
rotation = "0 -1 0 90.5273";
scale = "1 1.20883 1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-294.57 -795.724 198.325";
rotation = "-0.703845 0.000565741 0.710353 180.064";
scale = "1 1.20883 1.52464";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-188.285 -801.614 219.606";
rotation = "-0.00495107 -0.999975 0.0049999 90.5288";
scale = "1 1.20883 1.65979";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
team = "0";
};
};
};
new SimGroup(NonTeamSpecific) {
powerCount = "0";
new SimGroup(RocksnSpires) {
powerCount = "0";
new InteriorInstance() {
position = "-277.966 -782.132 196.554";
rotation = "0 0 1 180.091";
scale = "1.5 1.5 1.5";
interiorFile = "pbase3.dif";
showTerrainInside = "1";
AudioProfile = "Universal_Base_2";
locked = "false";
};
};
new InteriorInstance() {
position = "-343.672 -750.099 225.513";
rotation = "1 0 0 0";
scale = "1.16427 1.26931 0.1";
interiorFile = "pmisc4.dif";
showTerrainInside = "0";
};
};
};
//--- OBJECT WRITE END ---

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,937 @@
// DisplayName = WalledIn
// MissionTypes = Arena
//--- MISSION QUOTE BEGIN ---
//Description: 2 clans. 1 small arena. You do the math.
//Objective: Eliminate the opposing team.
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//Original Map: Gon
//T2 Port: FlyingElmo
//Email: flyingelmo@teamfusion.org
//Website: www.planettribes.com/elmo
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
powerCount = "0";
CTF_scoreLimit = "5";
cdTrack = "6";
musicTrack = "desert";
new MissionArea(MissionArea) {
area = "-320 -425 424 238";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "-312 -64 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "450";
useSkyTextures = "0";
renderBottomTexture = "0";
SkySolidColor = "0.500000 0.500000 0.630000 0.000000";
fogDistance = "320";
fogColor = "0.600000 0.500000 0.430000 1.000000";
fogVolume1 = "200 0 53";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "sky_desert_brown.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -70138839232381912800000000000000.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.003575";
fogVolumeColor3 = "128.000000 128.000000 128.000000 148037830649288698000000000000.000000";
cloudSpeed0 = "0.000503 0.000020";
locked = "true";
};
new Sun() {
direction = "0.57735 0.57735 -0.57735";
color = "0.900000 0.900000 0.900000 1.000000";
ambient = "0.600000 0.600000 0.600000 1.000000";
scale = "1 1 1";
position = "2 3 0";
rotation = "1 0 0 0";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/desertdet1";
terrainFile = "DeathBirdsFly.ter";
squareSize = "8";
emptySquares = "342721 342977 343233 152643 152899 153155 87875 155203 155459 155715 155971 167323 167579 167835 102555 170139 170395 170651 380734 380990 381246 381502";
position = "-1024 -1024 0";
locked = "true";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "65";
cullDensity = "0.3";
customArea = "0 0 0 0";
scale = "1 1 1";
coverage = "0";
position = "0 0 0 1";
rotation = "0 0 0 0";
GraphFile = "WalledIn.nav";
conjoinBowlDev = "20";
locked = "true";
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-3.35409 -307.437 82.1723";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-2.74681 -315.609 82.7396";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "2.47747 -309.188 80.2072";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "3.2844 -314.348 81.8081";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-4.71017 -320.393 83.5774";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "4.41189 -320.247 83.5158";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "11.7922 -311.321 81.2218";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "15.1604 -301.206 82.9945";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "16.5197 -296.792 81.6271";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "14.6486 -315.537 82.6826";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "14.2319 -323.982 83.7581";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(base0) {
powerCount = "1";
new InteriorInstance() {
position = "-5.90846 -311.014 72.514";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xbunk2.dif";
showTerrainInside = "0";
team = "1";
};
new TSStatic() {
position = "11.6186 -311.007 104.017";
rotation = "0 0 -1 89.9544";
scale = "1.01812 1.08175 1";
shapeName = "bmiscf.dts";
team = "1";
};
new InteriorInstance() {
position = "-37.9409 -304.237 103.511";
rotation = "1 0 0 0";
scale = "0.414386 0.435644 0.501718";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "1";
};
new InteriorInstance() {
position = "-37.9717 -321.169 103.568";
rotation = "1 0 0 0";
scale = "0.414386 0.435644 0.501718";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "1";
};
new InteriorInstance() {
position = "-42.1913 -304.31 91.9511";
rotation = "0 0 1 180.091";
scale = "1 1.5745 1";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "1";
};
new InteriorInstance() {
position = "3.13138 -318.692 80.5082";
rotation = "0 -1 0 89.9544";
scale = "0.194118 1.81687 0.922408";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "1";
};
new StaticShape() {
position = "-18.8922 -313.076 78.1781";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "33";
};
new ForceFieldBare() {
position = "5.05224 -326.994 80.3581";
rotation = "1 0 0 0";
scale = "4.05348 1 7.2266";
dataBlock = "defaultForceFieldBare";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "34";
};
new ForceFieldBare() {
position = "5.10492 -297.003 80.5046";
rotation = "1 0 0 0";
scale = "4.05348 1 7.2266";
dataBlock = "defaultForceFieldBare";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "35";
};
new ForceFieldBare() {
position = "-11.3336 -325.867 79.9548";
rotation = "1 0 0 0";
scale = "1 29.7005 7.61269";
dataBlock = "defaultForceFieldBare";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "36";
};
new StaticShape() {
position = "6.1649 -300.217 80.492";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "37";
inUse = "Down";
Trigger = "3627";
notReady = "1";
};
new StaticShape() {
position = "0.0664807 -299.865 80.4723";
rotation = "1 0 0 0";
scale = "1 1 1";
nameTag = "www.planettribes.com/elmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "38";
inUse = "Down";
Trigger = "3629";
notReady = "1";
};
new StaticShape() {
position = "-6.15121 -299.88 80.472";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "39";
Trigger = "3631";
};
new StaticShape() {
position = "-0.0736936 -323.428 80.4579";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "flyingelmo@teamfusion.org";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "40";
inUse = "Down";
Trigger = "3633";
notReady = "1";
};
new StaticShape() {
position = "-6.17257 -323.086 80.4776";
rotation = "0 0 1 179.909";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "41";
Trigger = "3635";
};
new StaticShape() {
position = "6.14391 -323.403 80.4576";
rotation = "0 0 1 179.909";
scale = "1 1 1";
nameTag = "www.tribesarena.com";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "1";
Target = "42";
inUse = "Down";
Trigger = "3637";
notReady = "1";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-223.206 -314.354 81.7619";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-223.294 -306.138 82.4035";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-230.675 -307.527 81.9699";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-229.588 -314.829 83.0974";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-224.314 -299.998 81.1151";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-234.312 -300.898 81.7849";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-239.499 -311.005 80.8161";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-242.311 -319.104 81.813";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-242.985 -324.429 83.4508";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-241.874 -308.131 82.9621";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new SpawnSphere() {
position = "-241.268 -297.804 83.4348";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "5";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
};
new SimGroup(base1) {
powerCount = "1";
new InteriorInstance() {
position = "-221.061 -310.897 72.543";
rotation = "0 0 1 180.091";
scale = "1 1 1";
interiorFile = "xbunk2.dif";
showTerrainInside = "0";
team = "2";
};
new InteriorInstance() {
position = "-190.665 -321.213 103.617";
rotation = "1 0 0 0";
scale = "0.414386 0.435644 0.501718";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "2";
};
new InteriorInstance() {
position = "-190.652 -304.303 103.629";
rotation = "1 0 0 0";
scale = "0.414386 0.435644 0.501718";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "2";
};
new TSStatic() {
position = "-238.662 -310.859 104.034";
rotation = "0 0 -1 89.9544";
scale = "1.01812 1.08175 1";
shapeName = "bmiscf.dts";
team = "2";
};
new InteriorInstance() {
position = "-181.006 -304.531 90.7104";
rotation = "0 0 1 180.091";
scale = "1 1.5745 1";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "2";
};
new InteriorInstance() {
position = "-230.33 -303.168 80.5373";
rotation = "-0.706819 -0.00409719 0.707382 179.53";
scale = "0.194118 1.81687 0.922408";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "2";
};
new StaticShape() {
position = "-208.243 -308.528 78.1268";
rotation = "-0 0 -1 0.754847";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "43";
};
new ForceFieldBare() {
position = "-232.048 -324.888 80.4533";
rotation = "0 0 1 179.909";
scale = "4.05348 1 7.2266";
dataBlock = "defaultForceFieldBare";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "44";
};
new ForceFieldBare() {
position = "-232.035 -294.921 80.3068";
rotation = "0 0 1 179.336";
scale = "4.05348 1 7.2266";
dataBlock = "defaultForceFieldBare";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "45";
};
new ForceFieldBare() {
position = "-215.949 -295.826 79.9035";
rotation = "0 0 1 179.336";
scale = "1 29.7005 7.61269";
dataBlock = "defaultForceFieldBare";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "46";
};
new StaticShape() {
position = "-233.149 -321.677 80.5073";
rotation = "0 0 1 179.336";
scale = "1 1 1";
nameTag = "Port by: FlyingElmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "47";
Trigger = "3659";
};
new StaticShape() {
position = "-227.047 -321.958 80.5126";
rotation = "0 0 1 179.336";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "48";
Trigger = "3661";
};
new StaticShape() {
position = "-220.83 -321.871 80.4968";
rotation = "0 0 1 179.336";
scale = "1 1 1";
nameTag = "www.planettribes.com/elmo";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "49";
Trigger = "3663";
};
new StaticShape() {
position = "-227.18 -298.395 80.4778";
rotation = "-0 0 -1 0.754847";
scale = "1 1 1";
nameTag = "Tribes Arena";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "50";
Trigger = "3665";
};
new StaticShape() {
position = "-221.078 -298.666 80.4887";
rotation = "-0 0 -1 0.754847";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "51";
Trigger = "3667";
};
new StaticShape() {
position = "-233.399 -298.493 80.4937";
rotation = "-0 0 -1 0.754847";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
team = "2";
Target = "52";
Trigger = "3669";
};
};
};
new SimGroup(team0) {
powerCount = "0";
new InteriorInstance() {
position = "-237.54 -219.143 75.5238";
rotation = "0 0 -1 89.9544";
scale = "3.08904 4.34755 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-147.097 -219.227 75.5403";
rotation = "0 0 -1 89.9544";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "47.647 -219.466 75.5315";
rotation = "0 0 -1 89.9544";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-49.8431 -219.377 75.5151";
rotation = "0 0 -1 89.9544";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "49.5331 -406.394 75.5689";
rotation = "0 0 -1 89.9544";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-47.957 -406.305 75.5525";
rotation = "0 0 -1 89.9544";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-145.179 -406.227 75.5533";
rotation = "0 0 -1 89.9544";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-236.117 -406.155 75.5556";
rotation = "0 0 -1 89.9544";
scale = "3.08904 4.47039 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "84.3087 -231.519 75.544";
rotation = "0 0 1 180.091";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "84.1481 -329.885 75.5247";
rotation = "0 0 1 180.091";
scale = "3.08904 6.36892 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-289.33 -231.193 75.578";
rotation = "0 0 1 180.091";
scale = "3.08904 6.10969 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-289.491 -329.559 75.5587";
rotation = "0 0 1 180.091";
scale = "3.08904 6.36892 1.57264";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-112.629 -311.814 62.6376";
rotation = "0 0 -1 89.9544";
scale = "1.75703 1.88679 2.21084";
interiorFile = "xbunk5.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-71.3347 -311 104.753";
rotation = "0 0 -1 89.9544";
scale = "1 1.24354 1";
interiorFile = "xbrdgo.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-91.5844 -311 104.753";
rotation = "0 0 -1 89.9544";
scale = "1 1.29039 1";
interiorFile = "xbrdgo.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-111.971 -310.994 104.75";
rotation = "0 0 -1 89.9544";
scale = "1 1.29039 1";
interiorFile = "xbrdgo.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-132.595 -310.994 104.75";
rotation = "0 0 -1 89.9544";
scale = "1 1.29039 1";
interiorFile = "xbrdgo.dif";
showTerrainInside = "0";
team = "0";
};
new InteriorInstance() {
position = "-154.842 -310.973 104.745";
rotation = "0 0 -1 89.9544";
scale = "1 1.49777 1";
interiorFile = "xbrdgo.dif";
showTerrainInside = "0";
team = "0";
};
new StaticShape() {
position = "-112.639 -311.243 84.02";
rotation = "1 0 0 0";
scale = "1 1 2.36433";
dataBlock = "Nexus_Effect";
lockCount = "0";
homingCount = "0";
team = "0";
Target = "-1";
};
};
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-232.919 -311.339 128.537";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "16.9695 -364.484 148.903";
rotation = "0.213472 0.155646 -0.964471 74.1766";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-106.918 -160.292 129.7";
rotation = "-0.00115167 -0.059964 0.9982 182.197";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-187.87 -382.21 86.0169";
rotation = "0 0 1 56.1499";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-119.014 -324.387 194.96";
rotation = "1 0 0 89.3814";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new InteriorInstance() {
position = "-479.217 -241.53 48.1355";
rotation = "-0.260348 0.284218 -0.922734 89.5811";
scale = "1.75639 1 1";
interiorFile = "xrockc.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-481.24 -349.481 43.9141";
rotation = "0.224574 0.238371 0.944852 94.2648";
scale = "1.75639 1 1.26929";
interiorFile = "xrockc.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-481.418 -350.177 62.318";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "xrock8.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-195.459 -406.233 50.5096";
rotation = "0 0 -1 89.9544";
scale = "3.08904 3.07904 0.596446";
interiorFile = "xwall1.dif";
showTerrainInside = "0";
team = "0";
};
};
//--- OBJECT WRITE END ---

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,747 @@
// DisplayName = _Yubarena
// MissionTypes = arena
//--- MISSION QUOTE BEGIN ---
//<font:verdana:10><color:FFFFFF>2 my #1 slut! u r0x babe <3
//<font:fixedsys:9><color:071010>.
//<font:univers bold:16><color:6699CC>IIIIIIIIIII<color:C0C0C0>A HYBRID DESIGN<color:6699CC>IIIIIIIIIII
//<font:univers bold:12><color:6699CC>--------<color:C0C0C0>FlyingElmo<color:6699CC>------- <color:6699CC>-----<color:C0C0C0>flyingelmo@planettribes.com<color:6699CC>----
//<font:tahoma bold:12><color:6699CC>_______<color:C0C0C0><a:www.planettribes.com/elmo>Click Here to Download</a><color:6699CC>_______
//--- MISSION QUOTE END ---
//--- MISSION STRING BEGIN ---
//--- MISSION STRING END ---
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
powerCount = "0";
cdTrack = "2";
CTF_scoreLimit = "6";
CTF_timeLimit = "25";
musicTrack = "lush";
new MissionArea(MissionArea) {
area = "-1008 -120 240 480";
flightCeiling = "2000";
flightCeilingRange = "50";
locked = "true";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "details/lushdet1";
terrainFile = "Haven.ter";
squareSize = "8";
visibleDistance = "850";
position = "-1024 -1024 0";
locked = "true";
hazeDistance = "150";
};
new NavigationGraph(NavGraph) {
conjoinAngleDev = "45";
cullDensity = "0.3";
customArea = "0 0 0 0";
conjoinBowlDev = "20";
GraphFile = "Haven.nav";
coverage = "0";
position = "0 0 0 1";
locked = "true";
XDimOverSize = "0";
rotation = "0 0 0 0";
scale = "1 1 1";
YDimOverSize = "0";
};
new SimGroup(Teams) {
powerCount = "0";
new SimGroup(Team1) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-880.821 225.063 138.585";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "30";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "-868.831 224.501 132.982";
rotation = "0 0 1 89.3814";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "33";
Trigger = "5500";
team = "1";
notReady = "1";
inUse = "Down";
};
new StaticShape() {
position = "-895.753 224.689 133.026";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "34";
Trigger = "5502";
team = "1";
};
new StaticShape() {
position = "-889.257 219.894 98.4731";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "35";
team = "1";
};
};
};
new SimGroup(Team2) {
powerCount = "0";
new SimGroup(spawnspheres) {
powerCount = "0";
new SpawnSphere() {
position = "-882.194 -6.33084 134.193";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SpawnSphereMarker";
lockCount = "0";
homingCount = "0";
radius = "30";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
spawnPosCount = "-1";
};
};
new SimGroup(Base0) {
powerCount = "1";
new StaticShape() {
position = "-867.23 -6.95612 132.916";
rotation = "0 0 1 89.3814";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "36";
Trigger = "5509";
team = "2";
};
new StaticShape() {
position = "-894.152 -6.76813 132.96";
rotation = "0 0 -1 90.1369";
scale = "1 1 1";
dataBlock = "StationInventory";
lockCount = "0";
homingCount = "0";
Target = "37";
Trigger = "5511";
team = "2";
};
new StaticShape() {
position = "-887.656 -11.5631 96.8645";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GeneratorLarge";
lockCount = "0";
homingCount = "0";
Target = "38";
team = "2";
};
};
};
new SimGroup(team0) {
powerCount = "0";
};
};
new SimGroup(ObserverDropPoints) {
powerCount = "0";
new Camera() {
position = "-806.047 106.125 290.454";
rotation = "0.486476 0.486089 -0.725988 107.998";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-790.455 220.136 156.578";
rotation = "-0.125796 -0.340174 0.93191 218.03";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-877.292 21.6066 128.654";
rotation = "1 0 0 16.6158";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
new Camera() {
position = "-880.821 291.592 216.61";
rotation = "0.00023535 -0.29552 0.955337 179.913";
scale = "1 1 1";
dataBlock = "Observer";
lockCount = "0";
homingCount = "0";
team = "0";
};
};
new ScriptObject() {
class = "BonusData";
Bonus = "FlagBonus";
time = "2746431";
categoryData0 = "17653";
maxCategoryDatas = "4";
totalValue = "15";
categoryData1 = "17670";
categoryData3 = "17746";
};
new Sky(Sky) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.25";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "600";
useSkyTextures = "1";
renderBottomTexture = "0";
SkySolidColor = "0.000000 0.000000 0.000000 0.000000";
fogDistance = "600";
fogColor = "0.600000 0.500000 0.500000 1.000000";
fogVolume1 = "300 1 300";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "Nef_TR2_Red.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
high_visibleDistance = "-1";
high_fogDistance = "-1";
high_fogVolume1 = "-1 5.86893e-35 5.86895e-35";
high_fogVolume2 = "-1 5.86899e-35 5.86901e-35";
high_fogVolume3 = "-1 5.86924e-35 5.86926e-35";
cloudSpeed0 = "0.0000003 0.0000003";
};
new SimGroup(baseaw) {
powerCount = "0";
new InteriorInstance() {
position = "-942.591 163.807 81.8423";
rotation = "0 1 0 89.9544";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-832.547 158.367 87.5669";
rotation = "0 -1 0 90.1369";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-913.798 112.748 149.065";
rotation = "-0.57689 0.577351 0.577809 120";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-849.802 104.75 149.013";
rotation = "0.577196 0.577657 0.577197 239.947";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-878.542 160.596 149.051";
rotation = "0.00028098 0.707106 0.707107 179.967";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-884.976 56.7856 149.056";
rotation = "-0.999999 -0.00120371 -0.000399059 90.0002";
scale = "1 1 1";
interiorFile = "dmisc_stonehenge1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.351 181.936 122.663";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.476 154.962 122.559";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.417 207.606 122.599";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.432 232.184 122.57";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.512 34.6949 138.931";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.446 9.02489 138.995";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-784.491 25.639 127.299";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-785.06 151.146 129.638";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-884.727 37.4312 94.4081";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefobj1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-861.929 102.946 73.2926";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefobj2.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-888.325 180.251 94.2887";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "dmisc_nefobj1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-880.572 -77.094 78.3581";
rotation = "1 0 0 89.3814";
scale = "1 0.861349 0.8072";
interiorFile = "dmisc_nefbridge.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-880.576 -77.124 92.1857";
rotation = "-1 0 0 90.1369";
scale = "1 0.861349 0.8072";
interiorFile = "dmisc_nefbridge.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-878.734 314.418 106.67";
rotation = "-1 0 0 90.1369";
scale = "1 0.861349 0.8072";
interiorFile = "dmisc_nefbridge.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-878.73 314.448 92.8424";
rotation = "1 0 0 89.3814";
scale = "1 0.861349 0.8072";
interiorFile = "dmisc_nefbridge.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-784.935 178.12 129.742";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-785.001 203.79 129.678";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-785.016 228.368 129.649";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-784.425 -0.0310411 127.363";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-784.55 -27.005 127.259";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-784.506 50.217 127.27";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.571 -17.9491 138.891";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-981.527 59.2729 138.902";
rotation = "0 1 0 179.909";
scale = "1 1 1";
interiorFile = "dmisc_neftower1.dif";
showTerrainInside = "0";
};
new Item() {
position = "-873.965 114.917 83.2752";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairKit";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-873.943 115.902 83.1833";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-874.918 114.912 83.2113";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-873.946 114.002 83.2086";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-873.025 114.886 83.2308";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-787.751 108.114 132.956";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-787.881 102.216 132.94";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-787.757 113.113 132.93";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GrenadeLauncherAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-979.332 108.442 133.088";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-979.418 104.488 133.072";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-979.369 112.074 133.059";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "DiscAmmo";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-876.287 316.032 94.6955";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-877.317 316.025 94.7186";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-871.002 -78.7797 80.4727";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-869.972 -78.7727 80.4496";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RepairPatch";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-881.758 109.865 173";
rotation = "0 0 1 90.5273";
scale = "1 1 1";
dataBlock = "ShieldPack";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-865.738 109.57 173.193";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SniperRifle";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
new Item() {
position = "-897.868 110.03 173.137";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "ShockLance";
lockCount = "0";
homingCount = "0";
collideable = "0";
static = "1";
rotate = "0";
Target = "-1";
};
};
new Sun() {
position = "-869.867 76.8614 99.256";
rotation = "1 0 0 0";
scale = "1 1 1";
direction = "0.57735 0.57735 -0.57735";
color = "0.800000 0.800000 0.800000 1.000000";
ambient = "0.300000 0.300000 0.300000 1.000000";
texture[0] = "special/sunFlare";
texture[1] = "special/sunFlare02";
texture[2] = "special/LensFlare/flare01";
texture[3] = "special/LensFlare/flare02";
texture[4] = "special/LensFlare/flare03";
lensFlareScale = "0.7";
lensFlareIntensity = "1";
frontFlareSize = "300";
backFlareSize = "450";
flareColor = "1.000000 1.000000 1.000000 1.000000";
};
};
//--- OBJECT WRITE END ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Some files were not shown because too many files have changed in this diff Show more