monkeyman192 / MBINCompiler

A tool for decompiling No Man's Sky .MBIN files to XML format
https://monkeyman192.github.io/MBINCompiler
Other
241 stars 49 forks source link

Flatten VariableSizeString #604

Closed monkeyman192 closed 1 month ago

monkeyman192 commented 1 month ago

This will flatten VariableSizeString's in the exml so that they appear like regular strings. This was called for since the scene files now contain many of them so existing lua scripts broke. This should fix these scripts.

image