83 lines
2.6 KiB
Plaintext
Executable File
83 lines
2.6 KiB
Plaintext
Executable File
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
name = "New Mission";
|
|
desc0 = "A simple new mission template.";
|
|
descLines = "1";
|
|
};
|
|
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";
|
|
cloudHeightPer[0] = "0.349971";
|
|
cloudHeightPer[1] = "0.3";
|
|
cloudHeightPer[2] = "0.199973";
|
|
cloudSpeed1 = "0.0005";
|
|
cloudSpeed2 = "0.001";
|
|
cloudSpeed3 = "0.0003";
|
|
visibleDistance = "500";
|
|
useSkyTextures = "1";
|
|
renderBottomTexture = "0";
|
|
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
|
|
fogDistance = "300";
|
|
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
|
fogVolume1 = "0 0 0";
|
|
fogVolume2 = "0 0 0";
|
|
fogVolume3 = "0 0 0";
|
|
materialList = "~/data/skies/sky_day.dml";
|
|
windVelocity = "1 1 0";
|
|
windEffectPrecipitation = "1";
|
|
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569860000000000000000000000.000000";
|
|
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
|
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160050000000000000000000000.000000";
|
|
locked = "true";
|
|
};
|
|
new Sun() {
|
|
direction = "0.57735 0.57735 -0.57735";
|
|
color = "0.600000 0.600000 0.600000 1.000000";
|
|
ambient = "0.400000 0.400000 0.400000 1.000000";
|
|
position = "0 0 0";
|
|
locked = "true";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
};
|
|
new TerrainBlock(Terrain) {
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
//detailTexture = "~/data/terrains/details/detail1";
|
|
terrainFile = "./newMission.ter";
|
|
//bumpTexture = "~/data/terrains/details/detail1Bump";
|
|
squareSize = "8";
|
|
bumpScale = "2";
|
|
bumpOffset = "0.007";
|
|
zeroBumpScale = "7";
|
|
squareSize = "8";
|
|
position = "-1024 -1024 0";
|
|
locked = "true";
|
|
};
|
|
new SimGroup(PlayerDropPoints) {
|
|
|
|
new SpawnSphere() {
|
|
position = "78.9891 -214.86 183.615";
|
|
rotation = "0 0 1 130.062";
|
|
scale = "0.940827 1.97505 1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "10";
|
|
sphereWeight = "1";
|
|
indoorWeight = "1";
|
|
outdoorWeight = "1";
|
|
homingCount = "0";
|
|
locked = "false";
|
|
lockCount = "0";
|
|
};
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|