AyrA / SatisfactorySaveEditor

Savegame editor for Satisfactory
https://cable.ayra.ch/satisfactory/editor.php
MIT License
28 stars 6 forks source link

Improvement/object position and rotation #2

Closed UnknownFreak closed 5 years ago

UnknownFreak commented 5 years ago

Removes the UnknownBytes from GameObject and instead reads object rotation (as quaternion) followed by position. The old value ObjectPosition has been renamed to ObjectScale.

Also renamed the Position.cs class to Vector3 since it's also used to read object scale and position.

image