mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
moved required Arma version var to mission config
This commit is contained in:
parent
4acb24c8b2
commit
723584aa80
@ -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>*/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user