then add the following line to your mission config file
class CfgExileCustomCode
{
/*
You can overwrite every single file of our code without touching it.
To do that, add the function name you want to overwrite plus the
path to your custom file here. If you wonder how this works, have a
look at our bootstrap/fn_preInit.sqf function.
Simply add the following scheme here:
<Function Name of Exile> = "<New File Name>";
Example:
ExileClient_util_fusRoDah = "myaddon/myfunction.sqf";
*/
ExileClient_util_gear_repackMagazines = "ExileClient_util_gear_repackMagazines.sqf";
};
the bug was just use of the wrong command removeItems rather than removeMagazines.
The solution has already been on the forums but nobody had made it explicit.
Create a new file in your missions fold called ExileClient_util_gear_repackMagazines.sqf
Copy this contents into it.
then add the following line to your mission config file
the bug was just use of the wrong command removeItems rather than removeMagazines.
The solution has already been on the forums but nobody had made it explicit.
Edited by FordDefectRedundant Thread
Share this post
Link to post
Share on other sites