Jump to content

Recommended Posts

Posted (edited)

Hello!

I would like to have/wish for a Swedish logbook in DCS Openbeta. 

As for now I have my own picture and Swedish ranks (stripes) BUT I can not add a squadron patch. 

I would like to add my 211 patch Urban Röd/Akktu Stakki. (I have made the size 128 x 128 pixels and .png-format...

It might be that I lack the skills!?😉

I can not find any Swedish medal-pictures anywhere on the internet...

 

Best regards:

Otulf

Edited by Otulf
  • Like 1
  • Otulf changed the title to SWEDISH LOGBOOK
  • 5 months later...
Posted (edited)

nullNote. All edits are done manually as I don't know how to make a JSGME mod of the changes. Make sure to backup original files and keep a backup of the edited file as they will probably be restored with updates/patches.

image.png
Add attached Sweden.lua to Drive:\Eagle Dynamics\DCS World\Scripts\Database\Troops\

troops = {
    troop('Skaraborgs Flygflottilj F7', _('Skaraborgs Flygflottilj F7'), 'f7flj.png'),
    troop('Upplands Flygflottilj F16', _('Upplands Flygflottilj F16'), 'f16flj.png'),
    troop('Blekinge Flygflottilj F17', _('Blekinge Flygflottilj F17'), 'f17flj.png'),
    troop('Norrbottens Flygflottilj F21', _('Norrbottens Flygflottilj F21'), 'f21flj.png'),
    troop('Helikopterflottiljen', _('Helikopterflottiljen'), 'hkpflj.png'),
    troop('Luftstridsskolan LSS', _('Luftstridsskolan LSS'), 'lssflj.png'),
};

Add unzipped png's to Drive:\Eagle Dynamics\DCS World\MissionEditor\data\images\Countries\Sweden\Troops

Replace db_countries.lua in Drive:\Eagle Dynamics\DCS World\Scripts\Database or in db_countries.lua, replace
 

country:add('SWEDEN',		_("Sweden"),		"Sweden"			, "SWE", use_default_ranks,	no_awards, no_squadrons);

with 

country:add('SWEDEN',		_("Sweden"),		"Sweden"			, "SWE", use_default_ranks,	no_awards, 'Sweden.lua');

 

f7flj.png

f16flj.png

f17flj.png

f21flj.png

hkpflj.png

lssflj.png

Sweden.lua Troops.zip db_countries.lua

Edited by ckount
Spelling
  • Like 1
  • Recently Browsing   0 members

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