An editor for Mario Kart Double Dash's race tracks. Work in progress
WHEN YOU RUN FROM SOURCE, YOU'RE RUNNING EXPERIMENTAL BUILDS. YOU'VE BEEN WARNED.
Requirements:
- Git
- Python
To run mkdd-track-editor from source, follow these steps:
-
Make sure you have the requirements above, if not, install/get them.
-
Clone the repository:
All following commands should be executed in a CMD, Bash or Powershell window inside your desired working folder. To do this, go to a folder on your computer, click in the folder path at the top and type cmd
, then press enter.
Execute the following command:
git clone https://github.com/RenolY2/mkdd-track-editor.git
- Navigate to the project directory:
Type this into your CMD window, you're aiming to navigate to the repository's folder inside CMD
cd mkdd-track-editor
- Install the dependencies
Now we need all the dependencies for mkdd-track-editor to run. Execute:
pip install -r requirements.txt
- Run the program
Now anytime you wanna run mkdd-track-editor, you just have to open a CMD window inside the repository's folder and type:
python mkdd_editor.py