Page MenuHomeFeedback Tracker

Uniforms Disappear when playing on Secnario
New, WishlistPublic

Description

This is an issue that has happened to me quite a few times , for some reason if you change a Unit uniform ,vest , gun etc , the Uniform Disappears when you play your mission on the Secnarios section ( After publishing on Steam Workshop ) . This is a weird issue as this problem only happens on the Secnario Section so the only way (that i've found out) to fix this is to either go to Multiplayer and play on LAN or download the mission and play it yourself on the Editor. Either way only the Uniforms are affected.

Details

Legacy ID
2914479124
Severity
None
Resolution
Open
Reproducibility
Always
Category
Editor
Steps To Reproduce

1.Place Unit.

  1. Change their uniform/vest/headgear , I usualy do it using the Virtual Arsenal and Export what i've selected for example :

"

comment "Exported from Arsenal by Whiplash";

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 "U_I_CombatUniform";
this addVest "V_Chestrig_oli";
for "_i" from 1 to 3 do {this addItemToVest "30Rnd_556x45_Stanag";};
for "_i" from 1 to 2 do {this addItemToVest "9Rnd_45ACP_Mag";};
for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
for "_i" from 1 to 2 do {this addItemToVest "I_IR_Grenade";};
this addItemToVest "SmokeShell";
this addItemToVest "SmokeShellGreen";
for "_i" from 1 to 2 do {this addItemToVest "Chemlight_green";};
this addBackpack "I_Mortar_01_weapon_F";
this addHeadgear "H_HelmetIA";

comment "Add weapons";
this addWeapon "arifle_Mk20C_ACO_pointer_F";
this addPrimaryWeaponItem "acc_pointer_IR";
this addPrimaryWeaponItem "optic_ACO_grn";
this addWeapon "hgun_ACPC2_F";

comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "ItemWatch";
this linkItem "ItemRadio";
this linkItem "NVGoggles_INDEP";

"
3.Save mission and Publish on Steam Workshop
4.Play mission on Secnario section and then on Multiplayer to watch the differences.

Event Timeline

PSK_Whiplash set Category to Editor.
PSK_Whiplash set Reproducibility to Always.
PSK_Whiplash set Severity to None.
PSK_Whiplash set Resolution to Open.
PSK_Whiplash set Legacy ID to 2914479124.May 8 2016, 1:09 PM