Block with incorrect rotation.

AndrewG

Refugee
Version
2.1(b5)
Platform
Windows
Durante la costruzione di un prefabbricato, ho trovato un blocco con la rotazione errata, in particolare: "cubeHalfTrimCrossHalfOffset", che ha la stessa rotazione del blocco: "cubeHalfTrimCrossHalf". Chiedo: è possibile risolvere il problema modificando la stringa nel file "blocks.xml"?
... oppure è necessario un intervento **divino**?
 
Thank you for reporting. I was able to confirm this issue and have written an internal ticket for it.
See below for xml suggestion in the meantime
 
Last edited:
You might could try adding something like
XML:
<property name="ModelOffset" value="1,0.5,1" />
to cubeHalfTrimCrossHalfOffset in shapes.xml. Tested it in game and it seemed to line up as expected.
 
Back
Top