trying to properly update

This commit is contained in:
Ghostrider [GRG] 2023-09-27 22:52:22 -04:00
parent 5afa70d0c4
commit 6c359de5cd
5 changed files with 5 additions and 6 deletions

Binary file not shown.

View File

@ -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];

View File

@ -2,7 +2,6 @@
Long-term TODO:
Allow Users to Define Loot Vehicles

View File

@ -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";
};
};

View File

@ -2,7 +2,7 @@
class CfgGMS3DENVersion
{
version = 1.21;
build = 18;
date = "09/27/23";
version = 1.2;
build = 17;
date = "09/26/23";
};