mr_centipede 31 Posted March 15, 2013 Is there a simple tutorial out there teaching how to make module? Share this post Link to post Share on other sites
loyalguard 15 Posted March 15, 2013 This thread from 2010 should get you pointed in the right direction. Make sure you read the whole thread! There is some good discussion on modules vs. mission scripting vs. just using a logic to execute your scripts It's for A2 but it contains the same concepts for setting up your module as an addon. You will need to change the requiredAddons, class inheritance, icon, picture, and probably other portions of the config to make it work: http://forums.bistudio.com/showthread.php?98880-How-do-you-create-a-module I would recommend looking at the module config(s) in A3 to figure out what you might need to change, inheritances, etc. Here is a link on the SIX config browser (Make sure A3 is selected): http://browser.six-projects.net/configclasses/CfgVehicles%3EModule_F/config?version=67 Share this post Link to post Share on other sites
mr_centipede 31 Posted March 15, 2013 Thank you so much Share this post Link to post Share on other sites