TASLabz / mkw-scripts

Python Scripts for use with Dolphin Emulator. Scripts cover various utilities for creating Mario Kart Wii TASes .
7 stars 6 forks source link

Add Startslide Scripts + Pianoroll Cleanup #18

Closed ximk closed 1 year ago

ximk commented 1 year ago

Startslide scripts will now pull inputs from .csv files located in the MKW_Inputs folder, and the correct startslide will be chosen using lists containing the different startslides and the bikes that use them. These scripts will only work for GC controllers for right now.

Pianoroll has been cleaned up, and a general outline for Wii Remote + Nunchuck input functions has been added in advance while waiting for https://github.com/TASLabz/dolphin/issues/22 to complete.

ximk commented 1 year ago

Closing to fix in another PR due to major infrastructure changes.