Jump to content
Sign in to follow this  
Leaulux

Can't get my unit into the game - Please look at my config file.

Recommended Posts

I am new to ARMA Modding and trying to start work on getting units into the game, i have been searching the internet and forums for documentation on making custom units but it is very hard to find good details other than using Eliteness to open other people's addons and copy their stuff which i dont want to do. :o

thanks!

class CfgPatches
(
       class LUX_Test
       (
               units[] = {};
               weapons[] = {};
               requiredVersion = 0.1;
               requiredAddons[] = {"A3",};
               };
):

class CfgFactionClasses
(
       class LUX_Testing
       (
               displayName = "Alien Units";
               priority = 1;
               side = 1;
       };
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×