Jump to content
Sign in to follow this  

Recommended Posts

Hey guys,

I have been working on custom loadouts and here is a loadout I made:

removeAllWeapons this;

removeAllMagazines this;

this addMagazine "UKF_5Rnd_338_Mag";

this addWeapon "UKF_L115A3_sd_des";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "UKF_5Rnd_338_Mag";

this addMagazine "17Rnd_9x19_g17";

this addWeapon "RH_g17";

this addMagazine "17Rnd_9x19_g17";

this addMagazine "17Rnd_9x19_g17";

this addMagazine "17Rnd_9x19_g17";

this addMagazine "17Rnd_9x19_g17";

this addMagazine "17Rnd_9x19_g17";

this addMagazine "17Rnd_9x19_g17";

this addMagazine "17Rnd_9x19_g17";

this addWeapon "ACE_Kestrel4500";

this addWeapon "ACE_Rangefinder_OD";

this addWeapon "ACE_Spottingscope";

this addWeapon "ACE_DAGR";

this addWeapon "ACE_Battery_Rangefinder";

but when I click "OK" I just get an error-"Missing ;"

I am using ACE 2.

Thanks

Share this post


Link to post
Share on other sites

true, however if used on a vehicle then removeMagazines _x is needed if more than ammo is loaded into the cargo

Share this post


Link to post
Share on other sites

Yup. I figured he was wanting to remove all weapons & magazines from infantry units.

Share this post


Link to post
Share on other sites
Just use removeAllWeapons. take removeallmagazines out.

Okay, its working now.

I am just using removeAllWeapons and removed removeallmagazines.

However now it is saying

No Entry

'bin\config.bin/cfgWeapons.ACE_Kestrel4500'

Then if I remove the ACE kestrel I then get-

No Entry

'bin\config.bin/cfgWeapons.ACE_Rangefinder_OD'

Then if I remove that I then get-

No Entry

'bin\config.bin/cfgWeapons.ACE_Spottingscope'

Then if I remove that I then get-

No Entry

'bin\config.bin/cfgWeapons.ACE_DAGR'

Then if I remove that I then get-

No Entry

'bin\config.bin/cfgWeapons.ACE_Battery_Rangefinder'

In a nutshell ACE things are not working..... :L

Share this post


Link to post
Share on other sites

then either you've got the classnames wrong, ACE isn't loaded or those items are scope=private (i.e. they've been configged so they are unavailable in the editor, camcreate, addweapon, etc)

Share this post


Link to post
Share on other sites

Well, I have seen all these items in editor-http://www.youtube.com/watch?v=u2hI9Dvorz8

And I got my classnames from here-http://freeace.wikkii.com/wiki/Class_Lists_for_ACE2

I am using SixUpdator for ACE and as I have Steam ARMA Six installs the suff in my documents, Is that the problem??

Share this post


Link to post
Share on other sites

reading messiah's post, you may want to ask in the ace thread about the items.

---------- Post added at 09:40 ---------- Previous post was at 09:38 ----------

though if it was a private scope maybe an error would be present like:?

[size=3][color=#000000]Warning Message: Error: creating weapon xxxxx with scope=private[/color][/size]

Atleast that's the message I received one time when I tried to add a satchel or mine by BIS_fnc_invAdd

Share this post


Link to post
Share on other sites
reading messiah's post, you may want to ask in the ace thread about the items.

The thread was closed down years ago due to legal issues with the security services (SPIES :L) of a country

Share this post


Link to post
Share on other sites

Are you running Arma 2, OA, or CO?

Which CBA are you using?

Beta patch?

Is ACE listed as an expansion in the main menu? Does the ACE splash screen come up when you start the game?

Share this post


Link to post
Share on other sites
Are you running Arma 2, OA, or CO?

Which CBA are you using?

Beta patch?

Is ACE listed as an expansion in the main menu? Does the ACE splash screen come up when you start the game?

I'm running Arma2OA and Arma2Free, CBA-v1.0.0pre, ARMA2OA Beta patch : Build 101747.

ACE Is listed and the splash screen comes up.

---------- Post added at 11:01 ---------- Previous post was at 11:01 ----------

The ACE thread is closed.

---------- Post added at 11:20 ---------- Previous post was at 11:01 ----------

Okay guys, its started working now,

I think the main problem was remove all weapons and I think it may have not picked up my ACE stuff because I launched arma 2 without ACE.

The problem with my script was the removeallmagazines line.

Thanks for all your help guys.

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  

×