User Tools

Site Tools


ofp:missions:callsigns

OFP Custom Callsigns

OFP Forum, OFP Home, OFP File Formats, OFP Tools, OFP Missions, OFP 3D Modeling, OFP Terrain

Operation Flashpoint (OFP) aka ArmA: Cold War Assault (CWA)

Ever wanted to change that PAPA_BEAR to something else? Well here is how to do it.

Open up your init.sqs file and define your callsigns like this:

abelement = [West, "AirBase"];
hqelement = [West, "HQ"];

Then open stringtable.csv file with your favourite text editor and define the names for “abelement” and “hqelement” as follows:

STR_CFG_FIREFLYBASE,"AB Element"
STR_CFG_PAPABEAR,"HQ Element"

Notes: Before you go on, keep in mind that [West, “Base”],[West, “PAPA_BEAR”], and [West, “HQ”] are all the same thing. Because of this, you cannot use a combination of the afforementioned three to make different callsigns. To make two different callsigns, you must use [West, “airbase”] along with either [West, “Base”], [West, “PAPA_BEAR”], or [West, “HQ”].

When you make a callsign using [West, “Base”], [West, “PAPA_BEAR”], or [West, “HQ”], you must allways use the line STR_CFG_PAPABEAR,“” to define the callsign in the stringtable.csv file!

When you make a callsign using [West, “airbase”], you must use the line STR_CFG_FIREFLYBASE to define the callsign in your stringtable.csv file!

After your callsigns have been defined, you may now use them in your missions like this:

abelement sideRadio "This is AB Element to all units.";
hqelement sideRadio "HQ Element to Alpha, mission accomplished.";

If you are making an addon, then of course you can specify as many custom callsigns as you want, but thats not in the scope of this page. This page was to instruct you to make mission callsigns without addons.

ofp/missions/callsigns.txt · Last modified: 2024/07/31 13:03 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.