Page 1 of 1

Player Hitboxes

Posted: Sat Dec 22, 2018 11:00 am
by Paracosm
Does anyone know how to edit hitboxes of player? I tried several methods, none of them worked though :| :(

Re: Player Hitboxes

Posted: Sat Dec 22, 2018 11:41 am
by PixelPest
Moved to Help and Support. Please ask questions about SMBX here.

It depends on what version you're using of SMBX or if you're using the 38A engine. In 1.3 you can't, in SMBX2 you can edit them using the Player Callibrator which is included

Re: Player Hitboxes

Posted: Sat Dec 22, 2018 12:54 pm
by Eri7
In smbx38A you can edit the hitboxes but its a bit buggy through scripts.

Code: Select all

char(1).pwidth and char(1).pheight

Re: Player Hitboxes

Posted: Sun Dec 23, 2018 9:52 am
by Paracosm
PixelPest wrote:
Sat Dec 22, 2018 11:41 am
Moved to Help and Support. Please ask questions about SMBX here.

It depends on what version you're using of SMBX or if you're using the 38A engine. In 1.3 you can't, in SMBX2 you can edit them using the Player Callibrator which is included
Ok sorry, i am new here

Added in 1 minute 5 seconds:
Eri7 wrote:
Sat Dec 22, 2018 12:54 pm
In smbx38A you can edit the hitboxes but its a bit buggy through scripts.

Code: Select all

char(1).pwidth and char(1).pheight
Thanks for script it worked, but yeah buggy as you said, there is no other chance to do that at the moment i guess, right?