fixes and repack mission pbos

This commit is contained in:
vbawol 2016-01-26 13:12:56 -06:00
parent c3ac3d9a31
commit d7c0616a9b
26 changed files with 16 additions and 5 deletions

View File

@ -26,8 +26,13 @@ _loadBaseTemplateConfig = {
_part setDir (_x select 2); _part setDir (_x select 2);
_part setPos _partPos; _part setPos _partPos;
_deSimulate = _class isKindOf "ThingX";
// disable simulation if true // disable simulation if true
if (_x param [3,false]) then{ if (count _x >= 4) then {
_deSimulate = (_x select 3) isEqualTo "true";
};
if (_deSimulate) then{
_part enableSimulationGlobal false; _part enableSimulationGlobal false;
}; };

View File

@ -37,9 +37,9 @@ class Zargabad : Default
// S [-0.415527,-7.05298,-10.3098] // S [-0.415527,-7.05298,-10.3098]
// E [13.5127,0.410156,-10.3098] // E [13.5127,0.410156,-10.3098]
// W [-14.4316,0.112793,-10.3098] // W [-14.4316,0.112793,-10.3098]
{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" }, //{ "Transport_N_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", "north" },
{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" }, //{ "Transport_W_EPOCH", { -14.4316, 0.112793, -10.3098 }, "", "west" },
{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" }, //{ "Transport_E_EPOCH", { 13.5127,0.410156,-10.3098 }, "", "east" },
{ "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" } { "Transport_C_EPOCH", { 13.5127, 0.410156, -10.3098 }, "", "south" }
}; };

View File

@ -2051,7 +2051,7 @@ class Mission
}; };
class Markers class Markers
{ {
items=3; items=4;
class Item0 class Item0
{ {
position[]={4135.0137,17.095903,4039.3584}; position[]={4135.0137,17.095903,4039.3584};
@ -2072,6 +2072,12 @@ class Mission
type="Empty"; type="Empty";
angle=23.608498; angle=23.608498;
}; };
class Item3
{
position[]={2999.5986,6.6424584,247.24414};
name="south";
type="Empty";
};
}; };
}; };
class Intro class Intro