Page 1 of 1

Disable the Float and Grab Abilities for Peach?

Posted: Sun Sep 11, 2016 6:34 pm
by Stickman01
Hello, I hope this is the right forum(Sorry if it isn't though, I get lost a lot). I wanted to know if it is possible, with LunaLua, to disable the grab and floating abilites for Peach because in my episode, Super Mario Generations, I have replaced Peach with SNES SMB Mario, which I think would be strange to see the SMB Mario hold both of those abilities.

Re: Disable the Float and Grab Abilities for Peach?

Posted: Sun Sep 11, 2016 7:15 pm
by loop
Good question. I agree, it would be weird to see that. Nothing I can do.

Re: Disable the Float and Grab Abilities for Peach?

Posted: Mon Sep 12, 2016 11:04 am
by Stickman01
Oh okay. Thanks for trying

Re: Disable the Float and Grab Abilities for Peach?

Posted: Mon Sep 12, 2016 11:12 am
by Emral
Take a look at these. There's some offsets for grabbing and floating and all that. You should be able to set them to get what you want: http://wohlsoft.ru/pgewiki/SMBX_Player_Offsets

Re: Disable the Float and Grab Abilities for Peach?

Posted: Mon Sep 12, 2016 12:23 pm
by Stickman01
Enjl wrote:Take a look at these. There's some offsets for grabbing and floating and all that. You should be able to set them to get what you want: http://wohlsoft.ru/pgewiki/SMBX_Player_Offsets
Thanks so much!

So these codes, to disable/enable them, would I enter them into the file, and put =0 or =1, or =false/=true?

Re: Disable the Float and Grab Abilities for Peach?

Posted: Mon Sep 12, 2016 4:15 pm
by Hoeloe
Stickman01 wrote:
Enjl wrote:Take a look at these. There's some offsets for grabbing and floating and all that. You should be able to set them to get what you want: http://wohlsoft.ru/pgewiki/SMBX_Player_Offsets
Thanks so much!

So these codes, to disable/enable them, would I enter them into the file, and put =0 or =1, or =false/=true?
Uhh... you may want to start by learning LunaLua. These aren't just something you can stick into a config file and call it a day.

Re: Disable the Float and Grab Abilities for Peach?

Posted: Mon Sep 12, 2016 4:22 pm
by loop
Stickman01 wrote:
Enjl wrote:Take a look at these. There's some offsets for grabbing and floating and all that. You should be able to set them to get what you want: http://wohlsoft.ru/pgewiki/SMBX_Player_Offsets
Thanks so much!

So these codes, to disable/enable them, would I enter them into the file, and put =0 or =1, or =false/=true?
It isn't that simple. Do you know how to make a Lua source file? You can save them in that format in Notepad ++.
(Don't take this the wrong way. Just trying to help.)

Re: Disable the Float and Grab Abilities for Peach?

Posted: Mon Sep 12, 2016 5:04 pm
by Stickman01
Jayce 777 wrote:
Stickman01 wrote:
Enjl wrote:Take a look at these. There's some offsets for grabbing and floating and all that. You should be able to set them to get what you want: http://wohlsoft.ru/pgewiki/SMBX_Player_Offsets
Thanks so much!

So these codes, to disable/enable them, would I enter them into the file, and put =0 or =1, or =false/=true?
It isn't that simple. Do you know how to make a Lua source file? You can save them in that format in Notepad ++.
(Don't take this the wrong way. Just trying to help.)
I do actually, however, all of the coding I've used are for tests, and has only work physically, and not in-game.