Otulf Posted February 26, 2023 Posted February 26, 2023 (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 February 26, 2023 by Otulf 1
ckount Posted July 29, 2023 Posted July 29, 2023 (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. 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'); Sweden.lua Troops.zip db_countries.lua Edited August 2, 2023 by ckount Spelling 1
Recommended Posts