added everything
82
example/creator/data/newMission.mis
Executable file
@ -0,0 +1,82 @@
|
||||
//--- 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 ---
|
BIN
example/creator/data/newMission.ter
Executable file
BIN
example/creator/data/skies/cloud1.png
Executable file
After Width: | Height: | Size: 37 KiB |
BIN
example/creator/data/skies/day_0001.jpg
Executable file
After Width: | Height: | Size: 30 KiB |
BIN
example/creator/data/skies/day_0002.jpg
Executable file
After Width: | Height: | Size: 27 KiB |
BIN
example/creator/data/skies/day_0003.jpg
Executable file
After Width: | Height: | Size: 27 KiB |
BIN
example/creator/data/skies/day_0004.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
example/creator/data/skies/day_0005.jpg
Executable file
After Width: | Height: | Size: 28 KiB |
BIN
example/creator/data/skies/day_0006.jpg
Executable file
After Width: | Height: | Size: 633 B |
BIN
example/creator/data/skies/day_0007.jpg
Executable file
After Width: | Height: | Size: 18 KiB |
9
example/creator/data/skies/sky_day.dml
Executable file
@ -0,0 +1,9 @@
|
||||
day_0001
|
||||
day_0002
|
||||
day_0003
|
||||
day_0004
|
||||
day_0005
|
||||
day_0006
|
||||
day_0007
|
||||
cloud1
|
||||
cloud1
|
BIN
example/creator/data/terrainDummy.png
Executable file
After Width: | Height: | Size: 759 B |
BIN
example/creator/data/terrainDummy2.png
Executable file
After Width: | Height: | Size: 716 B |
BIN
example/creator/data/terrainDummy3.png
Executable file
After Width: | Height: | Size: 1.3 KiB |