
Originally Posted by
wld427
you will need to open the config.cpp to see what order they are loaded, then you will be required to add them one at a time in a trial and error method.
No need to. Go into the editor, place a F/A-18 and put this code in it's initline:
Code:
myMagazines = getArray (configFile >> "cfgVehicles" >> (typeof this) >> "magazines");
{
diag_log format ["Magazine %1: %2", _forEachIndex, _x];
} foreach myMagazines;
This will write the magazines in the proper order into the rpt file.