Jump to content
Sign in to follow this  
_BARNS_

setting up a custom group

Recommended Posts

Hey,

i was searching for the config or whatever in Arma where you can configurate the groups you can spawn or place if you press F2 in the editor.

I wanna set up a custom group so there is no need to place em manualy one by one.

soo can anybody tell me where this file is located?

thx alot

Share this post


Link to post
Share on other sites

The groups are defined by cfgGroups in the addons. So to add a new group, you will need to create an addon. The good news is, it should be possible to do it in such a way that nobody but you (the mission maker) ever needs the addon, as the mission.sqm never references cfgGroups, only cfgVehicles. smile_o.gif

Share this post


Link to post
Share on other sites

ahhhh i got it

now the only bad thing is i get an error message when starting the game

size: "required addons/" not an array

can you tell me how i can fix this problem?

requiredAddons = {"ace_config_men", "ace_config_vehicle", "six_config_men", "six_config_vehicle"};

Share this post


Link to post
Share on other sites

try

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

requiredAddons[] = {"ace_config_men", "ace_config_vehicle", "six_config_men", "six_config_vehicle"};

wink_o.gif

Share this post


Link to post
Share on other sites
try

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

requiredAddons[] = {"ace_config_men", "ace_config_vehicle", "six_config_men", "six_config_vehicle"};

wink_o.gif

thx alot but

nope this is not working too but i will better post this problem in the configs thread ...

under groups config hope you have a look at it!

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  

×