This repository contains various scripts for automating processes related to Intermezzi. Currently, there are two 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.txt
in 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 > New
for Windows. Save all screens once this is completed. - Install Wiimms SZS Tools v2.39a or higher and check if it is added to PATH.
- Download this repository and place it in your desired location.
- Open the
Intermezzo-Scripts/Krummers-Generator
folder from this repository. - Activate
main.py
and follow the instructions.
- Open the
Intermezzo-Scripts/Wiimm-Patcher
folder from this repository. - Put your game image in this aforementioned folder.
- Activate
Intermezzo.py
and follow the instructions.
- Open the
Intermezzo-Scripts/Wiimm-Language-Generator
folder from this repository. - Activate
Generator.py
and follow the instructions.