Learn To Make Code mods Resources and Tutorials

Learn To Make Code mods Resources and Tutorials 2.3

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
  • Untddditled.png
    Untddditled.png
    907.8 KB · Views: 56
  • Untitled.png
    Untitled.png
    1.2 MB · Views: 45
  • Untitssssled.png
    Untitssssled.png
    710.3 KB · Views: 44
Author
Q10isarobot
Downloads
134
Views
893
First release
Last update

Ratings

0.00 star(s) 0 ratings

More mods from Q10isarobot

Latest updates

  1. 1.3

    - added more sample luas including "Evil smiley" custom enemy lua
  2. 1.2

    - new resources added, cycle through all models, sound, or actions in game -example big and...