Page 1 of 1
Hacking your level's code
Posted: Tue Jul 08, 2014 11:45 pm
by lighthouse64
Have any of you found some code for your level?? (when it opens with notepad) I have. I think all I've seen is booleans, strings, and integers. Maybe the numbers are for tiles???
How some code looks like:
16291944
#FALSE#
#FALSE#
0
#FALSE#
#FALSE#
""
0
0
0
0
0
16291944
#FALSE#
#FALSE#
0
#FALSE#
#FALSE#
""
You can also edit the code to hack it

Re: Hacking your level's code
Posted: Tue Jul 08, 2014 11:56 pm
by SMBXxer
I found this out when I was a noob at SMBX.
And, please explain how you can hack it, if you can at all.
Re: Hacking your level's code
Posted: Wed Jul 09, 2014 12:33 am
by lighthouse64
SMBXxer wrote:I found this out when I was a noob at SMBX.
And, please explain how you can hack it, if you can at all.
Uh you could change the booleans and the tile numbers. It would mess up your game

Re: Hacking your level's code
Posted: Wed Jul 09, 2014 12:48 am
by SMBXxer
lighthouse64 wrote:SMBXxer wrote:I found this out when I was a noob at SMBX.
And, please explain how you can hack it, if you can at all.
Uh you could change the booleans and the tile numbers. It would mess up your game

That would not work.
Re: Hacking your level's code
Posted: Wed Jul 09, 2014 1:38 am
by Mable
Smbx is not a hacking programm... so this isn't kinda hacking.
Re: Hacking your level's code
Posted: Wed Jul 09, 2014 2:38 am
by Emral
Lighthouse posted 1.5 block attributes. The large numbers are the coordiantes, the 32s and 64s are the hitbox, the FALSEs and TRUEs are stuff like slippery or invisible.
You can change the hitbox and make 64x32 slopes for example.
Re: Hacking your level's code
Posted: Wed Jul 09, 2014 12:02 pm
by HeroLinik
Yeah. SkyBlueYoshi actually posted a tutorial for this as far as I'm aware. The original tutorial has been lost, but I reposted it somewhere here.
Here it is, for your reference.
Re: Hacking your level's code
Posted: Wed Jul 09, 2014 12:51 pm
by lighthouse64
castlewars wrote:Yeah. SkyBlueYoshi actually posted a tutorial for this as far as I'm aware. The original tutorial has been lost, but I reposted it somewhere here.
Here it is, for your reference.
Thx

. You've been lots of help lately

.
I'm gonna mess my game up after that.

Re: Hacking your level's code
Posted: Thu Jul 10, 2014 3:08 am
by Veudekato
Re: Hacking your level's code
Posted: Thu Jul 10, 2014 7:26 am
by lighthouse64
That sure is what I call coding your game.