Jump to content

Recommended Posts

Posted

Pretty sure this will only work for single player, US aircraft....

I've collected all the useable current callsigns in the game as of July 2025, you can add this section into any of the aircraft lua files to get all of them.  I saw this section usually goes just under "mechanimations" sections and seems to work well there.  Gives your missions better flavour on the radio instead of everything being "Springfield 1-1 blah blah...."

Add this block to your aircraft's lua file (not the entry.lua file...)  eg: "F14B.lua" , etc.  Also note the F-16 and F-18 and a couple others have this section so you can add, modify, or overwrite current as needed.  Add them all or just the ones you like.....

I didnt add in the Tanker or AWACS ones, but that could be done too I think....

 

InheriteCommonCallnames = true,
    SpecificCallnames = {
        ["USA"] = {
                    {_('Hornet'),            'Hornet'},
                    {_('Squid'),            'Squid'},
                    {_('Ragin'),            'Ragin'},
                    {_('Roman'),            'Roman'},
                    {_('Sting'),            'Sting'},
                    {_('Jury'),                'Jury'},
                    {_('Joker'),            'Joker'},
                    {_('Ram'),                'Ram'},
                    {_('Hawk'),                'Hawk'},
                    {_('Devil'),            'Devil'},
                    {_('Check'),            'Check'},
                    {_('Snake'),            'Snake'},
                    {_('Viper'),        'Viper'},
                    {_('Venom'),        'Venom'},
                    {_('Lobo'),            'Lobo'},
                    {_('Cowboy'),        'Cowboy'},
                    {_('Python'),        'Python'},
                    {_('Rattler'),        'Rattler'},
                    {_('Panther'),        'Panther'},
                    {_('Wolf'),            'Wolf'},
                    {_('Weasel'),        'Weasel'},
                    {_('Wild'),            'Wild'},
                    {_('Ninja'),        'Ninja'},
                    {_('Hawg'),            'Hawg'},
                    {_('Boar'),            'Boar'},
                    {_('Pig'),            'Pig'},
                    {_('Tusk'),            'Tusk'},
                    {_('Jedi'),            'Jedi'},
                    {_('Crow'),                'Crow'},
                    {_('Chaos'),            'Chaos'},
                    {_('Sioux'),            'Sioux'},
                    {_('Gatling'),            'Gatling'},
                    {_('Gunslinger'),        'Gunslinger'},
                    {_('Hammerhead'),        'Hammerhead'},
                    {_('Bootleg'),            'Bootleg'},
                    {_('Palehorse'),        'Palehorse'},
                    {_('Carnivore'),        'Carnivore'},
                    {_('Saber'),            'Saber'}
        }
    },

 

Also a template for a lineup card to keep all those straight in mission...!

NOTE: However you want to add all or any of these in you aircraft files, make sure the last callsign has no trailing comma or that module will not even load!

Lineup_Blank.docx

  • Like 3
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...