304 lines
8.5 KiB
Plaintext
304 lines
8.5 KiB
Plaintext
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
name = "New Mission";
|
|
descLines = "1";
|
|
desc0 = "A simple new mission template.";
|
|
};
|
|
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_storm.dml";
|
|
cloudHeightPer[0] = "0";
|
|
cloudHeightPer[1] = "0.3";
|
|
cloudHeightPer[2] = "0.199973";
|
|
cloudSpeed1 = "0.0005";
|
|
cloudSpeed2 = "0.0001";
|
|
cloudSpeed3 = "0.0003";
|
|
visibleDistance = "1000";
|
|
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.4 0.4 0.4 1";
|
|
scale = "1 1 1";
|
|
locked = "true";
|
|
direction = "0.57735 0.57735 -0.57735";
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
};
|
|
new TerrainBlock(Terrain) {
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
detailTexture = "~/data/terrains/details/detail1.png";
|
|
terrainFile = "./newMission.ter";
|
|
bumpTexture = "~/data/terrains/details/detail1.png";
|
|
squareSize = "8";
|
|
emptySquares = "67";
|
|
bumpScale = "20";
|
|
bumpOffset = "0.007";
|
|
zeroBumpScale = "70";
|
|
tile = "1";
|
|
locked = "true";
|
|
position = "-1024 -1024 0";
|
|
};
|
|
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";
|
|
locked = "false";
|
|
homingCount = "0";
|
|
lockCount = "0";
|
|
};
|
|
};
|
|
new InteriorInstance() {
|
|
position = "283.418 -41.9702 178.232";
|
|
rotation = "0 0 -1 103.705";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors/hovels/cottage.dif";
|
|
useGLLighting = "0";
|
|
showTerrainInside = "0";
|
|
};
|
|
new Path(blackknight1) {
|
|
isLooping = "1";
|
|
|
|
new Marker(3) {
|
|
position = "-41.1238 -191.124 92.1847";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(2) {
|
|
position = "-62.3529 -165.148 90.3683";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(4) {
|
|
position = "-32.8027 -237.267 90.0588";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "3";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(1) {
|
|
position = "-98.698 -179.593 90.2397";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "4";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(3) {
|
|
position = "-63.6343 -223.473 90.8172";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "5";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(2) {
|
|
position = "-84.8634 -197.497 89.0008";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "6";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(4) {
|
|
position = "-55.3132 -269.616 88.6913";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "7";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(1) {
|
|
position = "-121.209 -211.942 88.8722";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "8";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
};
|
|
new InteriorInstance() {
|
|
position = "272.293 -100.519 168.011";
|
|
rotation = "0 0 1 100.841";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors/room/greathall.dif";
|
|
useGLLighting = "0";
|
|
showTerrainInside = "0";
|
|
};
|
|
new Path(knight1) {
|
|
isLooping = "1";
|
|
|
|
new Marker(8) {
|
|
position = "233.312 -78.2235 189.081";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(6) {
|
|
position = "235.674 -106.971 188.881";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(5) {
|
|
position = "289.302 -119.047 188.631";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "3";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
new Marker(1) {
|
|
position = "297.002 -89.8386 189.816";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "4";
|
|
type = "Normal";
|
|
msToNext = "1000";
|
|
smoothingType = "Spline";
|
|
};
|
|
};
|
|
new Item() {
|
|
position = "263.574 -85.6049 189.227";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "AIPlayerMarker";
|
|
collidable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
pathname = "knight1";
|
|
onGroup = "Default Value";
|
|
};
|
|
new Precipitation(rain1) {
|
|
position = "136.214 -139.545 115.11";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
nameTag = "rain";
|
|
dataBlock = "HeavyRain";
|
|
minSpeed = "1.5";
|
|
maxSpeed = "2";
|
|
minMass = "0.75";
|
|
maxMass = "0.85";
|
|
maxTurbulence = "0.1";
|
|
turbulenceSpeed = "0.2";
|
|
rotateWithCamVel = "1";
|
|
useTurbulence = "1";
|
|
numDrops = "5000";
|
|
boxWidth = "200";
|
|
boxHeight = "100";
|
|
doCollision = "1";
|
|
};
|
|
new Precipitation(rain2) {
|
|
position = "113.566 -126.171 103.167";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
nameTag = "rain";
|
|
dataBlock = "HeavyRain2";
|
|
minSpeed = "1.5";
|
|
maxSpeed = "2";
|
|
minMass = "0.75";
|
|
maxMass = "0.85";
|
|
maxTurbulence = "0.1";
|
|
turbulenceSpeed = "0.2";
|
|
rotateWithCamVel = "1";
|
|
useTurbulence = "0";
|
|
numDrops = "5000";
|
|
boxWidth = "200";
|
|
boxHeight = "100";
|
|
doCollision = "1";
|
|
};
|
|
new Lightning(Lightning) {
|
|
position = "121.334 -114.468 118.243";
|
|
rotation = "1 0 0 0";
|
|
scale = "512 512 300";
|
|
dataBlock = "LightningStorm";
|
|
strikesPerMinute = "12";
|
|
strikeWidth = "2.5";
|
|
strikeRadius = "20";
|
|
color = "1 1 1 1";
|
|
fadeColor = "0.1 0.1 1 1";
|
|
chanceToHitTarget = "0.5";
|
|
boltStartRadius = "20";
|
|
useFog = "1";
|
|
};
|
|
new Item() {
|
|
position = "216.073 -59.7927 164.281";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "AIPlayerMarker";
|
|
collidable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
pathname = "blackknight1";
|
|
onGroup = "Default Value";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "212.973 -134.736 173.579";
|
|
rotation = "0 0 1 180";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors/room/wall.dif";
|
|
useGLLighting = "0";
|
|
showTerrainInside = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|