Phantomsmedia / Wavelength

This is the repository for the Wavelength, ArmA 3 mission framework derivative of F3..
9 stars 11 forks source link

================================================== Wavelength

WL is a derivative of the F3 work. The content we have edited mainly consists of minor edits to gear, addition of many more factions from mods, and tweaks to the code, as well as a few minor additions. You can track F3's development at https://github.com/ferstaberinde/F3.

If you wish to have a translator that can speak more than one language you can place this in the units init line to allow him to speak any languages of your choice:

this setVariable ["f_languages", ["english","russian","arabic"]];

Note that in WL, BLUFOR speaks English, OPFOR speaks Russian and INDFOR speaks Arabic. You can edit those defaults in lines 46 to 48 of f\radios\acre2\acre2_settings.sqf

You may change the languages in the code to the following supported languages, but remember what the default factions speak!

Enlish Russian Arabic Czech German Greek Farsi French Chinese Ukrainian

You can add more languages on line 42 of f\radios\acre2\acre2_settings.sqf

==================================================

F3 Readme.md, along with edits for this specific framework version.

MISSION README

Mission: [ Insert name of mission ] Version: [ Insert version here, format: N-N-N ] Developer(s): [ Insert your name(s) here. ] Description: [ Insert short mission description here ]

README CONTENTS

  1. REQUIRED ADDONS

  2. NOTES

  3. CHANGE HISTORY

  4. REQUIRED ADDONS

To play this mission the following addons are required:

[ Insert name of addon ] - [URL for downloadable copy of the addon ] [ Insert name of addon ] - [URL for downloadable copy of the addon ] [ Insert name of addon ] - [URL for downloadable copy of the addon ]

  1. NOTES

[ Insert your notes here. ]

  1. CHANGE HISTORY

Version | Date

[ Insert version, format: N-N-N ] | [ Insert date, format: MM DD CCYY ] [ Insert change #1 here. ] [ Insert change #2 here. ]