From 9af8a740feff5d7a1834605cf9b342234c55da10 Mon Sep 17 00:00:00 2001 From: NikkoJT <35894105+NikkoJT@users.noreply.github.com> Date: Sun, 14 Apr 2024 22:02:21 +0100 Subject: [PATCH 1/2] update version indicators --- description.ext | 2 +- mission.sqm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/description.ext b/description.ext index 1a99b15b..08c7bf0c 100644 --- a/description.ext +++ b/description.ext @@ -1,4 +1,4 @@ -fa3_version[] = {3,5,7}; // WARNING: DO NOT CHANGE THIS LINE +fa3_version[] = {3,6,0}; // WARNING: DO NOT CHANGE THIS LINE // ============================================================================================ // FA3 - Loading Screen diff --git a/mission.sqm b/mission.sqm index 3fe9c3a8..5a0e6011 100644 --- a/mission.sqm +++ b/mission.sqm @@ -19,7 +19,7 @@ class EditorData }; }; binarizationWanted=0; -sourceName="FA3-5-7_release_template"; +sourceName="FA3-6-0_release_template"; addons[]= { "A3_Soft_F_Enoch_Truck_02", @@ -330,7 +330,7 @@ class Mission { class Intel { - briefingName="fa3-5-7"; + briefingName="fa3-6-0"; resistanceWest=0; timeOfChanges=28800; startWeather=0.50001526; From fd6e4bfa44af2e1db0f570d1ab31be621ac0890b Mon Sep 17 00:00:00 2001 From: NikkoJT <35894105+NikkoJT@users.noreply.github.com> Date: Sun, 14 Apr 2024 22:04:40 +0100 Subject: [PATCH 2/2] Update readme.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3be03b7..a1bf14af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# F3-Folk ARPS Mission-making Template # +# FA3 - Folk ARPS Missionmaking Framework # ## Changes from default F3 ## @@ -9,8 +9,9 @@ * Automatic Body Removal * Safe Start default set to 1 minute * Set AI Skill for all factions - Missionmakers can remove the cases they do not need + * New medical system * Numerous feature updates and improvements. See https://github.com/folkarps/F3 for update history. ## Versions ## -* F3 3-5-7 +* FA3 3-6-0 * ws_fnc 05/07/2015 (with FA improvements)