Player (23)
Joined: 9/17/2014
Posts: 368
Location: France
for me it is a code used to have all the powers
Noxxa
They/Them
Moderator, Expert player (4138)
Joined: 8/14/2009
Posts: 4083
Location: The Netherlands
gamerretro2 wrote:
for me it is a code used to have all the powers
That is not what New Game+ means.
http://www.youtube.com/Noxxa <dwangoAC> This is a TAS (...). Not suitable for all audiences. May cause undesirable side-effects. May contain emulator abuse. Emulator may be abusive. This product contains glitches known to the state of California to cause egg defects. <Masterjun> I'm just a guy arranging bits in a sequence which could potentially amuse other people looking at these bits <adelikat> In Oregon Trail, I sacrificed my own family to save time. In Star trek, I killed helpless comrades in escape pods to save time. Here, I kill my allies to save time. I think I need help.
Player (23)
Joined: 9/17/2014
Posts: 368
Location: France
ok thank's mothrayas I'm going to the game without using codes i search the value and tricks
Player (23)
Joined: 9/17/2014
Posts: 368
Location: France
http://tasvideos.org/userfiles/info/19015059006603127 my lua but i have a big problem I have nothing displayed
Spikestuff
They/Them
Editor, Publisher, Expert player (2292)
Joined: 10/12/2011
Posts: 6337
Location: The land down under.
gamerretro2 wrote:
http://tasvideos.org/userfiles/info/19015059006603127 my lua but i have a big problem I have nothing displayed
To quote myself at the userfiles, just in case you don't check the comments there. "None of these values are correct to begin with. There is no point being able to help provide a lua script when all the values are incorrect."
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Player (23)
Joined: 9/17/2014
Posts: 368
Location: France
http://tasvideos.org/userfiles/info/19087516900703283 my value on vba rr 26 it's correct or not correct
Spikestuff
They/Them
Editor, Publisher, Expert player (2292)
Joined: 10/12/2011
Posts: 6337
Location: The land down under.
Considering there is a post which shows all the values... apparently yes.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Player (23)
Joined: 9/17/2014
Posts: 368
Location: France
Expert player (2582)
Joined: 6/2/2009
Posts: 1182
Location: Teresópolis - Rio de Janeiro - Brazil
I think that a little help goes a long way... Well, I couldn't understand some of the values, like what they're supposed to do, but here are the "easier" ones; Download Rayman.lua
Language: lua

while true do memory.usememorydomain("Combined WRAM") xpos = memory.read_u16_le(0x2FBE8) ypos = memory.read_u16_le(0x2E5DC) xspd = memory.read_s8(0x2FCBE) yspd = memory.read_s8(0x2FCC0) gui.text(10,130,"X Speed: "..xspd) gui.text(10,142,"Y Speed: "..yspd) gui.text(10,154,"X Posit: "..xpos) gui.text(10,166,"Y Posit: "..ypos) emu.frameadvance();end
But someone more familiar with the game, and with Lua in general, should be able to add them all. Anyone?
I am old enough to know better, but not enough to do it.