Page MenuHomeFeedback Tracker

Crates not working properly on dedicated server (Cannot take Uniform, Vest, Backpack)
Closed, ResolvedPublic

Description

On a dedicated server you cannot take clothes, or backpacks from crates.

Also, helmets vanish into oblivion on right click.

The bug has been there since the initial alpha release.

I have tried both addItemCargo/addBackpackCargo (Everywhere) and addWeaponCargoGlobal/addBackpackCargoGlobal (On the server only). Same result.

VIDEO: http://www.youtube.com/watch?v=AVuat2VFEd4

Details

Legacy ID
3851645164
Severity
None
Resolution
Open
Reproducibility
Always
Category
Inventory
Steps To Reproduce
  1. Place a crate.
  2. Apply this code to it:

clearWeaponCargo _crate;
clearMagazineCargo _crate;
_crate addBackpackCargo ["B_AssaultPack_Base", 1];
_crate addItemCargo ["U_B_CombatUniform_mcam", 1];
_crate addItemCargo ["V_HarnessO_brn", 1];
_crate addItemCargo ["H_HelmetB_paint", 1];

  1. Export as mpmission
  2. Try taking one of the items on a dedicated server.
Additional Information

I have not tested hosted multiplayer, only dedicated.
NOTHING related in the RPT files.

Event Timeline

sxp2high edited Steps To Reproduce. (Show Details)Jun 29 2013, 1:52 PM
sxp2high edited Additional Information. (Show Details)
sxp2high set Category to Inventory.
sxp2high set Reproducibility to Always.
sxp2high set Severity to None.
sxp2high set Resolution to Open.
sxp2high set Legacy ID to 3851645164.May 7 2016, 3:08 PM
MadDogX added a subscriber: MadDogX.May 7 2016, 3:08 PM

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.