byvar / raymap

Map viewer/editor for OpenSpace games (e.g. Rayman 2, 3, Arena, Tonic Trouble)
81 stars 11 forks source link

Support for Memory Loading on Linux #9

Closed PluMGMK closed 3 years ago

PluMGMK commented 4 years ago

Hey guys!

Since I already got Linux Memory Loading working in Ray1Map, I'd like to contribute it to Raymap as well. It's actually easier here, since games under Wine run natively, and so the pointers are all the same as they would be on Windows…

I also changed an if statement to a try-catch block in the SuperObject code, to get rid of an apparently-spurious NullReferenceException I was getting. Not sure if that was the right way to solve the problem, but it seems to have worked for me…

byvar commented 3 years ago

Hey :) Sorry for the late reply - I only noticed your pull request just now. Thanks for this!