doc. caliban 34 Posted March 11, 2017 class CfgPatches { class NEW_Custom_Class { units[]={}; // Do these need to contain classes that you are going to import and create? weapons[]={}; whatever[]={}; }; }; Or just one or the other? Thank you, -Doc EDIT: After looking at more examples, I think it's only supposed to contain new classes that are being created. Correct? Share this post Link to post Share on other sites
hoverguy 177 Posted March 13, 2017 Hello, Everything about CfgPatches is explained here: https://community.bistudio.com/wiki/CfgPatches units array -> CfgVehicles created stuff weapons array -> CfgWeapons created stuff Share this post Link to post Share on other sites