moved required Arma version var to mission config

This commit is contained in:
vbawol 2017-03-26 10:30:39 -05:00
parent 4acb24c8b2
commit 723584aa80
2 changed files with 2 additions and 1 deletions

View File

@ -837,7 +837,7 @@ class FSM
priority = 10.000000;
to="ERROR_Wrong_Version_1";
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"productVersion select 2 < getNumber(configFile >> ""CfgMods"" >> ""Epoch"" >> ""ArmAVersion"")"/*%FSM</CONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"productVersion select 2 < getNumber(getMissionConfig ""CfgEpochClient"" >> ""ArmAVersion"")"/*%FSM</CONDITION""">*/;
action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/;
};
/*%FSM</LINK>*/

View File

@ -15,6 +15,7 @@
class CfgEpochClient
{
epochVersion = "0.5.0.0";
ArmAVersion = 168;
sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
zombieRngChance = 50; // increase number to reduce chances and reduce to increase. Default 50