A tool to support Super Mario Sunshine Tool Assisted Speedrun/Superplay https://pypi.org/project/supSMSTAS/
Go to file
sup39 2ae48aafda [v0.0.1.2] consider the -1 area of triangles 2022-07-20 04:29:28 +09:00
LICENSES update license info to dolphin's style 2022-06-26 21:42:52 +09:00
src/supSMSTAS [v0.0.1.2] consider the -1 area of triangles 2022-07-20 04:29:28 +09:00
.gitignore [v0.0.1] init 2022-06-26 04:29:05 +09:00
CHANGELOG.md [v0.0.1.2] consider the -1 area of triangles 2022-07-20 04:29:28 +09:00
COPYING add GPLv3 compatibility notice in COPYING 2022-06-26 22:01:21 +09:00
MANIFEST.in [v0.0.1] init 2022-06-26 04:29:05 +09:00
README.ja.md fix typo 2022-07-19 07:23:18 +09:00
README.md add `-U` for install/update in README 2022-07-19 07:13:07 +09:00
pyproject.toml [v0.0.1] init 2022-06-26 04:29:05 +09:00
setup.cfg [v0.0.1.2] consider the -1 area of triangles 2022-07-20 04:29:28 +09:00

README.md

supSMSTAS

English | 日本語

A tool to support Super Mario Sunshine Tool Assisted Speedrun/Superplay

Installation/Update

pip install -U supSMSTAS

⚠️ Python 3.8 or above is required

Usage

python -m supSMSTAS

Required Gecko code

You need to add and activate the following Gecko code in Dolphin:

C20ECDE0 00000004
3C60817F 80631000
7C631B79 38600258
41820008 38600096
60000000 00000000
C20ED284 00000005
4E800021 3D60817F
816B1010 55608380
2800817E 4082000C
7D6803A6 4E800021
60000000 00000000

Make sure to disable those codes that alter QF sync (advance by QF) or render triangle/hitbox if you are using any of them.

If the checkboxes in the Runtime tab don't work, try to disable all Gecko codes in Dolphin (except the required Gecko code mentioned above).

Execute the source code directly

To install dependencies, the easiest way is to run the following command in the root directory of the package:

pip install .

Due to some module/script problems, in order to start the program, instead of using python path/to/supSMSTAS/__main__.py (as script), make sure to use python -m path.to.supSMSTAS (as module) outside the src/supSMSTAS/ directory. For example, if you are in the src/ directory, you can run the following command:

python -m supSMSTAS