Reply To: Modding

Home Forums General Discussions Forum Modding Reply To: Modding

RizDub
@rizdub

So…

I’m trying to decompile the gamelogic file in the Mac version (to try to find out why Bubbles and the Birdday Party ambience have lower pitches), but unluac doesn’t seem to be able to finish the task. Partway through I get an error:
“Exception in thread “main” java.lang.OutOfMemoryError: Java heap space”
followed by some additional info, and I can’t figure out why. I also tried the same with the gamelogic file of AB Rio (iOS 2.6.6), and I get a similar error that starts with:
“Exception in thread “main” java.lang.StackOverflowError”
followed by similar info that repeats over and over again, and its resulting file contains code that starts repeating over and over again for almost 5MB before it just stops.