Search found 2 matches

by kemptom8
Fri Jul 16, 2021 7:44 pm
Forum: Modding and utilities
Topic: Password generator for Rayman 1 (PSX) PAL version
Replies: 7
Views: 4702

Re: Password generator for Rayman 1 (PSX) PAL version


Nice work! If you want to add support for the NTSC version you can check my source code for it if you'd like :). I reverse engineered it for the password generator in RCP. I didn't add the PAL version myself since as you said they use different data structures (but they're generally the same ...
by kemptom8
Thu Jul 15, 2021 2:19 pm
Forum: Modding and utilities
Topic: Password generator for Rayman 1 (PSX) PAL version
Replies: 7
Views: 4702

Password generator for Rayman 1 (PSX) PAL version

Hello guys!

As most of you probably know, Rayman 1 uses passwords to load/save game data if no memory card is used. These passwords are generated based on which level you are at, what levels have been completed and the system also keeps track of the number of lives and continues.
I was curious ...