Do you want to make Code mods and don't know where to start? Start here!!!
This mod contains many useful code resources that are easy for a beginner to understand and use.
I have also made a tutorial (featured below) and more are planned to come.
this mod contains SEVERAL code mods in one folder, they are meant to be used as starting points for you to make your own mods
RESOURCES:
HoldLtoenterPU.lua = this is the mod that is made in my tutorial video, hold L to multiply players current speed * 2.
this will allow you so much speed that you can clip into parallel universes.
PlayerSizeControl.lua = press dpad up or down to make player bigger or smaller, press Y to return to 0
PressLtoResetinStartMenu = while the game is paused, press L to reset players position to the start of the level. this is a conveniant way to prevent softlock. ROMHACK MAKERS: you can copy this code into the main.lua file in your romhack, this is great for testing maps or just keeping players from getting softlocked.
PressUptoSpawnRandomEnemy.lua = press the up button to spawn a random enemy near the player
Simpletimer.lua = a timer that counts up every second as you play
CyclethroughActions.lua = view all of the actions in the game (minus some that would cause softlock)
Cyclethroughmodels.lua = view all of the 3d Models in the game (minus some that dont show up)
Soundtest.lua = test all sounds from the game (minus some that are silent)
Bigmario Example.lua = an example of mini mario and Mega mario powerups
SpawnanevilSmiley.lua = an simple example of a custom Enemy
TUTORIAL:
LINKS:
Hooks List
Mario State
Constants
More Examples
Player Sounds
PERMISSION
all of the code in this mod is free to use in your mods no credit.
this is a resource to use as a starting point to make your own mods
This mod contains many useful code resources that are easy for a beginner to understand and use.
I have also made a tutorial (featured below) and more are planned to come.
this mod contains SEVERAL code mods in one folder, they are meant to be used as starting points for you to make your own mods
RESOURCES:
HoldLtoenterPU.lua = this is the mod that is made in my tutorial video, hold L to multiply players current speed * 2.
this will allow you so much speed that you can clip into parallel universes.
PlayerSizeControl.lua = press dpad up or down to make player bigger or smaller, press Y to return to 0
PressLtoResetinStartMenu = while the game is paused, press L to reset players position to the start of the level. this is a conveniant way to prevent softlock. ROMHACK MAKERS: you can copy this code into the main.lua file in your romhack, this is great for testing maps or just keeping players from getting softlocked.
PressUptoSpawnRandomEnemy.lua = press the up button to spawn a random enemy near the player
Simpletimer.lua = a timer that counts up every second as you play
CyclethroughActions.lua = view all of the actions in the game (minus some that would cause softlock)
Cyclethroughmodels.lua = view all of the 3d Models in the game (minus some that dont show up)
Soundtest.lua = test all sounds from the game (minus some that are silent)
Bigmario Example.lua = an example of mini mario and Mega mario powerups
SpawnanevilSmiley.lua = an simple example of a custom Enemy
TUTORIAL:
LINKS:
Hooks List
Mario State
Constants
More Examples
Player Sounds
PERMISSION
all of the code in this mod is free to use in your mods no credit.
this is a resource to use as a starting point to make your own mods