This repository contains various scripts for automating processes related to Intermezzi. Currently, there are three scripts available:
- Krummers-Generator: Prepares resources for Pulsar's mass import feature and edits the distribution afterwards.
- Wiimm-Patcher: Automatically installs an Intermezzo from Wiimm.
- Wiimm-Language-Generator: Generates a
patch2.tar, which can be applied to an Intermezzo from Wiimm for customisation.
- Install Python from the official website. Do not use any other method of installing.
- Install the required modules with the command
pip install -r requirements.txtin a console with the provided file. - Install 7zip and add it to PATH. This can be done by adding the location where 7zip is installed under
Environment Variables > User Variables > Path > Edit > Newfor Windows. Save all screens once this is completed. - Install Wiimms SZS Tools v2.39a or higher and check if it is added to PATH.
- Install Notepad++.
- Download this repository and place it in your desired location.
- Open the
Intermezzo-Scripts/Krummers-Generatorfolder from this repository. - Activate
main.pyand follow the instructions.
- Open the
Intermezzo-Scripts/Wiimm-Patcherfolder from this repository. - Put your game image in this aforementioned folder.
- Activate
Intermezzo.pyand follow the instructions.
- Open the
Intermezzo-Scripts/Wiimm-Language-Generatorfolder from this repository. - Activate
Generator.pyand follow the instructions.