PDA

View Full Version : Customising your starting weapons



trini scourge
Dec 28 2005, 21:56
The first day i played the game on Live i remember that i had the option of choosing my weapon loadouts before the mission started. Now i can't do it anymore. I was wondering if anyone knew how this works. Thanks in advance.

Uziyahu--IDF
Dec 29 2005, 01:08
That is only available on some official missions, I believe. For user-made missions, you have to place Ammo and Weapon crates.

trini scourge
Dec 29 2005, 04:38
Thanks Uzi, that's been bothering me for a while.

NAXAKSTA
Dec 29 2005, 17:46
I can't seem to get the unlockable crates to work right though. I was hoping to pick up some binoculars or a laser designator when I wanted to.

Skip_Moniker
May 25 2007, 17:43
Ya, I am also trying to figure out how to add binoculars to a ArmA mission? I'd like to avoid killing the guy who has them just so I can pick them up. They are not included in ammo crates.

Anybody know how to do this...thanks

Bless
May 29 2007, 07:31
Ya, I am also trying to figure out how to add binoculars to a ArmA mission?  I'd like to avoid killing the guy who has them just so I can pick them up.  They are not included in ammo crates.  

Anybody know how to do this...thanks
to add binocular put an Ammo crate , then on initialization write this
Initialization:this addweaponcargo ["Binocular",6];

6 means the amount of the item.

example, if you want to put more weapons on ammo crate. put  an ammo cate on the map then on the initialization put this"
Initialization:this addweaponcargo ["Steyr",6]; this addweaponcargo ["M21",6]; this addmagazinecargo ["SteyrMag",50]; this addmagazinecargo ["M21",18]; this addweaponcargo ["LAWLauncher",6]; this addmagazinecargo ["LAWLauncher",18]; this addmagazinecargo ["M60",10]; this addweaponcargo ["M60",4]; this addmagazinecargo ["SmokeShell", 10]; this addweaponcargo ["Binocular", 4]; this addmagazinecargo ["PipeBomb",6]; this addmagazinecargo ["Mortar",6]; this addweaponcargo ["M4",6]; this addmagazinecargo ["M4",60]; this addweaponcargo ["AALauncher",6]; this addmagazinecargo ["AALauncher",6];


see ya bless

hp7130p
May 29 2007, 15:18
http://forums.bistudio.com/oldsmileys/confused_o.gif I believe the poster was talking about an unmodded xbox? And as for ARMA why is it posted here? http://forums.bistudio.com/oldsmileys/confused_o.gif

Just curious

Bless
May 29 2007, 19:09
http://forums.bistudio.com/oldsmileys/confused_o.gif I believe the poster was talking about an unmodded xbox? And as for ARMA why is it posted here? http://forums.bistudio.com/oldsmileys/confused_o.gif

Just curious
IF he talk about ARMA i though hes was talking about PC game. This is not the correct section for PC game.