Jump to content
Sign in to follow this  
Wiki

Problem with exporting from virtual arsenal

Recommended Posts

Hi guys.

Got an annoying problem with virtual arsenal.

I'm using RHS mod.

I create a soldier in virtual arsenal and here is the configuration

--------------------------------------------------------------

comment "Exported from Arsenal by Wiki";

comment "Remove existing items";

removeAllWeapons this;

removeAllItems this;

removeAllAssignedItems this;

removeUniform this;

removeVest this;

removeBackpack this;

removeHeadgear this;

removeGoggles this;

comment "Add containers";

this forceAddUniform "rhs_uniform_cu_ucp_patchless";

for "_i" from 1 to 2 do {this addItemToUniform "FirstAidKit";};

for "_i" from 1 to 3 do {this addItemToUniform "30Rnd_556x45_Stanag";};

this addVest "rhsusf_iotv_ucp_Rifleman";

for "_i" from 1 to 5 do {this addItemToVest "30Rnd_556x45_Stanag";};

for "_i" from 1 to 5 do {this addItemToVest "rhs_mag_m67";};

for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_an_m8hc";};

this addHeadgear "rhsusf_ach_helmet_ucp";

this addGoggles "rhs_googles_clear";

comment "Add weapons";

this addWeapon "rhs_weap_m4a1_carryhandle";

this addPrimaryWeaponItem "rhsusf_acc_anpeq15side";

this addPrimaryWeaponItem "rhsusf_acc_ACOG_pip";

this addWeapon "Binocular";

comment "Add items";

this linkItem "ItemMap";

this linkItem "ItemCompass";

this linkItem "ItemWatch";

this linkItem "ItemRadio";

this linkItem "ItemGPS";

this linkItem "rhsusf_ANPVS_14";

comment "Set identity";

this setFace "WhiteHead_05";

this setSpeaker "Male03ENG";

--------------------------------------------------------------

So, he should have 3 magazines in the uniform and 2 medikits.

When I run "preview" in VA, it does work.

But when I copy it in the editor, one mag disappears from the uniform.

it seems that addWeapon exported from Arsenal doesn't supply the weapon with a magazine on its own, so it takes 1 mag from the uniform to supply the weapon.

So, my question is: how to begin with 1 mag in the weapon and 3 in the uniform?

Thanks

Share this post


Link to post
Share on other sites

Add one more magazine to the saved kit?

Share this post


Link to post
Share on other sites
So, my question is: how to begin with 1 mag in the weapon and 3 in the uniform?

Add 4 magazines to the uniform (if it can hold that many), then add the weapon

If it can't hold that many, then add 3 magazines, add the weapon, then add another magazine.

There are no commands to add a magazine to a weapon directly

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  

×