Skip to content

Commit

Permalink
Merge pull request #768 from ferstaberinde/dev
Browse files Browse the repository at this point in the history
v3-4-0
  • Loading branch information
Wolfenswan authored Jul 13, 2016
2 parents 4187d56 + 284604b commit 85a427d
Show file tree
Hide file tree
Showing 43 changed files with 11,396 additions and 10,500 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# F3 README #

* Version: 3-4-0 RC1
* Version: 3-4-0
* Codebase: https://github.com/ferstaberinde/F3
* Developer: Please see credits section below.
* Publishers: Fer ([email protected])
Expand Down Expand Up @@ -29,6 +29,7 @@

Version | Date | Notes

* 3-4-0 | 13 JUL 2016 | Patch release - APEX support and various improvements (see change history).
* 3-4-0 RC1 | 04 JUL 2016 | Internal release - APEX support and various improvements (see change history).
* 3-3-0 | 25 APR 2015 | Patch release - Various improvements (see change history).
* 3-3-0 RC2 | 18 APR 2015 | Internal release - Various improvements (see change history).
Expand Down Expand Up @@ -147,10 +148,10 @@ Version | Date | Notes

### F3 Credits ###

* Contributors: Head | Harakka | Fer | Wolfenswan | Cam | turowicz | CaseMonster | Black Mamba | DarkTatka | Tigershark | cptnnick | Linux | Snippers | SuicideKing | Pasrules | darkChozo | Przemro | GeEom | JonBons
* Contributors: Head | Harakka | Fer | Wolfenswan | Cam | turowicz | CaseMonster | Black Mamba | DarkTatka | Tigershark | cptnnick | Linux | Snippers | SuicideKing | Pasrules | darkChozo | Przemro | GeEom | JonBons | Ferrard Carson
* Documentation: Fer | Wolfenswan | Dogface | Cam | Head | cptnnick | Snippers
* Producers: Fer | Wolfenswan
* Special Thanks: Arctor | BasterActual | batboyx2 | cptnnick | Dogface | Draakon | Landyacht | Linux | nolux | Pabstmirror | Zerith | Bear | JonBons | Poulern | Chairborn | captainblaffer
* Special Thanks: Arctor | BasterActual | batboyx2 | cptnnick | Dogface | Draakon | Landyacht | Linux | nolux | Pabstmirror | Zerith | Bear | JonBons | Poulern | Chairborn | captainblaffer | Boarnoah | CostNo
* Special thanks to everyone at: Folk ARPS | Basterd ArmA | Black sh33p | Bourbon Warfare | Phantactical | Pointfire | Project Awesome | Team One Tactical | The Company

### F2 Credits ###
Expand Down Expand Up @@ -215,7 +216,7 @@ The online manual can be found at:

## 08. INSTALLATION ##

To begin using the Software, move the F3.Altis folder into one of the following directories:
To begin using the Software, move the F3.VR folder into one of the following directories:

* \My Documents\Arma 3\MPMissions\
* \My Documents\Arma 3 Other Profiles\YourPlayerName\MPMissions\
Expand All @@ -238,16 +239,16 @@ Fer :) ([email protected]) (on behalf of all F3 / F2 / BAS f contributors)

Version | Date

3-4-0 RC1 | 04 JUL 2016
3-4-0 | 13 JUL 2016

* Updated Assign AI Gear component:
* Updated Assign Gear component:
* Implemented new Folk ARPS 2016 loadout options.
* Added support for the Syndikat faction.
* Added support for the NATO Pacific faction.
* Added support for the CSAT Pacific faction.
* Pilots can now repair vehicles (via the new trait command).
* Vehicle and crate loadouts now split into separate files per faction.
* All IF checks now compare the faction to an array of possible BIS factions.
* All IF checks now compare the faction to an array of possible factions.
* Strings such as 'aaf', 'nato' etc. can now be used when forcing a specific faction loadout (instead of a precise faction string such as 'ind_f').
* Updated Assign AI Gear component:
* Added support for the Syndikat faction.
Expand Down Expand Up @@ -314,6 +315,10 @@ Version | Date
* Re-ordered the init.sqf file code blocks.
* Removed UAV Recharging component.

3-4-0 RC1 | 04 JUL 2016

* Please see change history for release v3-4-0.

3-3-0 | 25 APR 2015

* Updated Admin Briefing component:
Expand Down
18 changes: 3 additions & 15 deletions description.ext
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
// ============================================================================================

// F3 - Mission Header
// Credits: Please see the F3 online manual (http://www.ferstaberinde.com/f3/en/)

class Header
{
gameType = Coop;
minPlayers = 1;
maxPlayers = 457;
};

// ============================================================================================

// F3 - Respawn Settings
// Credits: Please see the F3 online manual (http://www.ferstaberinde.com/f3/en/)

Expand Down Expand Up @@ -123,11 +111,11 @@ class Params
// F3 - Folk Assign Gear Script
// Credits: Please see the F3 online manual (http://www.ferstaberinde.com/f3/en/)

class f_param_backpacks
class f_param_loadouts
{
title = "$STR_f_param_loadouts";
values[] = {0,1,2};
texts[] = {"Light","Medium","Heavy"};
values[] = {0,1};
texts[] = {"Light","Standard"};
default = 1;
};

Expand Down
Loading

0 comments on commit 85a427d

Please sign in to comment.