austinleroy

Results 4 issues of austinleroy

Hello! I saw the post for Symphonia on Reddit a little while back and it immediately piqued my interest. I love writing code in Rust, and I've actually done a...

I was helping someone in the forum try and decompile the P3Remake script "P3R/Content/Xrd777/Battle/Support/BMD_BtlSupportFuka.uasset" and needed these changes for the decompilation to be successful. This didn't break any of the...

Adding an escape sequence for brackets, updating decompile to utilize it, and adding a test for it. Made this a separate PR from my cross-platform updates since there shouldn't be...

Basically I just: - updated the Compiler & LibraryTests projects to use dotnet core rather than the framework - changed file paths to use `/` rather than `\\` - added...