Poltergust

From MK8
Revision as of 12:10, 28 June 2022 by Krummers (talk | contribs) (1. Forgot to change Operating systems. 2. Version numbers are always displayed like v1.0 (v1 and v1.0.0 are not accepted). 3. Misread the converting aspect of the program by accident. 4. A future update can be listed in the Version History just fine.)
Jump to navigation Jump to search
Poltergust
Author: Scutlet
Operating systems: Any
Programming language: Python 3
Software type: Viewer
Console: Wii U
File Formats: DAT (Ghost Data)
Version: v1.0
Date of latest version: 2022-06-27
Download: GitHub

Overview

Poltergust is a Python 3 application for visualizing and extracting data from ghost data files. This includes player ghosts, staff ghosts, and downloaded ghosts, but not MKTV Replays. Currently, there is only active support for Wii U ghost files.

Media

File:Poltergust v1.0 UI Preview.png
A preview of the UI viewing the staff ghost of Sunshine Airport

Features

  • Previewing information such as player name, vehicle combination, and lap splits.
  • Extracting Mii Data.
  • Converting player/downloaded ghosts to staff ghosts.
  • Converting player ghosts to downloaded ghosts.

Installation

  1. Download the latest source code.
  2. Open up a terminal of choice (Python installation is required) and navigate to the place where the source code was extracted.
  3. Use the command pip install -r requirements.txt to install the program's dependencies.
  4. Running the program can be done by using the command python poltergust.py.

Version History

Version Date of release Information
v1.0 2022-06-27 First release
v1.1 2022-??-?? Add an executable that packages everything together.
By the same author: Scutlet