Difference between revisions of "Poltergust"

From MK8
Jump to navigation Jump to search
m
(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.)
Line 4: Line 4:
 
| [[Scutlet]]
 
| [[Scutlet]]
 
|-
 
|-
<!-- Python is cross-platform
 
 
! Operating systems:
 
! Operating systems:
| Windows
+
| Any
 
|-
 
|-
-->
 
 
! Programming language:
 
! Programming language:
 
| Python 3
 
| Python 3
Line 22: Line 20:
 
|-
 
|-
 
! Version:
 
! Version:
| v1.0.0
+
| v1.0
 
|-
 
|-
 
! Date of latest version:
 
! Date of latest version:
Line 41: Line 39:
 
* Extracting [[Mii]] Data.
 
* Extracting [[Mii]] Data.
 
* Converting player/downloaded ghosts to staff ghosts.
 
* Converting player/downloaded ghosts to staff ghosts.
* Converting player ghosts to downloaded ghosts. <!-- There is no support to convert a staff/downloaded ghost to a player ghost -->
+
* Converting player ghosts to downloaded ghosts.
  
 
== Installation ==
 
== Installation ==
 
 
# Download the latest source code.
 
# Download the latest source code.
 
# Open up a terminal of choice (Python installation is required) and navigate to the place where the source code was extracted.
 
# Open up a terminal of choice (Python installation is required) and navigate to the place where the source code was extracted.
Line 56: Line 53:
 
! Information
 
! Information
 
|-
 
|-
| v1.0.0
+
| v1.0
 
| 2022-06-27
 
| 2022-06-27
 
| First release
 
| First release
<!-- This doesn't exist yet; already listing it might cause confusion
 
 
|-
 
|-
 
| v1.1
 
| v1.1
 
| 2022-??-??
 
| 2022-??-??
 
| Add an executable that packages everything together.
 
| Add an executable that packages everything together.
-->
 
 
|}
 
|}
  
 
{{User-Scutlet-Link}}
 
{{User-Scutlet-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 12:10, 28 June 2022

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