BetterDeadThanZed Posted April 29, 2016 Report Share Posted April 29, 2016 I am running build 439. I haven't done any moving of objects for a long time so I was testing this newest build and I wanted to test moving. I can't seem to move anything. I tested a frequency jammer, safe and upgraded stud wall and none give me the option to move. I only get the options to remove or upgrade (or maintain for the frequency jammer). Maybe I'm doing something wrong or is this a bug? The other issue is packing safes. When I pack a safe, it simply disappears. Shouldn't it be packed, on the ground? Link to comment Share on other sites More sharing options...
vbawol Posted April 29, 2016 Report Share Posted April 29, 2016 (edited) Right now you can only use the Move option if the object is unsaved and was dropped to enable physics. Safe item return variables moved from the CfgVehicles in the mod to CfgBaseBuilding in the mission files and this was the commit: https://github.com/EpochModTeam/Epoch/commit/5744be50d301689d884ea828c4b54cb26e8fa287 UPDATE: And I forgot to use the epoch_returnconfig function... Fixed with this commit and build: 0.3.8.0440 Edited April 30, 2016 by vbawol Fixed Safe item return broken since 436 BetterDeadThanZed 1 Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted April 30, 2016 Author Report Share Posted April 30, 2016 I'm confused. I have the changes you are showing in build 0.3.8.0440 even though I have 438 and safes disappear if I use the Pack option as shown in the video. Link to comment Share on other sites More sharing options...
vbawol Posted April 30, 2016 Report Share Posted April 30, 2016 You have these lines https://github.com/EpochModTeam/Epoch/blob/a80068d588f81feed03c867fdeeb46cebf2a8f94/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_packStorage.sqf#L54-L55 in 438? 440 should fix it, if not please do report back. Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted April 30, 2016 Author Report Share Posted April 30, 2016 6 hours ago, vbawol said: You have these lines https://github.com/EpochModTeam/Epoch/blob/a80068d588f81feed03c867fdeeb46cebf2a8f94/Sources/epoch_server/compile/epoch_vehicle/EPOCH_server_packStorage.sqf#L54-L55 in 438? 440 should fix it, if not please do report back. Ah, no I don't. You previously linked to something different (https://github.com/EpochModTeam/Epoch/commit/5744be50d301689d884ea828c4b54cb26e8fa287) which didn't have those lines in it. I'll add those lines to the file. Link to comment Share on other sites More sharing options...
vbawol Posted April 30, 2016 Report Share Posted April 30, 2016 Ya sorry about that I edited my post after I noticed the issue. Link to comment Share on other sites More sharing options...