Page 15 of 17

Re: Rayman Classic

Posted: Mon Dec 12, 2016 11:12 pm
by RayCarrot
Shadowrayman wrote:I can't even beat space mama with these dam touch controls! :pascontent: :grrr: :grrr: :pascontent: can someone tell me how to configure controllers?
It should work automatically I'd think. What controller are you using? I've never used a mobile controller before myself. Does it work fine in other games, like Adventures?

Re: Rayman Classic

Posted: Tue Dec 13, 2016 12:05 am
by Shadowrayman
Carrot-master wrote:
Shadowrayman wrote:I can't even beat space mama with these dam touch controls! :pascontent: :grrr: :grrr: :pascontent: can someone tell me how to configure controllers?
It should work automatically I'd think. What controller are you using? I've never used a mobile controller before myself. Does it work fine in other games, like Adventures?
Well working automatically... ok in other mobile games like Minecraft, in Minecraft it's already got it in the options but it only requires Xbox live (which I don't have and don't own an Xbox only a stupid PS4, wish I had PS3 I would have got to play most Rayman games and other games that aren't Rayman) well I have three controllers: Microsoft sidewinder GAMEPAD pro, Microsoft SideWinder 3D Pro and two PS4 controllers. Are they compatible with the game? How do I work the controllers so my iPhone recognises it?

Re: Rayman Classic

Posted: Tue Dec 13, 2016 8:16 am
by RayCarrot
Shadowrayman wrote:
Carrot-master wrote:
Shadowrayman wrote:I can't even beat space mama with these dam touch controls! :pascontent: :grrr: :grrr: :pascontent: can someone tell me how to configure controllers?
It should work automatically I'd think. What controller are you using? I've never used a mobile controller before myself. Does it work fine in other games, like Adventures?
Well working automatically... ok in other mobile games like Minecraft, in Minecraft it's already got it in the options but it only requires Xbox live (which I don't have and don't own an Xbox only a stupid PS4, wish I had PS3 I would have got to play most Rayman games and other games that aren't Rayman) well I have three controllers: Microsoft sidewinder GAMEPAD pro, Microsoft SideWinder 3D Pro and two PS4 controllers. Are they compatible with the game? How do I work the controllers so my iPhone recognises it?
I'm quite sure those controllers are PC controllers, so they won't work on an iPhone. The PS4 controller definitely won't work. I think Android phones may have some apps to allow other bluetooth controllers, like a Dualshock 3, but I highly doubt that's on iPhone. I'm quite sure you've got to have a specific iOS controller, or at least one where it says it supports it.
I'm not sure what you mean about Mincecraft, but if it works there it might have some built-in support for Microsoft controllers or something, I don't know.

Re: Rayman Classic

Posted: Sat Dec 17, 2016 12:47 pm
by NyaNyaLily
Alright, I broke the game.
Image

I paused the game and put my phone on standby during the Mr. Sax chase, and then this happened. Maybe I accidentaly paused the game during the exact frame at which the level starts to scroll faster. :fou:

Also someone fucked around with the time limits for the magician's minigames.

Re: Rayman Classic

Posted: Sat Dec 17, 2016 1:09 pm
by RayCarrot
Every time you pause at the auto-scroller it will just freeze the camera when you un-pause. I've so far only got it happening at the Sax chase, though it might work at other places as well. The frame you pause doesn't matter.

Re: Rayman Classic

Posted: Sat Dec 17, 2016 4:37 pm
by Haruka
The achievements are not working the best here. I got a bug that enforces me to start a new file over if I want to trigger the Space Mama achievement, because I already passed her and nothing was given even when I replayed it. And it had to be the worst level of the whole game. *Sigh*

Re: Rayman Classic

Posted: Sat Dec 17, 2016 6:52 pm
by RayCarrot
Yeah, same for me. I didn't get the Space Mama one until my second playthrough. I've still not got the one for getting back 3 of Rayman's powers... The leaderboards are also broken, since they don't update if you don't finish the last stage of a level (which you can't as some final stages, like bosses, aren't replayable).

Re: Rayman Classic

Posted: Wed Dec 21, 2016 9:36 pm
by Shadowrayman
CHRdutch wrote:Alright, I broke the game.
Image

I paused the game and put my phone on standby during the Mr. Sax chase, and then this happened. Maybe I accidentaly paused the game during the exact frame at which the level starts to scroll faster. :fou:

Also someone fucked around with the time limits for the magician's minigames.
That's happened to me before. And also I defeated Mr. Sax in the chase in Rayman advance and there was a glitch when Mr. Sax was still alive in the next round but he was indestructible and I tried to attack him and nothing happened :shock:

Re: Rayman Classic

Posted: Wed Dec 21, 2016 10:06 pm
by RayCarrot
Shadowrayman wrote:And also I defeated Mr. Sax in the chase in Rayman advance and there was a glitch when Mr. Sax was still alive in the next round but he was indestructible and I tried to attack him and nothing happened :shock:
How did you manage to defeat him during the chase? I didn't think it was possible to deal enough damage.
Why you couldn't defeat him during the second part is probably because the game only checks when his health hits 0 whenever you deal a hit in the second phase. So when you hit him in the second phase it goes below 0 to -1 which it doesn't see as him being defeated.

Re: Rayman Classic

Posted: Wed Dec 21, 2016 10:16 pm
by Shadowrayman
Carrot-master wrote:
Shadowrayman wrote:And also I defeated Mr. Sax in the chase in Rayman advance and there was a glitch when Mr. Sax was still alive in the next round but he was indestructible and I tried to attack him and nothing happened :shock:
How did you manage to defeat him during the chase? I didn't think it was possible to deal enough damage.
Why you couldn't defeat him during the second part is probably because the game only checks when his health hits 0 whenever you deal a hit in the second phase. So when you hit him in the second phase it goes below 0 to -1 which it doesn't see as him being defeated.
There is a way you can defeat him before 2nd round see the video here: jaxx the creator of this video managed not to get the glitch, he was playing the DOS version, maybe that's why because I did it in Rayman advance so that version has more glitches then the DOS version. I will do some more stuff about this maybe I should try it in the DOS version.

Re: Rayman Classic

Posted: Wed Dec 21, 2016 10:41 pm
by RayCarrot
Your link doesn't work, but I assume you mean this video: It seems like the PC version checks if Sax is defeated when you enter the second phase, which is something I guess the GBA version skips. They should have had it check for a value below 1 rather than it being exactly 0, which is something I don't understand why so many games do...

Re: Rayman Classic

Posted: Thu Dec 22, 2016 12:07 pm
by PluMGMK
IIRC it's an unsigned integer, so it loops around to 255. So maybe check for <1 or >12. XD

Re: Rayman Classic

Posted: Thu Dec 22, 2016 12:19 pm
by RayCarrot
Ah, that'd make sense. So the game might very well check for it being below 1. Well, so if you continue hitting him until it reaches 0 again I guess that should defeat him eventually :P

Re: Rayman Classic

Posted: Thu Dec 29, 2016 5:22 pm
by arenak111
This game doesn't support Dualshock 4 Bluetooth Controller :( Ubisoft why?

Re: Rayman Classic

Posted: Fri Dec 30, 2016 12:33 am
by Eren
It doesn't work with any bluetooth controller sadly on android, which is also one of the reasons I don't play it anymore (and now that it's free I feel kinda scammed)

Re: Rayman Classic

Posted: Fri Dec 30, 2016 8:04 am
by Bzzit
I can't even get past band land with the touch controls.

Re: Rayman Classic

Posted: Fri Dec 30, 2016 12:40 pm
by arenak111
With touch controls this will be pretty hard XD

Re: Rayman Classic

Posted: Fri Dec 30, 2016 12:43 pm
by arenak111
Good for me I have still my PSP and PSX Rayman copy, actually I passed Moskitos Nest

Re: Rayman Classic

Posted: Fri Dec 30, 2016 12:44 pm
by Fifo
If you want to add information then please EDIT your last post, don’t post twice.

Re: Rayman Classic

Posted: Thu Nov 30, 2017 8:46 pm
by Aaron
People, don't get your hopes up for this game. This version of the game is much harder than the PS1 version because of the stupid touch controls, and they just DON'T WORK. Trust me, it's much better on other consoles.