Skip to content

MikeXander/SMGScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMGScripts

A collection of scripts meant to give you quick access to all the info you need while TASing Super Mario Galaxy!

Sample Image

Running the Scripts

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.

How Do I Hide Info?

If there is too much text on your screen, you don't need to know how to program to fix it:

  1. Open the script you want to change in a text editor
  2. Look for the line that says function onScriptUpdate()
  3. 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

To Do:

  • Upgrade SMG2.lua to have as much detail as SMG.lua
  • Make format consistent

See Also:

About

Various scripts for SMG TASing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages