This repository was archived by the owner on Mar 12, 2023. It is now read-only.
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
TASToolKit Frame 1 DPad Loading Error #23
Open
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
malleoz commentedon May 18, 2022
Adding the following code to the beginning of
onScriptUpdate
inMKW_TAS_Toolkit.lua
works.malleoz commentedon May 18, 2022
This issue will be on hold pending the finalization of vabold's lua script cleanup branch.
vabold commentedon May 19, 2022
Instead of calculating loadTime from the intro camera, let's instead check against the stage in Raceinfo. This is better because we can still use the original frame of input address, while not allowing inputs in the race camera.
Here is some quick pseudocode for the race stage.