Those Teensie ones from LOTLD look like hazard signs.
Project: UnLockRay ( ULR / REL )
Moderator: Modding and utilities team
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: 40514
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136636
Re: Project: UnLockRay ( ULR / REL )
Winter, not windy. 
Those Teensie ones from LOTLD look like hazard signs.
Those Teensie ones from LOTLD look like hazard signs.
Re: Project: UnLockRay ( ULR / REL )
sanic lust world wiz windy hill zonePluMGMK wrote:Winter, not windy.
Those Teensie ones from LOTLD look like hazard signs.
Thanks, edited
Re: Project: UnLockRay ( ULR / REL )
Has anyone noticed that this so called "plum plant" has a huge mouth, teeth and a huge tongue?GOT4N wrote:storage/21978/c22e907ea7f87aec78d14e47499c0886
Named plum_plant. Maybe Globox could do, like in Rayman 2, grow a plant with his weather power
I have a feeling this was cut because it was too freaky.
-
PluMGMK

- Posts: 40514
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136636
Re: Project: UnLockRay ( ULR / REL )
Good decision, I would surely not have played a game with something like that in it.
Re: Project: UnLockRay ( ULR / REL )
GOT4N wrote:

Notice anything?
Re: Project: UnLockRay ( ULR / REL )
Hype!RibShark wrote:GOT4N wrote:
Notice anything?
That means it's reaaalllly early
-
Adsolution

- Posts: 22233
- Joined: Sat Aug 22, 2009 4:55 pm
- Contact:
- Tings: 110541
Re: Project: UnLockRay ( ULR / REL )
I like how big his helicopter is in that screenshot, I always thought it was a bit too small in Rayman 3.
Re: Project: UnLockRay ( ULR / REL )
Most of you knew it, but I'm reposting it here:
It contains old hud and was at state when rayman had life points, I'm going to see if it still contains it
It contains old hud and was at state when rayman had life points, I'm going to see if it still contains it
Re: Project: UnLockRay ( ULR / REL )
The shirtless Rayman texture was an interesting finding, but I can't deny the fact I also found it strange. Anyway, great findings for both it and the textures added posteriorly! 
-
bunnieblaster

- Posts: 812
- Joined: Thu Mar 22, 2007 4:43 pm
- Location: The Netherlands
- Tings: 6995
Re: Project: UnLockRay ( ULR / REL )
About Rayman 2, has anyone ever noticed the Bast_10.pgb file /Data/World/Levels/Bast_10/ ?
It contains actual readable text:
And there are similar .pgb files in Earth_10, Learn_30, Raycap, Rodeo_40, Seat_10, Ski_10, Ski_60 and Water_10.
It seems these files should add an overlay (vignette) of some sort. Why it loads a random image though (Random<VigLoadCask,1,1,VigLoadMisc,1,6>) I have no idea.
Are these files even functional?
It contains actual readable text:
Code: Select all
; SCR 552
; Scripts Parser Version 5.5.2
; (c) Ubi Simulations 1997
{Vignette:
LoadLevelVignette("Random<VigLoadCask,1,1,VigLoadMisc,1,6>")
InitBarOutlineColor(255,255,255,128)
InitBarInsideColor(0,0,96,196)
InitBarColor(255,0,0,64,255,255,0,64,255,0,128,196,255,255,128,196)
CreateBar(20,430,620,445)
MaxValueBar(30)
AddBar
DisplayVignette
}
It seems these files should add an overlay (vignette) of some sort. Why it loads a random image though (Random<VigLoadCask,1,1,VigLoadMisc,1,6>) I have no idea.
Are these files even functional?
-
PluMGMK

- Posts: 40514
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136636
Re: Project: UnLockRay ( ULR / REL )
They are not functional. It seems they are uncompiled (and early!) versions of the files that tell the game what loading screen to show. The devs just forgot to delete them it seems.
-
Master

- Posts: 53542
- Joined: Sun Aug 21, 2011 10:14 am
- Location: Somewhere specific, I'd assume.
- Tings: 468310
Re: Project: UnLockRay ( ULR / REL )
Ubi Simulations? That's a new 'un.
-
PluMGMK

- Posts: 40514
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136636
Re: Project: UnLockRay ( ULR / REL )
Indeed!
Though I'm pretty sure these files were borught up twice before…
Though I'm pretty sure these files were borught up twice before…
-
Adsolution

- Posts: 22233
- Joined: Sat Aug 22, 2009 4:55 pm
- Contact:
- Tings: 110541
Re: Project: UnLockRay ( ULR / REL )
Fun thing to note: this looks almost identical to Rayman's texture from Arena, just with a few things moved around. In fact, the only things that look at all different are the hands and the bottom of the feet, the rest is just rearranged.Drolpiraat wrote:I suppose this should be posted here.
While looking through the textures of Rayman 3 HD for PS3 today, I found this thing:
storage/21963/c251cacfcb13ea89a11fdf0cf6a80793
That's Rayman. Rayman 2-style. In Rayman 3. Shirtless...
... Yup, this is a thing.
(also, so many scars!)
-
Shrooblord

- Posts: 15762
- Joined: Tue Sep 07, 2010 5:07 pm
- Location: The Buccaneer MK. II
- Tings: 68850
Re: Project: UnLockRay ( ULR / REL )
Hey, it's the code to create the rainbow loading bar. Excellent, now I can more accurately copy its colour scheme.bunnieblaster wrote:Code: Select all
{Vignette: InitBarOutlineColor(255,255,255,128) InitBarInsideColor(0,0,96,196) InitBarColor(255,0,0,64,255,255,0,64,255,0,128,196,255,255,128,196) CreateBar(20,430,620,445) MaxValueBar(30) AddBar }
Re: Project: UnLockRay ( ULR / REL )
Yep, I also found an early loading screen of Rayman 2, but I might post it later, tah lazy atm Kappa (also dem history test)
Also, Rayman 3 contains a lot of hilarious messages inside, such as vulgarious messages (such as "fini cette putain de revisite" "finished that fucking revisit") it's pretty hilarious
Also, Rayman 3 contains a lot of hilarious messages inside, such as vulgarious messages (such as "fini cette putain de revisite" "finished that fucking revisit") it's pretty hilarious
-
PluMGMK

- Posts: 40514
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136636
Re: Project: UnLockRay ( ULR / REL )
"Vulgar".
I think that was brought up before too, but it's funny nonetheless!
Re: Project: UnLockRay ( ULR / REL )
haha, sorry then xD, also, someone (not in RPC, einstein11) gave me a demo of Rayman 3 he had in a magazine, it's been build in december 2002, have to check things ;D
Re: Project: UnLockRay ( ULR / REL )
also, here is the early loading screen I found in Rayman 2

-
Shrooblord

- Posts: 15762
- Joined: Tue Sep 07, 2010 5:07 pm
- Location: The Buccaneer MK. II
- Tings: 68850
Re: Project: UnLockRay ( ULR / REL )
I'm glad they removed Rayman from the vignettes in the final version. Makes it much more atmospheric.



