Difference between revisions of "Poltergust"

From MK8
Jump to navigation Jump to search
(Software-Info was abandoned a long time ago)
m
Line 4: Line 4:
 
| [[Scutlet]]
 
| [[Scutlet]]
 
|-
 
|-
 +
<!-- Python is cross-platform
 
! Operating systems:
 
! Operating systems:
 
| Windows
 
| Windows
 
|-
 
|-
 +
-->
 
! Programming language:
 
! Programming language:
 
| Python 3
 
| Python 3
Line 20: Line 22:
 
|-
 
|-
 
! Version:
 
! Version:
| v1.0
+
| v1.0.0
 
|-
 
|-
 
! Date of latest version:
 
! Date of latest version:
Line 38: Line 40:
 
* Previewing information such as player name, vehicle combination, and lap splits.
 
* Previewing information such as player name, vehicle combination, and lap splits.
 
* Extracting [[Mii]] Data.
 
* Extracting [[Mii]] Data.
* Converting player/downloaded ghosts to staff ghosts and vice versa.
+
* 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 -->
  
 
== Installation ==
 
== Installation ==
<ol>
+
 
<li>
+
# 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.
</li>
+
# Use the command {{code|pip install -r requirements.txt}} to install the program's dependencies.
<li>
+
# Running the program can be done by using the command {{code|python poltergust.py}}.
Open up a terminal of choice (Python installed is required) and navigate to the place where the source code was extracted.
 
</li>
 
<li>
 
Type the command {{code|pip install -r requirements.txt}}, which will install the program.
 
</li>
 
<li>.
 
Access to the program can be reached by using the command {{code|python poltergust.py}}.
 
</li>
 
</ol>
 
  
 
== Version History ==
 
== Version History ==
Line 62: Line 56:
 
! Information
 
! Information
 
|-
 
|-
| v1.0
+
| v1.0.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 07:24, 28 June 2022

Poltergust
Author: Scutlet
Programming language: Python 3
Software type: Viewer
Console: Wii U
File Formats: DAT (Ghost Data)
Version: v1.0.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.0 2022-06-27 First release
By the same author: Scutlet