Sneer Posted September 16, 2019 Report Share Posted September 16, 2019 Placing objects (burn barrel, water pump, sink, sun shade, field toilet, watch tower, portable lights, bar gate) all move after server restart and keep moving to the east in small increments. Very annoying. Light poles, any floors, walls, safes, shelves, solar panels, jammers, work benches do not move and stay firm. Link to comment Share on other sites More sharing options...
He-Man Posted September 16, 2019 Report Share Posted September 16, 2019 I have not noticed this by myself for now, but by chance I found something. In general the items should not move, but at least on maintain they could. Is it only after maintaining something? If so, you could try: Find this line:https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_server/compile/epoch_bases/EPOCH_saveBuilding.sqf#L25 and change it like this: _worldspace = [(getposATL _this call EPOCH_precisionPos), vectordir _this, vectorup _this]; change to: _worldspace = [(getposATL _this), vectordir _this, vectorup _this]; I am not sure if this works, but it could be the issue you have explained. So please make a backup of your database first! And please give some feedback! Link to comment Share on other sites More sharing options...
Sneer Posted September 17, 2019 Author Report Share Posted September 17, 2019 I have made the line change. I'll run it for the next day and get back to you. Thanks Link to comment Share on other sites More sharing options...
Sneer Posted September 17, 2019 Author Report Share Posted September 17, 2019 Objects are still moving, I had put in the line then rebooted and replaced the items and they are still moving. This only affects Tanoa, my Altis server is fine. Link to comment Share on other sites More sharing options...
He-Man Posted September 17, 2019 Report Share Posted September 17, 2019 On each restart or only after maintain? Link to comment Share on other sites More sharing options...
Sneer Posted September 17, 2019 Author Report Share Posted September 17, 2019 I'm almost positive restart, I can move the objects just by restarting the server over and over. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now