Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# F3-Folk ARPS Mission-making Template #
# FA3 - Folk ARPS Missionmaking Framework #

## Changes from default F3 ##

Expand All @@ -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)
2 changes: 1 addition & 1 deletion description.ext
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -330,7 +330,7 @@ class Mission
{
class Intel
{
briefingName="fa3-5-7";
briefingName="fa3-6-0";
resistanceWest=0;
timeOfChanges=28800;
startWeather=0.50001526;
Expand Down