A collection of scripts meant to give you quick access to all the info you need while TASing Super Mario Galaxy!
Download Dolphin 5.0 - Lua Core, place the Lua
folder in the same directory as Dolphin.exe
, and copy the files in Scripts
into the Sys/Scripts/
folder. The emulator file structure should look something like this:
Dolphin/
├── Sys/
│ └── Scripts/
│ └── SMG.lua
├── Lua/
│ └── SMG_Core.lua
└── Dolphin.exe
Then in Dolphin, open the game, select Tools, then Execute Script, and choose the script you want to run.
If there is too much text on your screen, you don't need to know how to program to fix it:
- Open the script you want to change in a text editor
- Look for the line that says
function onScriptUpdate()
- Underneath it you will find lines that say
text = text ...
. If you add--
so that it becomes--text = text ...
it will no longer display that line of text
- Upgrade
SMG2.lua
to have as much detail asSMG.lua
- Make format consistent
- My Wiimote Input Visualizer
- Joselle's Cheat Engine RAM Watch
- SMG TASing Discord Server