Jump to content

Delete default loadouts PERMANENTLY


Nealius

Recommended Posts

Is there anyway to do this? I don't want to see anything other than the loadouts I created and want to do away with ALL the default ones, but every time I restart the game they come back :joystick:

 

Also when I delete a loadout from a certain task (CAS, for example) it deletes the loadout entirely instead of just for that task....


Edited by Nealius
Link to comment
Share on other sites

The files you want to edit are in ...Eagle Dynamics\DCS World\MissionEditor\data\scripts\UnitPayloads

 

Make a back up then open what ever AC with notepadd++ ie the A-10C.lua and delete everything in the ["payloads"] = { section so you are left with this

 

local unitPayloads = {
["name"] = "A-10C",
["payloads"] = {

},
["tasks"] = {
},
["unitType"] = "A-10C",
}
return unitPayloads

 

then save.

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

  • Recently Browsing   0 members

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