mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-21 20:35:39 +00:00
391 lines
9.2 KiB
Text
391 lines
9.2 KiB
Text
// DisplayName = CirclesEdge LT
|
||
// MissionTypes = LCTF
|
||
|
||
//--- MISSION QUOTE BEGIN ---
|
||
//you must gather your party before gathering forth
|
||
//usted debe reunir su partido antes de reunir etc
|
||
//Sie m<>ssen Ihre Partei zu sammeln, bevor sammeln weiter
|
||
//vous devez rassembler votre groupe avant de se rassembler etc
|
||
// -- good advice
|
||
//--- MISSION QUOTE END ---
|
||
|
||
//--- MISSION STRING BEGIN ---
|
||
//10 Caps to Win!
|
||
//Go Offense!!
|
||
//Map by Fling!!!
|
||
//--- MISSION STRING END ---
|
||
|
||
//--- OBJECT WRITE BEGIN ---
|
||
new SimGroup(MissionGroup) {
|
||
|
||
cdTrack = "2";
|
||
CTF_timeLimit = "25";
|
||
musicTrack = "lush";
|
||
CTF_scoreLimit = "10";
|
||
powerCount = "0";
|
||
|
||
new MissionArea(MissionArea) {
|
||
area = "-576 -1328 1168 864";
|
||
flightCeiling = "2000";
|
||
flightCeilingRange = "50";
|
||
|
||
locked = "true";
|
||
};
|
||
new Sun() {
|
||
position = "-1216 -848 0";
|
||
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.500000 0.500000 0.500000 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 = "Magmatic.ter";
|
||
squareSize = "8";
|
||
|
||
hazeDistance = "250";
|
||
visibleDistance = "1200";
|
||
locked = "true";
|
||
position = "-1024 -1024 0";
|
||
};
|
||
new NavigationGraph(NavGraph) {
|
||
conjoinAngleDev = "45";
|
||
cullDensity = "0.3";
|
||
customArea = "0 0 0 0";
|
||
|
||
XDimOverSize = "0";
|
||
GraphFile = "MissionBlank.nav";
|
||
rotation = "0 0 0 0";
|
||
scale = "1 1 1";
|
||
coverage = "0";
|
||
locked = "true";
|
||
YDimOverSize = "0";
|
||
conjoinBowlDev = "20";
|
||
position = "0 0 0 1";
|
||
};
|
||
new Sky(Sky) {
|
||
position = "400 0 0";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
cloudHeightPer[0] = "100";
|
||
cloudHeightPer[1] = "0.25";
|
||
cloudHeightPer[2] = "0.199973";
|
||
cloudSpeed1 = "0.01";
|
||
cloudSpeed2 = "0.05";
|
||
cloudSpeed3 = "0.2";
|
||
visibleDistance = "450";
|
||
useSkyTextures = "1";
|
||
renderBottomTexture = "0";
|
||
SkySolidColor = "0.620000 0.640000 0.742000 1.000000";
|
||
fogDistance = "275";
|
||
fogColor = "0.620000 0.640000 0.742000 1.000000";
|
||
fogVolume1 = "100 0 105";
|
||
fogVolume2 = "0 0 0";
|
||
fogVolume3 = "0 0 0";
|
||
materialList = "lush_ram.dml";
|
||
windVelocity = "0 0 0";
|
||
windEffectPrecipitation = "0";
|
||
fogVolumeColor1 = "10.000000 128.000000 28.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 = "300";
|
||
high_fogVolume1 = "-1 3344 6.27351e-39";
|
||
high_fogVolume2 = "-1 3.51342e-39 2.46878e+27";
|
||
high_fogVolume3 = "-1 5.3766e+08 -3.21499e+06";
|
||
|
||
cloudSpeed0 = "0.000150 0.000050";
|
||
locked = "true";
|
||
};
|
||
new WaterBlock() {
|
||
position = "-1024 -1024 -112";
|
||
rotation = "1 0 0 0";
|
||
scale = "2048 2048 200";
|
||
liquidType = "OceanWater";
|
||
density = "1";
|
||
viscosity = "5";
|
||
waveMagnitude = "4";
|
||
surfaceTexture = "terrain/seawaterfull2";
|
||
surfaceOpacity = "0.7";
|
||
envMapTexture = "LiquidTiles/archipelago_emap_cloudsground";
|
||
envMapIntensity = "0.2";
|
||
removeWetEdges = "0";
|
||
AudioEnvironment = "Underwater";
|
||
|
||
locked = "true";
|
||
};
|
||
new SimGroup(Teams) {
|
||
|
||
powerCount = "0";
|
||
|
||
new SimGroup(Team1) {
|
||
|
||
powerCount = "0";
|
||
|
||
new SimGroup(spawnspheres) {
|
||
|
||
powerCount = "0";
|
||
|
||
new SpawnSphere() {
|
||
position = "-457.677 -748.378 181.786";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "SpawnSphereMarker";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
radius = "30";
|
||
sphereWeight = "100";
|
||
indoorWeight = "100";
|
||
outdoorWeight = "100";
|
||
};
|
||
new SpawnSphere() {
|
||
position = "-458.845 -807.819 181.671";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "SpawnSphereMarker";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
radius = "30";
|
||
sphereWeight = "100";
|
||
indoorWeight = "100";
|
||
outdoorWeight = "100";
|
||
};
|
||
new SpawnSphere() {
|
||
position = "-461.85 -871.195 181.833";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "SpawnSphereMarker";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
radius = "30";
|
||
sphereWeight = "100";
|
||
indoorWeight = "100";
|
||
outdoorWeight = "100";
|
||
};
|
||
};
|
||
new SimGroup(Base0) {
|
||
|
||
powerCount = "1";
|
||
|
||
new Item() {
|
||
position = "-300 -973 116.009";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "flag";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
collideable = "0";
|
||
static = "1";
|
||
rotate = "0";
|
||
|
||
isHome = "1";
|
||
className = "FlagObj";
|
||
originalPosition = "-300 -973 116.009 1 0 0 0";
|
||
Target = "39";
|
||
team = "1";
|
||
WayPoint = "9374";
|
||
Trigger = "9375";
|
||
};
|
||
};
|
||
};
|
||
new SimGroup(Team2) {
|
||
|
||
powerCount = "0";
|
||
|
||
new SimGroup(spawnspheres) {
|
||
|
||
powerCount = "0";
|
||
|
||
new SpawnSphere() {
|
||
position = "449.622 -766.531 182.163";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "SpawnSphereMarker";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
radius = "30";
|
||
sphereWeight = "100";
|
||
indoorWeight = "100";
|
||
outdoorWeight = "100";
|
||
};
|
||
new SpawnSphere() {
|
||
position = "452.378 -827.702 181.633";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "SpawnSphereMarker";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
radius = "30";
|
||
sphereWeight = "100";
|
||
indoorWeight = "100";
|
||
outdoorWeight = "100";
|
||
};
|
||
new SpawnSphere() {
|
||
position = "452.445 -887.205 181.719";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "SpawnSphereMarker";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
radius = "30";
|
||
sphereWeight = "100";
|
||
indoorWeight = "100";
|
||
outdoorWeight = "100";
|
||
};
|
||
};
|
||
new SimGroup(Base0) {
|
||
|
||
powerCount = "1";
|
||
|
||
new Item() {
|
||
position = "291 -973 116.005";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
dataBlock = "flag";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
collideable = "0";
|
||
static = "1";
|
||
rotate = "0";
|
||
|
||
isHome = "1";
|
||
className = "FlagObj";
|
||
originalPosition = "291 -973 116.005 1 0 0 0";
|
||
Target = "41";
|
||
team = "2";
|
||
WayPoint = "9376";
|
||
Trigger = "9377";
|
||
};
|
||
};
|
||
};
|
||
new SimGroup(Team0) {
|
||
|
||
powerCount = "0";
|
||
};
|
||
};
|
||
new SimGroup(Ambiance) {
|
||
|
||
powerCount = "0";
|
||
};
|
||
new SimGroup(RandomOrganics) {
|
||
|
||
powerCount = "0";
|
||
};
|
||
new SimGroup(ObserverDropPoints) {
|
||
|
||
powerCount = "0";
|
||
|
||
new Camera() {
|
||
position = "-365.173 -793.738 166.396";
|
||
rotation = "0.0156044 -0.0649464 0.997767 153.038";
|
||
scale = "1 1 1";
|
||
dataBlock = "Observer";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
|
||
team = "0";
|
||
};
|
||
new Camera() {
|
||
position = "361.618 -790.97 169.076";
|
||
rotation = "-0.0172723 -0.064067 0.997796 210.113";
|
||
scale = "1 1 1";
|
||
dataBlock = "Observer";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
|
||
team = "0";
|
||
};
|
||
new Camera() {
|
||
position = "-372.986 -973.765 142.914";
|
||
rotation = "0.0754235 -0.0738817 0.994411 89.1378";
|
||
scale = "1 1 1";
|
||
dataBlock = "Observer";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
|
||
team = "0";
|
||
};
|
||
new Camera() {
|
||
position = "363.224 -974.331 143.089";
|
||
rotation = "0.0738052 0.0725254 -0.994632 89.3061";
|
||
scale = "1 1 1";
|
||
dataBlock = "Observer";
|
||
lockCount = "0";
|
||
homingCount = "0";
|
||
|
||
team = "0";
|
||
};
|
||
};
|
||
new InteriorInstance() {
|
||
position = "295 -973 108";
|
||
rotation = "0 0 1 90";
|
||
scale = "1 1 1";
|
||
interiorFile = "dmisc_stonehenge2.dif";
|
||
showTerrainInside = "0";
|
||
};
|
||
new SimGroup() {
|
||
};
|
||
new TSStatic() {
|
||
position = "295.502 -929.494 105.694";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
shapeName = "stackable3l.dts";
|
||
};
|
||
new InteriorInstance() {
|
||
position = "-305 -973 108";
|
||
rotation = "0 0 -1 90";
|
||
scale = "1 1 1";
|
||
interiorFile = "dmisc_stonehenge2.dif";
|
||
showTerrainInside = "0";
|
||
};
|
||
new InteriorInstance() {
|
||
position = "-122 -869 123";
|
||
rotation = "0 0 1 180";
|
||
scale = "4 2 1";
|
||
interiorFile = "swall1.dif";
|
||
showTerrainInside = "0";
|
||
};
|
||
new InteriorInstance() {
|
||
position = "110 -865 131";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
interiorFile = "dbunk_nefsmall.dif";
|
||
showTerrainInside = "0";
|
||
};
|
||
new InteriorInstance() {
|
||
position = "126 -873 123";
|
||
rotation = "1 0 0 0";
|
||
scale = "3 2 1";
|
||
interiorFile = "swall1.dif";
|
||
showTerrainInside = "0";
|
||
};
|
||
new InteriorInstance() {
|
||
position = "-110 -887 131";
|
||
rotation = "0 0 1 180";
|
||
scale = "1 1 1";
|
||
interiorFile = "dbunk_nefsmall.dif";
|
||
showTerrainInside = "0";
|
||
};
|
||
new TSStatic() {
|
||
position = "-305.565 -942.235 105.995";
|
||
rotation = "1 0 0 0";
|
||
scale = "1 1 1";
|
||
shapeName = "stackable3l.dts";
|
||
};
|
||
};
|
||
//--- OBJECT WRITE END ---
|