I guess that Livingstone-on-plum idea was scrapped before they got around to working on anything fancy like collision detection.
Rayman 1
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: Rayman 1
Wow, I missed all those interesting edits!
I guess that Livingstone-on-plum idea was scrapped before they got around to working on anything fancy like collision detection.
I guess that Livingstone-on-plum idea was scrapped before they got around to working on anything fancy like collision detection.
-
Hunchman801

- Posts: 87629
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640257
Re: Rayman 1
At least they didn't give up the idea of dropping them on the heads of tall livingstones. 
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: Rayman 1
They probably came up with that idea second and realized it was funnier!
Re: Rayman 1
We've just ripped all the sound from the PC versions of R1: https://drive.google.com/open?id=1uUsEu ... jxJr8lGLv9
There are 3 voice clips which are unused:
- VIG_1 (Rayman 1): Some developer placeholder for the final boss...?
- VIG_0 (Rayman 1): This is an unedited version of the VIG_3 clip and doesn't have the actor's breath cut out.
- SMP_ESSAI (Designer): Also a placeholder...?
There are 3 voice clips which are unused:
- VIG_1 (Rayman 1): Some developer placeholder for the final boss...?
- VIG_0 (Rayman 1): This is an unedited version of the VIG_3 clip and doesn't have the actor's breath cut out.
- SMP_ESSAI (Designer): Also a placeholder...?
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: Rayman 1
Ah, VIG_1. I remember Jaxx discovered that one years ago and freaked everyone out with it…
-
Hunchman801

- Posts: 87629
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640257
Re: Rayman 1
I didn't know about it until now, and I'm quite happy it didn't make it to the final game. 
Re: Rayman 1
Here's a compilation of some random edits 
-
#Rubber mark#

- Posts: 4999
- Joined: Mon Jan 12, 2004 8:35 pm
- Location: Somewhere dirty and stinky... Behind you!
- Tings: 83026
Re: Rayman 1
I'd love to play the whole game in Bzzit mode. Bad Rayman mode, not no sure. 
-
Hunchman801

- Posts: 87629
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640257
Re: Rayman 1
Yeah, sounds rather stressful. Kinda like Forest mode in Resident Evil, but worse.
-
MasterHero

- Posts: 177
- Joined: Fri Jul 18, 2008 11:43 pm
- Tings: 2295
Re: Rayman 1
Yeah something like that seems to happen, thanks for clearing that upPluMGMK wrote: Mon Apr 13, 2020 11:41 am EDIT: I think what MasterHero's getting at is that certain hitpoint values make it display multiple frames at once. Maybe it's doing something funny with the hitpoints value, like interpreting it as a bit string, with each bit telling it to display a certain frame?
@RayCarrot:
I have some suggestions/questions to investigate for ;-)
- What happend to gendoors/killdoors between Rayman 1 und RD? Did they store (hardcode) the appearing sound in the behaviour ?
- How are sounds organised in PC vs PS versions? Would it be possible to use the PS sounds in the PC versions (e.g. tings)?
- Do the butterflies in jungle of the jaguar/saturn versions use the same event as the PC/PS blue ones? Any guess why we just have blue ones in the end?
- I think i saw once that the tilemaps of the ps versions are stored in each level...? How about the other versions?
- Does the cave bonus map (saturn version) work with mountain tilesets? I think I read somewhere that these worlds were just one world at some point...
- Can you already check these jagur prototypes? Would like to know whats up with the big cloud and if there is more "lost" content.
- Where to get version 1.20? Where was it sold? I didn't find any more info on that version (gameplay videos etc.)
- Can you bundle the "lost" maps for a mod :-)?
I hope at some point we finally find the source of the stone head
Re: Rayman 1
- In Rayman 1 there's a single sound table which event states can reference a sound index from. In Designer they added a second one with all the new sounds. I believe it's hard-coded to use them, but not entirely sure.MasterHero wrote: Sat May 02, 2020 12:35 pm - What happend to gendoors/killdoors between Rayman 1 und RD? Did they store (hardcode) the appearing sound in the behaviour ?
- How are sounds organised in PC vs PS versions? Would it be possible to use the PS sounds in the PC versions (e.g. tings)?
- Do the butterflies in jungle of the jaguar/saturn versions use the same event as the PC/PS blue ones? Any guess why we just have blue ones in the end?
- I think i saw once that the tilemaps of the ps versions are stored in each level...? How about the other versions?
- Does the cave bonus map (saturn version) work with mountain tilesets? I think I read somewhere that these worlds were just one world at some point...
- Can you already check these jagur prototypes? Would like to know whats up with the big cloud and if there is more "lost" content.
- Where to get version 1.20? Where was it sold? I didn't find any more info on that version (gameplay videos etc.)
- Can you bundle the "lost" maps for a mod :-)?
I hope at some point we finally find the source of the stone head![]()
s-l1600.jpg
- In the PC version the sounds are encrypted into two files, one for normal sound effects and one for cutscene sounds. On PS1 they're in a standard PS1 format (.vb). While it'd technically be possible replacing the PC sound effects, it would require editing the executable as the file offsets are hard-coded. This isn't an issue for Designer however where they're not hard-coded.
- The event types are the same for the butterflies (TYPE_NEUTRAL) as well as their states. The difference is that the different animations use different palette offsets to get the different colors (fun fact, this is how the colored plums in the Breakout minigame works on Jaguar). While this was indeed removed for the PC and PS1 releases, it can still be seen in an early PS1 demo. This somewhat returned in Designer too where you could change colors of certain events (which also works by shifting the palette offset).
- On PC each level is indeed bundles with its tiles. On PS1/Saturn the tiles are stored in the world file. For the 2D R2 demo the tiles are stored for each map (so each of the 4 layers, including the 2 backgrounds). I don't know how it works for the rom games yet (Jaguar, GBA and DSi). I'd imagine all tiles are grouped together somewhere there and references through pointers.
- Sadly it doesn't. I've tried every tileset in the game, including some of the Jaguar ones, and none of them work. Ryemanni is going to check some time if he can figure out the original tileset layout based on the indexes. Regarding the Cave and Mountain being the same world, that's indeed seems to be the case. It's even more apparent in the PC version where the Cave world's World file contains a ton of leftovers from the Mountain world.
- I'm really excited to eventually get to the Jaguar prototypes, but that will be quite difficult. There's no file structure to go by and no emulator with debugging support. Eventually we'll get to it, but it might take a while sadly.
- There are multiple PC versions; 1.00, 1.10, 1.12, 1.20 and 1.21. The most common one is 1.21 which comes with Rayman Forever. The 1.12 and 1.20 releases are the ones you'll commonly find in releases with just Rayman 1.
- Which lost maps are you referring to?
-
MasterHero

- Posts: 177
- Joined: Fri Jul 18, 2008 11:43 pm
- Tings: 2295
Re: Rayman 1
Much thanks for the inside looks :-)
Could be something like a "lost levels" pack for pc, which could also include the first band land map from the ps version.
Later the jaguar exclusive/prototype maps could be added, if possible.
I mainly mean the maps from the RD demo as well as the ones from the earliest ps demo.
Could be something like a "lost levels" pack for pc, which could also include the first band land map from the ps version.
Later the jaguar exclusive/prototype maps could be added, if possible.
Re: Rayman 1
The Designer demo maps can't be added since they use Designer specific events (like the colored tings). But the rest should in theory be possible, yeah. Only problem is we'd need to replace an existing map for each then since it's not possible adding new ones. We could probably convert them to Mapper maps eventually though so you can add them there.
-
MasterHero

- Posts: 177
- Joined: Fri Jul 18, 2008 11:43 pm
- Tings: 2295
Re: Rayman 1
The mapper solution sounds good.
Or like they did it with the 60 additional levels: Bundle some designer maps to a standalone build...
So these "lost" maps could probably added to or exchanged from the "60 levels" release.
edit: Just checked, you can't add maps to "60 levels", the number of maps seem to be hardcoded somewhere.
(But you can exchange maps between "fanpack" and "60 levels").
Or like they did it with the 60 additional levels: Bundle some designer maps to a standalone build...
So these "lost" maps could probably added to or exchanged from the "60 levels" release.
edit: Just checked, you can't add maps to "60 levels", the number of maps seem to be hardcoded somewhere.
(But you can exchange maps between "fanpack" and "60 levels").
-
Hunchman801

- Posts: 87629
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640257
Re: Rayman 1
And that black guy smoking a cigar. And those green carnivorous plants. And those tiny enemies that look like early versions of antitoons.MasterHero wrote: Sat May 02, 2020 12:35 pm I hope at some point we finally find the source of the stone head![]()
Well, it's probably all gone.
-
MasterHero

- Posts: 177
- Joined: Fri Jul 18, 2008 11:43 pm
- Tings: 2295
Re: Rayman 1
Sure, especially the guy smoking a cigar. I think most of these stuff was nerver really in the game, they did just some tests or collages. I just have a small hope that the stone head was at least in a little bit more advanced game state. The screenshot with the stone head looks a little bit like a collage (same for the small living stone riding a spider), but it is almost embedded in the moutain tileset, so there is a small glimpse of hope that this piece of art still exists somewhere in some gamecodeHunchman801 wrote: Sun May 03, 2020 3:24 pm And that black guy smoking a cigar. And those green carnivorous plants. And those tiny enemies that look like early versions of antitoons.
Well, it's probably all gone.![]()
Re: Rayman 1
I can't really tell if it's part of the tilemap or if it's an object. Either way it's not in any of the versions we have reverse engineered. While these images are mock-ups, it wouldn't surprise me if they implemented it in some form to the game at one point. It'll be interesting to see what hidden in the Jaguar versions, as well as the GBA version (which we already know has some unused multiplayer maps and such, some of which Got4n found).
Re: Rayman 1
After having extracted the PS1 animations I thought I'd share some of the interesting ones:
Moskito chasing you with the correct color. Nothing special really since he's just a palette swap, but still nice seeing it like this. So while Bad Rayman is a copy of Rayman with another palette they never did the sprite for when he's scared. On PC this animation is completely broken since the sprite itself is missing, while on PS1 it switches back to Rayman's palette colors. Some unused death animation. This was removed from the PC release. And some stuff from the Japanese demos:
Red plum swing: Broken yellow 360 plum swing; (and now I reached my upload limit so I'll continue in the next post...)
Moskito chasing you with the correct color. Nothing special really since he's just a palette swap, but still nice seeing it like this. So while Bad Rayman is a copy of Rayman with another palette they never did the sprite for when he's scared. On PC this animation is completely broken since the sprite itself is missing, while on PS1 it switches back to Rayman's palette colors. Some unused death animation. This was removed from the PC release. And some stuff from the Japanese demos:
Red plum swing: Broken yellow 360 plum swing; (and now I reached my upload limit so I'll continue in the next post...)
Re: Rayman 1
(continuing from above post...)
Unused road sign: Unused animations from when The Magician gave you a scroll (can be seen in early Jaguar footage): And finally the Rayman 2 prototype:
Unused fist platform power (can be enabled by editing the game memory): Wall climbing: The speed is wrong on some of these. The Rayman 1 animation system is very annoying as the speed is never stored with the animation itself.
Unused road sign: Unused animations from when The Magician gave you a scroll (can be seen in early Jaguar footage): And finally the Rayman 2 prototype:
Unused fist platform power (can be enabled by editing the game memory): Wall climbing: The speed is wrong on some of these. The Rayman 1 animation system is very annoying as the speed is never stored with the animation itself.
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: Rayman 1
Ah, so the "correct-colour Moskito" fruit chase sprite wasn't exclusive to the Jaguar version!
I had always assumed that there was some limitation of the PS and Saturn versions that prevented the correct colour scheme from being used, even if that never really made sense… I think this invites another decade of ink-spilling on the Bzitt/Moskito situation. 
I remember seeing the broken scared animation years ago when Jaxx used Cheat Engine to make the player character use the Bad Rayman sprites in the final boss fight. Jaxx's name keeps coming up – I wonder how much he might have discovered but didn't share…
I wonder what the idea was with the scrolls. That feels like a concept that was recycled for the educational games.
I remember seeing the broken scared animation years ago when Jaxx used Cheat Engine to make the player character use the Bad Rayman sprites in the final boss fight. Jaxx's name keeps coming up – I wonder how much he might have discovered but didn't share…
I wonder what the idea was with the scrolls. That feels like a concept that was recycled for the educational games.
