Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.37 KB

Intermezzo Scripts

This repository contains various scripts for automating processes related to Intermezzi. Currently, there are two scripts available:

  • Patcher: Automatically installs an Intermezzo.
  • Generator: Generates a patch2.tar, which can be applied on an Intermezzo for customisation.

Installation

  1. Install Python from the official website. Do not use any other method of installing.
  2. Install the following modules with the command pip install MODULE in a console:
  1. 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. Save all screens once this is completed.
  2. Install Wiimms SZS Tools v2.39a or higher and check if it is added to PATH.
  3. Download this repository and place it in your desired location.

Usage

Patcher

  1. Open the Intermezzo-Scripts/Patcher folder from this repository.
  2. Put your game image in this aforementioned folder.
  3. Activate Intermezzo.py and follow the instructions.

Generator

  1. Open the Intermezzo-Scripts/Generator folder from this repository.
  2. Activate Generator.py and follow the instructions.