https://github.com/javidpack/magicy
Auto-Y tool for MKWii custom tracks.
https://github.com/javidpack/magicy
Last synced: 11 months ago
JSON representation
Auto-Y tool for MKWii custom tracks.
- Host: GitHub
- URL: https://github.com/javidpack/magicy
- Owner: JavidPack
- Created: 2014-03-20T22:52:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T23:47:28.000Z (about 12 years ago)
- Last Synced: 2025-02-01T11:13:46.969Z (over 1 year ago)
- Language: Python
- Size: 699 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Current Version: 1.3
AutoY is a tool that runs alongside KMP editors to facilitate Y positioning of objects in a Mario Kart Wii custom course. Currently, it works with KMP Cloud. KMP Modifier, a program similar to KMP Cloud, already has an auto-y feature.
Usage is outlined in this forum post: http://www.mariokartwii.com/f101/magicy-kmp-cloud-auto-generated-y-coordinates-103337.html
There are two components, the autohotkey script which allows the use of a global hotkey (ctrl-y), and the python script, which does the y value calculations.
Python 2.7 is a current requirement, but hopefully I fix the codeso that it would work with either 2.7 or 3.x soon. Another possibility is rewriting the algorithm completely in the autohotkey script.
For compiling, autohotkey must be installed. (http://www.autohotkey.com/) From the start menu select the "Convert .ahk to .exe" option and set the input, output, and icon options and then click convert.