On Feb. 11th 2021, I was suggested to research Papa Louie 3's Code in search of a level editor by Sour Boy, after a small discussion on Flash Game Modding, and my previous work with the medium. While it unfortunately seemed they removed the Level Editor, I had uncovered how the level data was encoded for the game, and wanted to work on a decoder so people could make level mods. Unfortunately I initially had issues with this idea, and it laid on the back burner until March 15th (My birthday :D), where I restarted my work in JS, and finished the following day. The tool was cleaned up and publicly posted on the 29th via this website.
This tool unpacks LevelMaster images into their original format. It also turns out this works for the Cactus McCoy games. Here are the LevelMaster xml's if you want to skip the decoding process.
Just as a warning, unlike the encoder, the decoder is INCREDIBLY slow, and most likely will cause the page to briefly become unresponsive. Use with caution.
As of Oct. 5th 2021, the code has been optimized to run alot better. It still may briefly freeze the page, however it is still MUCH faster.
2025 It'sJay here. Yea I know, I really should get this site's contents off Google Sites, I'm lazy. As of March 22nd, 2025, I completely eliminated the freezing issue. To say the least, my code was sub-optimal. I programmed this stuff when I was very young so suffice to say, I worked around stuff I didn't know how to do instead of just doing it. Sorry -w-