PluMGMK
Administrator
- Messages
- 40,600
- Tings
- 136,950
Hello RaymanPC! I've made a few EXE-patchers for 2D PC Rayman games to fix/augment their functionality in various ways. They are written in Rust and their source code is published on GitHub. They should be simple enough to use: simply drag the EXE for the game in question onto the patcher, and it will patch it and create a backup file automatically.
Patcher for the GOG version of Rayman 1 (RAYMAN.EXE) to make it honour the language setting (instead of forcing English): Windows binary download – Source code
Patcher for Rayman Designer (RAYKIT.EXE) to enable colouring and frame-freezing of letters, numbers and artworks from the Educational games, and associated Events Editor functionality (to be used in conjunction with Ray1Map's ETA/DES transfer feature): Windows binary download – Source code
Patcher for Rayman Designer (RAYKIT.EXE) to enable the use of red insta-killing moving/swinging pricklies and bouncy platforms: Windows binary download – Source code
Original post below:
Hey all, PluM here with another Rayman 1 hack! This time, it's a small tool to make the version of Rayman 1 from GOG honour the user-chosen language setting instead of forcing it to English.
If you're on Windows (either 32- or 64-bit), you can just download the tool, put it in the same folder as RAYMAN.EXE and then drag the latter file onto it. You can also invoke it from the command line, if you prefer.
If you're nervous about downloading an EXE, you can take a look at the source code (in Rust) and see that it doesn't do anything sketchy.
Now, if you have the GOG version of Rayman Forever, you can use Rayman Control Panel to set the language to "French" or "German", and it won't magically reset itself to "English" when you run the game! I'm not actually sure how many people have access to only this version, and need to play in another language, but here it is just in case!
Thanks to RayCarrot for helping me get my bearings with disassembling and patching Rayman 1 and related EXEs, and understanding how the game does things in general!
Original post below:
Hey all, PluM here with another Rayman 1 hack! This time, it's a small tool to make the version of Rayman 1 from GOG honour the user-chosen language setting instead of forcing it to English.
If you're on Windows (either 32- or 64-bit), you can just download the tool, put it in the same folder as RAYMAN.EXE and then drag the latter file onto it. You can also invoke it from the command line, if you prefer.
If you're nervous about downloading an EXE, you can take a look at the source code (in Rust) and see that it doesn't do anything sketchy.
Now, if you have the GOG version of Rayman Forever, you can use Rayman Control Panel to set the language to "French" or "German", and it won't magically reset itself to "English" when you run the game! I'm not actually sure how many people have access to only this version, and need to play in another language, but here it is just in case!
Thanks to RayCarrot for helping me get my bearings with disassembling and patching Rayman 1 and related EXEs, and understanding how the game does things in general!