Every time I load the dedicated server it fucks up my fireplace.
Edit: Note it’s Elegant Fireplace from Holiday 2020, if that’s relevant.
After I fixed it for comparison:
Every time I load the dedicated server it fucks up my fireplace.
Edit: Note it’s Elegant Fireplace from Holiday 2020, if that’s relevant.
After I fixed it for comparison:
Can confirm this in more detail. On every restart of the dedicated condo server the Fireplace scale will increase. X,Y,Z position are not affected.
These door frames also don’t keep their scale
These ones aren’t even scaled, they’re at 1.0 on all and they stil lget messed up and super wide.
The issue is from any item that had post item release fixes done. There’s code that adds backwards compatibility for condos that were saved in previous game versions. Unfortunately, due to an oversight, their backwards compatibility code is running on dedicated servers as the dedicated app has a completely different game version.
Since we serialize (save) the game build ID into the save data, it’s always different from the dedicated one. We have to change the save system to do it by game update number and not build ID and then index every game update number to build ID, which is gonna take some time.
This issue is now fixed in the next version.