diff --git a/@GMS_3EDEN/addons/3DEN_plugin.pbo b/@GMS_3EDEN/addons/3DEN_plugin.pbo index ca60465..cf52856 100644 Binary files a/@GMS_3EDEN/addons/3DEN_plugin.pbo and b/@GMS_3EDEN/addons/3DEN_plugin.pbo differ diff --git a/@GMS_3EDEN/addons/3DEN_plugin/Core/fn_exportDynamic.sqf b/@GMS_3EDEN/addons/3DEN_plugin/Core/fn_exportDynamic.sqf index f01c6da..ba22939 100644 --- a/@GMS_3EDEN/addons/3DEN_plugin/Core/fn_exportDynamic.sqf +++ b/@GMS_3EDEN/addons/3DEN_plugin/Core/fn_exportDynamic.sqf @@ -385,7 +385,7 @@ _lines pushBack format["_missionHelis = GMS_patrolHelis%1;",GMS_difficulty]; _lines pushBack format["_chancePara = GMS_chancePara%1;",GMS_difficulty]; _lines pushBack format["_noPara = GMS_noPara%1;",GMS_difficulty]; _lines pushBack format["_paraTriggerDistance = 400;"]; -_lines pushBack format["_paraSkill = %1;",0.7]; +_lines pushBack format["_paraSkill = '%1';",0.7]; _lines pushBack format["_chanceLoot = 0.0;"]; _lines pushBack format["_paraLoot = GMS_BoxLoot_%1;",GMS_difficulty]; _lines pushBack format["_paraLootCounts = GMS_lootCounts%1;",GMS_difficulty]; diff --git a/@GMS_3EDEN/addons/3DEN_plugin/changlog.txt b/@GMS_3EDEN/addons/3DEN_plugin/changlog.txt index 743e577..628db0c 100644 --- a/@GMS_3EDEN/addons/3DEN_plugin/changlog.txt +++ b/@GMS_3EDEN/addons/3DEN_plugin/changlog.txt @@ -2,7 +2,6 @@ Long-term TODO: -Allow Users to Define Loot Vehicles diff --git a/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENDisplay.h b/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENDisplay.h index eca79ea..590da81 100644 --- a/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENDisplay.h +++ b/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENDisplay.h @@ -399,7 +399,7 @@ class display3DEN }; class GMS_about { text = "3EDEN Plugin Version 1.0 for GMS by Ghostrider-GRG-"; - action = "call gms3EDEN_fnc_about"; + action = "call blck3EDEN_fnc_about"; }; }; diff --git a/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENVersion.h b/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENVersion.h index 3afc2a6..e9aed67 100644 --- a/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENVersion.h +++ b/@GMS_3EDEN/addons/3DEN_plugin/gmsCfg3DENVersion.h @@ -2,7 +2,7 @@ class CfgGMS3DENVersion { - version = 1.21; - build = 18; - date = "09/27/23"; + version = 1.2; + build = 17; + date = "09/26/23"; }; \ No newline at end of file