Difference between revisions of "PackDev"

From Custom Mario Kart
Jump to navigation Jump to search
m (Changed "Github" to "GitHub.")
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{| class="textbox float-right grid"
 
{| class="textbox float-right grid"
|+ PackDev
+
|+ {{PAGENAME}}
 
! Author:
 
! Author:
 
| [[BillyNoodles]]
 
| [[BillyNoodles]]
 
|-
 
|-
! Operating System:
+
! Operating system:
| Windows
+
| Windows (64-bit)
 
|-
 
|-
! Programming Language:
+
! Language:
 
| C#
 
| C#
 
|-
 
|-
! Software Type:
+
! Software type:
| Compiler
+
| Editor
 
|-
 
|-
! File Format:
+
! Version:
| CTDP
+
| v1.2.0-alpha
 
|-
 
|-
! Current Version:
+
! Date of latest version:
| Beta
+
| 2022-10-23
 
|-
 
|-
 
! Download:
 
! Download:
| [https://drive.google.com/file/d/12vUtpzmUf3yifiQG-My8XIziRm-396Hd Google Drive]
+
| [https://github.com/HEJ0/PackDev/releases GitHub]
 
|}
 
|}
  
 
== Overview ==
 
== Overview ==
'''PackDev''' is a program developed by [[BillyNoodles]]. It allows a user that has [[Wiimms SZS Tools]] installed on their computer to create a [[custom track distribution]] for [[Mario Kart Wii]].
+
'''PackDev''' is a program created by [[BillyNoodles]]. It is an editor for [[custom track distribution]]s that uses [[LE-CODE]] and [[Wiimms SZS Tools]] to organize and compile distributions. The program is currently in the early stages of development and has bare minimum functionality.
  
 
=== Credits ===
 
=== Credits ===
* [[Wiimm]], for [[Wiimms SZS Tools|his tools]].
+
* [[Wiimm]], for his tools.
 +
* [[Nomatix]], [https://youtube.com/user/MarioPower55 MarioPower55] and [[Zeem]], for bug testing.
 +
* [[Fynn93]], for beginning the initial work on saving and loading in v1.2.0-alpha.
  
 
== Media ==
 
== Media ==
{{youtube-box||9u4Ne3syk8Q|Tutorial}}
+
[[File:PackDev v1.0.0-alpha Program Interface.png|400px|thumb|none|Program interface (v1.0.0-alpha)]]
  
 
== Version History ==
 
== Version History ==
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
! Version
! align=left| Version
+
! Date of release
! align=left| Date of release
+
! Information
! align=left| Information
 
 
|-
 
|-
 
| Beta
 
| Beta
 
| 2018-11-10
 
| 2018-11-10
 
| First release
 
| First release
 +
|-
 +
| [https://github.com/HEJ0/PackDev/releases/download/v1.0.0-alpha/PackDev.Alpha.1.0.0.zip v1.0.0-alpha]
 +
| 2022-08-22
 +
| Second release
 +
|-
 +
| [https://github.com/HEJ0/PackDev/releases/download/v1.0.1-alpha/PackDev.Alpha.1.0.1.zip v1.0.1-alpha]
 +
| 2022-09-18
 +
|
 +
* Fixed empty file exception on export.
 +
* Added progress bar for exporting.
 +
|-
 +
| [https://github.com/HEJ0/PackDev/releases/download/v1.0.2-alpha/PackDev.Alpha.1.0.2.zip v1.0.2-alpha]
 +
| 2022-09-28
 +
|
 +
* Fixed support for partitioned image files.
 +
* Removed faulty code that broke cup images.
 +
|-
 +
| [https://github.com/HEJ0/PackDev/releases/download/v1.1.0-alpha/PackDev.Alpha.1.1.0.zip v1.1.0-alpha]
 +
| 2022-09-30
 +
|
 +
* Added arena and [[Wii Galaxy Colosseum|Galaxy Colosseum]] music slots.
 +
* Added ability to sort tracks alphabetically.
 +
* Improved how track and music slots are managed.
 +
* Fixed patching for [[Nintendo]] tracks.
 +
* Fixed [[BMG]]s for Nintendo tracks and the Wiimm Cup.
 +
* Fixed importing all tracks with "Quick Import".
 +
|-
 +
| [https://github.com/HEJ0/PackDev/releases/download/v1.1.1-alpha/PackDev.Alpha.1.1.1.zip v1.1.1-alpha]
 +
| 2022-10-05
 +
| Fixed indexing error for arena slots.
 +
|-
 +
| [https://github.com/HEJ0/PackDev/releases/download/v1.2.0-alpha/PackDev.Alpha.1.2.0.zip v1.2.0-alpha]
 +
| 2022-10-23
 +
|
 +
* Added initial support for saving and loading.
 +
* Added speedometer support.
 
|}
 
|}
  
 
{{User-BillyNoodles-Link}}
 
{{User-BillyNoodles-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 23:45, 21 May 2023

PackDev
Author: BillyNoodles
Operating system: Windows (64-bit)
Language: C#
Software type: Editor
Version: v1.2.0-alpha
Date of latest version: 2022-10-23
Download: GitHub

Overview

PackDev is a program created by BillyNoodles. It is an editor for custom track distributions that uses LE-CODE and Wiimms SZS Tools to organize and compile distributions. The program is currently in the early stages of development and has bare minimum functionality.

Credits

Media

Program interface (v1.0.0-alpha)

Version History

Version Date of release Information
Beta 2018-11-10 First release
v1.0.0-alpha 2022-08-22 Second release
v1.0.1-alpha 2022-09-18
  • Fixed empty file exception on export.
  • Added progress bar for exporting.
v1.0.2-alpha 2022-09-28
  • Fixed support for partitioned image files.
  • Removed faulty code that broke cup images.
v1.1.0-alpha 2022-09-30
  • Added arena and Galaxy Colosseum music slots.
  • Added ability to sort tracks alphabetically.
  • Improved how track and music slots are managed.
  • Fixed patching for Nintendo tracks.
  • Fixed BMGs for Nintendo tracks and the Wiimm Cup.
  • Fixed importing all tracks with "Quick Import".
v1.1.1-alpha 2022-10-05 Fixed indexing error for arena slots.
v1.2.0-alpha 2022-10-23
  • Added initial support for saving and loading.
  • Added speedometer support.