Add example basic.cfg and BEServer.cfg

Vanilla commits:

9007658941

4f25bbe442
This commit is contained in:
ebayShopper
2017-12-17 18:19:40 -05:00
parent cfc6ad08af
commit bcf5e69e79
26 changed files with 322 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ class CSJ_GyroP: Plane
condition = "(Count (Crew this)==0) and ((getpos this select 2) <1) and (!isengineon this)";
statement = "this exec ""\CSJ_GyroAC\scripts\CSJ_rotateGyroRight.sqs"" ";
};
class push
/*class push
{
displayName = $STR_ACTIONS_PUSH;
position = "osa leve smerovky";
@@ -111,7 +111,9 @@ class CSJ_GyroP: Plane
radius = 2;
condition = "(Count (Crew this)==0) and ((getpos this select 2) <1) and (!isengineon this)";
statement = "this exec ""\CSJ_GyroAC\scripts\CSJ_moveGyro.sqs"" ";
};
};*/
//CSJ_moveGyro.sqs uses excessive setPos per second which makes BEServer.cfg MaxSetPosPerInterval filter useless
class PushPlane {ACTION_PUSH;};
//class Repair {ACTION_REPAIR; radius = 4;};
//class Salvage {ACTION_SALVAGE; radius = 4;};
};