Epoch-Admin-Tools icon indicating copy to clipboard operation
Epoch-Admin-Tools copied to clipboard

All Weapons/ Items Crate spawns items outside crate

Open MollyXVI opened this issue 7 years ago • 5 comments

How to prevent this from happening? It's annoying and Laggy and the items on the ground isn't Private even tho the crate is. http://steamcommunity.com/sharedfiles/filedetails/?id=1179583712

MollyXVI avatar Oct 24 '17 15:10 MollyXVI

Caused by a change the dev made to storage. Lower the item count or try different crates until one works. The large ordinance crates that missions use may work.

noxsicarius avatar Oct 27 '17 03:10 noxsicarius

If i where to use a large vehicle ammo box (fucking huge) i then need to change ther spawn location to 2-5m in front of me instead of 0.5m in front, how do i do that?

MollyXVI avatar Oct 27 '17 10:10 MollyXVI

Pretty sure you would need to add a + modifier _pos = [(_pos select 0)+1*sin(_dir),(_pos select 1)+1*cos(_dir), (_pos select 2)]; changed to _pos = [(_pos select 0)+3*sin(_dir),(_pos select 1)+3*cos(_dir), (_pos select 2)];

noxsicarius avatar Oct 29 '17 16:10 noxsicarius

That worked, but changing the box classname to RUVehicleBox didn't prevent items from spawning arround on the ground.

MollyXVI avatar Oct 30 '17 10:10 MollyXVI

Seems like they over limited space in the new updates. You may just have to lighten the box load. Cut it in half and see if it happens still

noxsicarius avatar Nov 09 '17 14:11 noxsicarius