Home   Help Search Login Register  

Author Topic: F2 Mission Development Framework (BAS f for ArmA 2)  (Read 14060 times)

0 Members and 1 Guest are viewing this topic.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #15 on: 30 Aug 2009, 19:17:53 »
Ah. Well, we use f_ already, although I can see that isn't quite in the same realm as the 3-5 letter tags from the OFPEC system. Does anyone know of a quick way of scanning through all the code and pulling out the global vars? If so, I'll be happy to apply the BAS tag to them (in a future build).

Offline Inkompetent

  • Members
  • *
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #16 on: 30 Aug 2009, 20:29:32 »
I guess the problem with 'f_' is that many use it to denote functions :)

And well... I guess the best I can think of is to open all the files in the F2 framework simultanously in Notepad++ or something similar, then do a search and replace of all 'f_' lines with whatever tag you'll use.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #17 on: 10 Sep 2009, 01:21:00 »
New Release: v2-0-4

About the new release

From the ReadMe.txt file:

Quote
2-0-4 | 09 SEP 2009
IMPORTANT NOTE: Requires ArmA2 (beta) version 1.03.59025 or better.
Added Construction Interface (COIN) Presets component.
Added Mission Maker Teleport component.
Updated Mission Conditions Selector component to work with multiple MP parameters method.
Updated Set AI Skill (coop) component to work with multiple MP parameters method.
Updated Set AI Skill (A&D) component to work with multiple MP parameters method.
Updated Debug Mode component to work with multiple MP parameters method.
Rebuilt stringtable.xml file.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version*)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

* We're looking for a German translator, please PM Fer if interested.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #18 on: 30 Sep 2009, 23:50:53 »
New Release: v2-0-5

About the new release

From the ReadMe.txt file:

Quote
2-0-5 | 30 SEP 2009
Added Trip Flare component.
Added processParamsArray.sqf file.
Updated Debug Mode component to use stringtable.xml and processParamsArray.sqf files.
Updated AI Skill (coop) component to use processParamsArray.sqf file.
Updated AI Skill (A&D) component to use processParamsArray.sqf file.
Updated Debug Mode component to use processParamsArray.sqf file.
Reinstated the 'storm' option in Mission Conditions Selector component.
Updated stringtable.xml file.
Updated manual to include screenshots for selected components.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version*)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

* We're STILL looking for a German translator, please PM Fer if interested.

+++

Any chance of getting this added to the Intel depot? :)

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #19 on: 06 Oct 2009, 21:42:16 »
New Release: v2-1-0

About the new release

From the ReadMe.txt file:

Quote
2-1-0 | 06 OCT 2009
Added Norrin's Revive Respawn component.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version*)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #20 on: 21 Oct 2009, 00:05:14 »
New Release: v2-1-1

About the new release

From the ReadMe.txt file:

Quote
2-1-1 | 20 OCT 2009
Added Disable Saving and Auto Saving component.
Removed readme file for Norrin's Revive Respawn component (now available as download from manual wiki).
Removed rogue setGroupID and HC-related commands from Init lines of units in ShackTactical Platoons.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version*)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #21 on: 02 Nov 2009, 02:04:03 »
New Release: v2-1-2

About the new release

From the ReadMe.txt file:

Quote
2-1-2 | 02 NOV 2009
Added Name Tags component.
Updated Norrin's Revive Respawn to version 0.3f.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version*)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #22 on: 26 Nov 2009, 01:12:07 »
New Release: v2-1-3

About the new release

From the ReadMe.txt file:

Quote
2-1-3 | 25 NOV 2009
Updated Norrin's Revive Respawn to version 0.3g.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version*)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #23 on: 08 Dec 2009, 00:35:49 »
New Release: v2-2-0 (inc. F2A2 for ACE2)

About the new release

From the ReadMe.txt file:

Quote
2-2-0 | 07 DEC 2009
Added F2A2 ShackTactical Platoons for ACE2.
Added F2A2 ShackTactical Group IDs for ACE2.
Added F2A2 ShackTactical Group Markers for ACE2.
Added F2A2 ShackTactical Assign Gear Script for ACE2.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #24 on: 21 Dec 2009, 22:00:31 »
New Release: v2-2-1 (inc. F2A2 for ACE2)

About the new release

From the ReadMe.txt file:

Quote
2-2-1 | 21 DEC 2009
Changed Mission Maker Teleport to an optional component.
Fixed seagull bug in spectator script (eliminates instant seagulls over dead bodies).
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #25 on: 28 Dec 2009, 02:31:40 »
New Release: v2-2-2 (inc. F2A2 for ACE2)

About the new release

From the ReadMe.txt file:

Quote
2-2-2 | 27 DEC 2009
Partial fix for disabled keys bug in spectator script and v1.05.
Promoted briefings and markers in the running order of init.sqf (inc. F2A2 version).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #26 on: 07 Jan 2010, 22:40:25 »
New Release: v2-2-3 (inc. F2A2 for ACE2 and Norrin's)

About the new release

From the ReadMe.txt file:

Quote
2-2-3 | 07 JAN 2010
Fix for disabled keys bug in spectator script and v1.05.
Updated F2A2 ShackTactical Assign Gear Script for ACE2 (increased medical supplies, added SMAW spotting rounds).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #27 on: 31 Jan 2010, 19:39:33 »
New Release: v2-2-4 (inc. F2A2 for ACE2 and Norrin's)

About the new release

From the ReadMe.txt file:

Quote
2-2-4 | 30 JAN 2010
Updated F2A2 ShackTactical Platoons for ACE2 (added Echo squad to all platoons).
Updated F2A2 ShackTactical Group IDs for ACE2 (added support for Echo squad).
Updated F2A2 ShackTactical Group Markers for ACE2 (added support for Echo squad).
Fix for minor interface bug in spectator script and v1.05.
Updated manual: Various changes (EN and RU versions).


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.

Offline ferstaberinde

  • Members
  • *
  • I'm a llama!
Re: F2 Mission Development Framework (BAS f for ArmA 2)
« Reply #28 on: 27 Feb 2010, 04:08:52 »
New Release: v2-2-5 (inc. F2A2 for ACE2 and Norrin's)

About the new release

From the ReadMe.txt file:

Quote
2-2-5 | 27 FEB 2010
Fixed F2A2 ShackTactical Group Markers for ACE2.
Fixes for various issues with the spectator script and v1.05/ACE2.
Added Group E&E Check component.


About F2

The F2 Mission Development Framework (F2) is the successor to the popular BAS f mission development framework for ArmA (discussed in this thread). The new framework contains many of the features you know from BAS f, updated to work with ArmA 2, plus some new components which take advantage of the new game's special features.

For downloads and to find out more please see our online manual:

http://www.ferstaberinde.com/f2/en/ (English version)
http://www.ferstaberinde.com/f2/ru/ (Russian version)

Huge thanks to all team members and contributors to F2 (and BAS f), as well as the testers from Shack Tactical.