Jump to content
Sign in to follow this  
Alwarren

How to change HQ callsign?

Recommended Posts

Hi.

I've searched the forum but didn't find the answer to my problem. When using sideRadio like this:

[WEST, "HQ"] sideRadio "BattlemageMissionGo";

the HQ identifies itself as

CROSSROAD: THIS IS BATTLEMAGE...

which is obviously not what I want. I tried to put "Battlemage" in the quotes instead of HQ, but that doesn't work. Is there a way to change the callsign of HQ? I read that a stringtable.csv would work, but I wouldn't know what CFG_STR.. to put in there.

Any help appreciated.

~~~ Alwarren

Share this post


Link to post
Share on other sites

Stringtable.csv that worked in Arma1, haven't tested in Arma2 yet. Not sure if we have more entries now that actually work:

STR_CFG_PAPABEAR, HEAD QUARTER

STR_CFG_FIREFLYBASE, STEEL RAIN

[WEST,"HQ"] should now read HEAD QUARTER instead of CROSSROADS

[WEST,"AIRBASE"] should now read STEEL RAIN instead of BASE FIREFLY (I think AIRBASE, not sure).

Share this post


Link to post
Share on other sites

STR_CFG_PAPABEAR, HEAD QUARTER

I think I have tried that before, I might have made a mistake. I'll try again.

Thanks :)

Edit: Tried it and it works. For reference, if anybody has a similar problem here's the stringtable.csv I have used:

LANGUAGE,English,German
STR_CFG_PAPABEAR,Battlemage,Battlemage

Edited by Alwarren

Share this post


Link to post
Share on other sites

I take it this no longer works in OA? Changing the callsign name I mean? Stringtable or not, the callsign remains 'CROSSROAD' for me.

EDIT:

Scratch that. For some reason the Cold War Rearmed mod messes with the callsign and makes it 'HQ', and you can't change it. The very people who would need to use the 'Papa Bear' callsign in missions and they broke it.

Edited by 2nd Ranger
  • Like 1

Share this post


Link to post
Share on other sites

The Papa Bear callsign is actually still working, renaming the default abstract sources is not.

PAPABEAR=[West,"Papa_bear"]; PAPABEAR SideChat "Hello, World";

Above will result in display of the Papa Bear callsign.

Regards,

Sander

Share this post


Link to post
Share on other sites

Did anyone figure out the answer to this? I want to change the HQ callsign to 'Lion', like in the BAF campaign (I'm making a BAF-theme mission).

Thanks alot,

Sam

Share this post


Link to post
Share on other sites

create a unit on the map called admin.

Init

this setgroupID ["Admin Guy Dude"];

then use admin sidechat "this is a test";

It should come up Admin Guy Dude: this is a test;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×