Jump to content
Sign in to follow this  
fasterthanlight

Add PRC-148 UHF to ammo box

Recommended Posts

I did search and did not find the right answer, also this may be in the wrong forum. If so, let me know and give me the link for the right place please.

What is the class name of the PRC-148 radio so I can add them to an ammo box?

I have this for the init minus the actual object

this addMagazineCargo ["object", 1];

Share this post


Link to post
Share on other sites

this addWeaponCargo ["ItemRadio",10];

Share this post


Link to post
Share on other sites

I believe that adds the default handheld radio in OA.

The PRC-148 UHF is a radio added by ACE I believe. I should have added that first, sorry.

Share this post


Link to post
Share on other sites

I am getting a NO ENTRY error.

I see that in the ACRE addons it says acre_sys_prc148

I have tried the variants and it still won't add it to the USMC Ammo box.

Here is the whole entry

this addMagazineCargo ["acre_prc148_uhf" ,10];

---------- Post added at 04:12 PM ---------- Previous post was at 04:02 PM ----------

It was addWEAPONcargo, not Magazine.

I got it.

Thanks Demonized and Wollie.

Edited by fasterthanlight

Share this post


Link to post
Share on other sites
I am getting a NO ENTRY error.

I see that in the ACRE addons it says acre_sys_prc148

I have tried the variants and it still won't add it to the USMC Ammo box.

Here is the whole entry

this addMagazineCargo ["acre_prc148_uhf" ,10];

---------- Post added at 04:12 PM ---------- Previous post was at 04:02 PM ----------

It was addWEAPONcargo, not Magazine.

I got it.

Thanks Demonized and Wollie.

WEAPONCARGO not magazine.

**Edit aww beaten**

Share this post


Link to post
Share on other sites

Hello,

this is a very old thread. But i hope this is not a problem. i have the same problem with "ace - mod" and the radios.

i will try add radios to a ammobox.

i have write this:

_this addWeaponCargo ["ACRE_PRC148", 20];
_this addWeaponCargo ["ACRE_PRC343", 20];

but this is not work. Error: 'bin\config.bin/CfgWeapons.ACRE_PRC148.'

The same Problem i have it with the other Radio PRC343.

Share this post


Link to post
Share on other sites
i have the same problem with "ace - mod" and the radios.

i have write this:

_this addWeaponCargo ["ACRE_PRC148", 20];
_this addWeaponCargo ["ACRE_PRC343", 20];

but this is not work. Error: 'bin\config.bin/CfgWeapons.ACRE_PRC148.'

The same Problem i have it with the other Radio PRC343.

Are you trying to add ACE radios to the ammobox or ACRE radios? If so you'll need the right classname:

ACE:

http://freeace.wikkii.com/wiki/Class_Lists_for_ACE2#West_Radios

ACRE wiki seems to be down ATM....

Share this post


Link to post
Share on other sites
Are you trying to add ACE radios to the ammobox or ACRE radios? If so you'll need the right classname:

ACE:

http://freeace.wikkii.com/wiki/Class_Lists_for_ACE2#West_Radios

ACRE wiki seems to be down ATM....

hello sorry iam new and learn the scripting.

i will try to use the Radio from Ace. The Editingprogramm "Lea" for arma 2 say the ClassNames of the Items.

The classname are: ACRE_PRC343, ACRE_PRC148. Now i think this is from Ace-mod.

Share this post


Link to post
Share on other sites
Hello,

iam new and i learning the scripting sorry for that. So, i use the Loadoutmanager "Lea" and he said the classname from ace-mod. Now i will try to add the Ace Radios with the Classname (Lea said it) ACRE_PRC343 and ACRE_PRC148. But its not work. I think i understand this problem :confused:

What is the classname to use the Radio from Ace - ACRE_PRC343 ?!

Hi there,

Those classnames (ACRE_PRC343) are from the ACRE mod not the ACE mod. ACRE mod is just radios, ACE is the full conversion mod. ACE does include it's own radios (see the link I posted... although not sure how up to date that information is).

So if you're wanting to use ACRE radios instead, you'll need to add 2 mods to your list: @ACRE and @jayArma2lib

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  

×