diff --git a/@ExileServer/addons/custom_server/init/build.sqf b/@ExileServer/addons/custom_server/init/build.sqf index 8e3e490..4286c80 100644 --- a/@ExileServer/addons/custom_server/init/build.sqf +++ b/@ExileServer/addons/custom_server/init/build.sqf @@ -1,3 +1,3 @@ private ["_version","_versionDate"]; -_blck_version = "6.70 Build 73"; -_blck_versionDate = "8-16-17 11:00 PM"; +_blck_version = "6.70 Build 74"; +_blck_versionDate = "8-17-17 8:00 PM"; diff --git a/@epochhive/addons/custom_server/init/build.sqf b/@epochhive/addons/custom_server/init/build.sqf index 8e3e490..4286c80 100644 --- a/@epochhive/addons/custom_server/init/build.sqf +++ b/@epochhive/addons/custom_server/init/build.sqf @@ -1,3 +1,3 @@ private ["_version","_versionDate"]; -_blck_version = "6.70 Build 73"; -_blck_versionDate = "8-16-17 11:00 PM"; +_blck_version = "6.70 Build 74"; +_blck_versionDate = "8-17-17 8:00 PM"; diff --git a/StaticMissions-HowTo.txt b/StaticMissions-HowTo.txt index b051dfc..0b1df3c 100644 --- a/StaticMissions-HowTo.txt +++ b/StaticMissions-HowTo.txt @@ -1,3 +1,5 @@ + + This update includes an optional ability to spawn static missions. This can be done by laying out everything for your static mission in the editor, then using a simple copy - paste - edit strategy. @@ -32,4 +34,4 @@ My approach to doing this as follows: Once you have done this, add the file to the custom_server\Missions\Static\missions directory then add an entry for your static mission to GMS_StaticMissionLists.sqf - in order to specify additional options. Use the information provided in the example static missions to guide you. \ No newline at end of file +in order to specify additional options. Use the information provided in the example static missions to guide you. \ No newline at end of file