luau / UniversalSynSaveInstance

Shortly USSI. A universal saveinstance revival. This can also be edited and used as a Roblox-Format-File writer.
https://luau.github.io/UniversalSynSaveInstance/
Other
86 stars 36 forks source link

[BUG] Brand new treatunionsas parts is uhhhh #26

Closed chicken-nugget1104 closed 4 months ago

chicken-nugget1104 commented 4 months ago

Are you sure a similar issue hasn't been opened yet? no

Describe the bug this... image

To Reproduce Steps to reproduce the behavior:

  1. decomp any game with unions on solara
  2. load decomp rbxl
  3. error

Expected behavior to return the exact thing that is seen IN-GAME and not s q u a r e

Screenshots image

Executor (& Emulator if used) Name(s): Solara

Game Link: https://www.roblox.com/games/6694044007/BFB-Roleplay-II-REGULAR-Beta

phoriah commented 4 months ago

Same reason as #24

to return the exact thing that is seen IN-GAME and not s q u a r e

Which part of "TreatUnionsAsParts" is so hard to understand? Of course it's not going to be an exact replica.

chicken-nugget1104 commented 4 months ago

Same reason as #24

to return the exact thing that is seen IN-GAME and not s q u a r e

Which part of "TreatUnionsAsParts" is so hard to understand? Of course it's not going to be an exact replica.

well i need an exact replica tho ;-; saw the commit got me hyped and then dissapoint, bad behaviour there!!!

phoriah commented 4 months ago

Same reason as #24

to return the exact thing that is seen IN-GAME and not s q u a r e

Which part of "TreatUnionsAsParts" is so hard to understand? Of course it's not going to be an exact replica.

well i need an exact replica tho ;-; saw the commit got me hyped and then dissapoint, bad behaviour there!!!

If the executor doesn't support reading Unions then it's out of the script's control. The script itself supports everything, the rest is just a matter of whether your executor can read it or not 👍