Page 1 of 1

How can I make custom cheat ?

Posted: Fri May 23, 2014 12:30 pm
by Andrej
Hello. At first I want to apologyse for my bad English.
Im playing this game game since first the release and I really like clown car. Its my most favorite thing in the game. So I was wondering is there any way to make custom cheat ? I mean something like "needahammersuit" --> "needaclowncar" and clowncar will appear in the top slot and when I press drop key It will fall and I could jump on it and ride it. Because there is no way to add clown car in the levels. Only by edditing It. I tried to search cheats folder in game files and .exe file but I didnt found It. Can somebody help me please ?
Thank you and have a good day.

Re: How can I make custom cheat ?

Posted: Fri May 23, 2014 12:32 pm
by bossedit8
Sadly you can't add anything new to SMBX especially with modding the cheat code... I heard that you can modify it's name but never seen how to change it.

I really wish there will be more like something with 'Make all NPC's reappear' or something like that to the newer feature.

Re: How can I make custom cheat ?

Posted: Fri May 23, 2014 12:34 pm
by aero
Custom cheats can't be added like that. It may be possible with LunaDLL to make something similar to what you want, but I still don't think you can make a cheat code out of it.

Re: How can I make custom cheat ?

Posted: Fri May 23, 2014 12:34 pm
by Darkonius Mavakar
bossedit8 wrote:Sadly you can't add anything new to SMBX especially with modding the cheat code... I heard that you can modify it's name but never seen how to change it.

I really wish there will be more like something with 'Make all NPC's reappear' or something like that to the newer feature.
LunaDLL

Re: How can I make custom cheat ?

Posted: Sat May 24, 2014 11:22 am
by Veudekato
yes LunaDLL. use OnCustomCheat function

Re: How can I make custom cheat ?

Posted: Mon May 26, 2014 4:08 am
by Andrej
Veudekato wrote:yes LunaDLL. use OnCustomCheat function
thx :D but im too stupid to understand programming laungages myself

Re: How can I make custom cheat ?

Posted: Mon May 26, 2014 8:46 am
by bossedit8
Andrej wrote:thx :D but im too stupid to understand programming laungages myself
Well, it is not really necessary if you really want to learn it but it also never hurts to do it, even know I am not touching LunaDLL.

Re: How can I make custom cheat ?

Posted: Mon May 26, 2014 6:55 pm
by HenryRichard
Well...

#0
OnCustomCheat,0,0,1000,0,needaclowncar
#END

#1000
Your custom code here!
#END

Re: How can I make custom cheat ?

Posted: Tue May 27, 2014 2:24 am
by leif_erikson
Your request is relatively easy. Use the code the guy above gave and under #1000 use PlayerMemSet to set the contents of the reserve box to whatever you want

Re: How can I make custom cheat ?

Posted: Tue Jun 03, 2014 7:39 am
by DaSpongeBobMan
If I made one, how would I know the code?