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

refactored imports from Modules/ #29

Closed thatsslick closed 1 year ago

thatsslick commented 1 year ago

This change imports the modules in Modules by relative path instead of relying on the Modules/ directory being on the PYTHONPATH.

thatsslick commented 1 year ago

I don't have a working version of TTK (my path to MKW_Inputs is messed up), so somebody else may need to test that this change doesn't break anything.

malleoz commented 1 year ago

I've verified this on my end. I just had to add back a piece of code that was accidentally deleted in thatsslick's TTK_config.py file.

Since I just applied the small fix, I will override merge requirements and merge this now.