2024-03-20 18:08:17 -06:00

170 lines
4.8 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
cdTrack = "2";
musicTrack = "lush";
CTF_scoreLimit = "5";
new ScriptObject(MissionInfo) {
name = "doorTest";
desc0 = "Level 1";
desclines = "2";
};
new MissionArea(MissionArea) {
area = "-360 -648 720 1296";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
Position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
materialList = "~/data/skies/sky_day.dml";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0005";
cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
fogDistance = "300";
fogColor = "0.6 0.6 0.6 1";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
fogVolumeColor1 = "128 128 128 -2.22768e+038";
fogVolumeColor2 = "128 128 128 0";
fogVolumeColor3 = "128 128 128 -1.70699e+038";
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
SkySolidColor = "0.6 0.6 0.6 1";
useSkyTextures = "1";
renderBottomTexture = "0";
noRenderBans = "0";
locked = "true";
};
new Sun() {
azimuth = "0";
elevation = "35";
color = "0.6 0.6 0.6 1";
ambient = "0.776471 0.854902 0.905882 1";
locked = "true";
rotation = "1 0 0 0";
direction = "0.57735 0.57735 -0.57735";
scale = "1 1 1";
Position = "0 0 0";
};
new TerrainBlock(Terrain) {
rotation = "1 0 0 0";
scale = "1 1 1";
detailTexture = "~/data/terrains/details/detail1";
terrainFile = "./Map1.ter";
squareSize = "8";
bumpScale = "1";
bumpOffset = "0.01";
zeroBumpScale = "8";
tile = "1";
locked = "true";
Position = "-1024 -1024 0";
};
new SimGroup(ObserverDropPoints) {
new SpawnSphere() {
Position = "109.514 -180.815 202.815";
rotation = "0.135445 0.108767 -0.984797 78.3897";
scale = "0.940827 1.97505 1";
dataBlock = "SpawnSphereMarker";
radius = "10";
sphereWeight = "1";
indoorWeight = "1";
outdoorWeight = "1";
homingCount = "0";
locked = "False";
lockCount = "0";
};
};
new SimGroup(RedTeamDropPoints) {
new SpawnSphere() {
Position = "-11.0199 -222.715 103.415";
rotation = "0 0 -1 64.3532";
scale = "0.940827 1.97505 1";
dataBlock = "SpawnSphereMarker";
radius = "10";
sphereWeight = "1";
indoorWeight = "1";
outdoorWeight = "1";
homingCount = "0";
locked = "False";
lockCount = "0";
};
};
new SimGroup(BlueTeamDropPoints) {
new SpawnSphere() {
Position = "-463.421 -155.793 130.215";
rotation = "0 0 1 7.26648";
scale = "0.940827 1.97505 1";
dataBlock = "SpawnSphereMarker";
radius = "10";
sphereWeight = "1";
indoorWeight = "1";
outdoorWeight = "1";
homingCount = "0";
locked = "False";
lockCount = "0";
};
};
new InteriorInstance() {
Position = "8.34932 -181.986 108.16";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/BerksTextures/building4a.dif";
useGLLighting = "0";
showTerrainInside = "0";
};
new StaticShape() {
Position = "8.33237 -185.377 99.06";
rotation = "1 0 0 0";
scale = "2.55779 1 2.47212";
dataBlock = "door";
open = "0";
};
new StaticShape() {
Position = "8.40421 -172.758 100.139";
rotation = "0 0 1 179.909";
scale = "1.8296 1 1.95181";
dataBlock = "doorWood";
open = "0";
};
new StaticShape() {
Position = "8.37702 -172.561 100.139";
rotation = "0 0 -1 0.181308";
scale = "1.8296 1 1.95181";
dataBlock = "doorWood";
open = "0";
};
new StaticShape() {
Position = "36.4582 -184.946 100.12";
rotation = "1 0 0 0";
scale = "2.83029 1 2.38643";
dataBlock = "doorMetal";
};
new StaticShape() {
Position = "36.3604 -173.029 100.1";
rotation = "1 0 0 0";
scale = "2.79772 1 2.41476";
dataBlock = "doorMetalMove";
};
new StaticShape() {
Position = "43.6821 -182.118 100.089";
rotation = "0 0 1 89.9544";
scale = "2.13269 1 2.39816";
dataBlock = "doorgrey1";
};
};
//--- OBJECT WRITE END ---