Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.95 FOB Buildings move on restart of the server #48

Closed
JamieKG opened this issue May 3, 2017 · 1 comment
Closed

0.95 FOB Buildings move on restart of the server #48

JamieKG opened this issue May 3, 2017 · 1 comment

Comments

@JamieKG
Copy link

JamieKG commented May 3, 2017

I've noticed buildings have moved after a server restart
this http://i.imgur.com/xjP6zdU.jpg
will turn into this http://i.imgur.com/9BtXYiS.jpg
that is from one server restart

@Wyqer
Copy link
Member

Wyqer commented May 4, 2017

This was always a problem in Liberation, yes.
I've already tried to find a way to prevent it from happen (disable collision while savegame load placing, use other position formats, etc.) but it won't work.
Analysing the savegames over some save / loads resulted in this sheme:
Save with positions "1"
Save is in profile with positions "1"
Loaded savegame places everything with positions "1"
Next save will save positions "2"
and so on.

So it has to be something while placement or with position reading during the game. Mostly it happens to walls, because they are very near to each other. But even with using "CAN COLLIDE" during placement, it don't fix it.
So at the moment I'm not able to fix it and won't be looking into that during 0.95 development (if no one has a great idea, fix or hint which I haven't tried already).
During the Code optimization phase after 0.95 release, I'll maybe have a way to prevent it or at least try it again.

@Wyqer Wyqer added the BI fault label May 4, 2017
@Wyqer Wyqer closed this as completed May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants