Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: changing soldier starting weapon

  1. #1

    changing soldier starting weapon

    i tried searching for it but came up empty. how do i change the weapon a unit starts off with (ie i want to have a regular rifleman have a sopmod weapon or something like that)? because id like to download some of the weapons packs

  2. #2
    Search again

    WW1 ArmA:CWA Mod || Romans and Barbarians ArmA:CWA Mod
    Goodbye W0lle, we'll miss you

  3. #3
    yep,would be my answer 2, but I will give some more explaining than just "search again"

    Firstoff, this topic have been discussed before and a search would show several questions and solutions about it, anyway, it is possible and easy to be done ones you know the classnames of the weapons and ammo u want to use. then with a code you can change the loadout of a unit,

    later

  4. #4
    Mmm...i'm quite helpful and i usually don't answer "Search", but pretending having searched without finding anything on a topic discussed one zillion times since OFP doesn't deserve any other answer.

  5. #5

  6. #6
    Proper search.

    Results are plenty.
    VBS2 Designer

    Quote Originally Posted by Armored_Sheep View Post
    I like to call Arma a sandbox game that works pretty much like LEGO - you buy it not just because you want to have a nice car from the main picture on its box, do you?

  7. #7
    Quote Originally Posted by Big Dawg KS View Post
    Proper search.

    Results are plenty.
    I love the irony:
    Sorry - no matches. Please try some different terms.

  8. #8
    Quote Originally Posted by Deadfast View Post
    I love the irony:
    Well it used to work...

  9. #9
    Staff Sergeant islesfan186's Avatar
    Join Date
    Jul 24 2009
    Location
    Long Island, NY
    Posts
    394
    Author of the Thread
    ok thanks. but when i tried out a script it kept telling me "Missing ;" i was trying to give a regular rifleman the camo M4 SOPMOD. this was the script i put in:

    removeallweapons this; this addmagazine "30Rnd_556x45_StanagSD"; this addmagazine "30Rnd_556x45_StanagSD"; this addmagazine "30Rnd_556x45_StanagSD"; this addweapon "M4A1_AIM_SD_CAMO"

    and those are directly from the arma 2 weapons wiki. if i changed the M4 to M9 and the magazines to 9x19mm it worked just fine. so what am i doing wrong?

  10. #10
    the very last weapon you're adding should have a ; after it

    Code:
    removeallweapons this; this addmagazine "30Rnd_556x45_StanagSD"; this addmagazine "30Rnd_556x45_StanagSD"; this addmagazine "30Rnd_556x45_StanagSD"; this addweapon "M4A1_AIM_SD_CAMO";
    cheers
    -----------------------------
    Ebolavirus' AAS mappack
    Random Car bomb script

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •