Difference between revisions of "Mii Info Editor"

From Custom Mario Kart
Jump to navigation Jump to search
Line 16: Line 16:
 
| [http://wiibrew.org/wiki/Mii_Data#Mii_format Mii RAW Data],[[RKG]]
 
| [http://wiibrew.org/wiki/Mii_Data#Mii_format Mii RAW Data],[[RKG]]
 
|-
 
|-
! Version:
+
! Current Version:
| v0.0.3
+
| v0.0.2
|-
 
! Date of Latest Version:
 
| 2020-06-05
 
 
|-
 
|-
 
! Download:
 
! Download:
|
+
| [https://github.com/kazuki-4ys/MiiInfoEditor/releases/download/v0.0.2/mii-info-editor-v0.0.2-win32-x64.zip Windows],[https://github.com/kazuki-4ys/MiiInfoEditor/releases/download/v0.0.2/mii-info-editor-v0.0.2-darwin.dmg Mac OS]
* [https://github.com/kazuki-4ys/MiiInfoEditor/releases/download/v0.0.3/mii-info-editor-v0.0.3-win32-x64.zip Windows]
 
* [https://github.com/kazuki-4ys/MiiInfoEditor/releases/download/v0.0.3/mii-info-editor-v0.0.3-darwin.dmg Mac OS]
 
 
|}
 
|}
  
 
== Overview ==
 
== Overview ==
'''Mii Info Editor''' is a program developed by [[Kazuki]] that allows editing [http://wiibrew.org/wiki/Mii_Data#Mii_format Mii RAW Data] files that are dumped by [https://wiibrew.org/wiki/SaveGame_Manager_GX Save Game Manager GX]. It also allows Importing Mii data from [[RKG]] files. The program uses [[CTMKF]] to show the Mii names and is based on [https://nodejs.org/en/ Node.js] and [https://github.com/electron/electron Electron],
+
'''Mii Info Editor''' is a program developed by [[Kazuki]] that allows editing [http://wiibrew.org/wiki/Mii_Data#Mii_format Mii RAW Data] files that are dumped by [https://wiibrew.org/wiki/SaveGame_Manager_GX Save Game Manager GX] and [https://github.com/kazuki-4ys/Mii-Dumper Mii Dumper]. It also allows Importing Mii data from [[RKG]] files. The program uses [[CTMKF]] to show the Mii names and is based on [https://nodejs.org/en/ Node.js] and [https://github.com/electron/electron Electron],
  
 
=== Credits ===
 
=== Credits ===
* [[Chadderz]], for his font, CTMKF.
+
* [[Chadderz]], for his font, [[CTMKF]].
  
 
== Usage ==
 
== Usage ==
Open a Mii Data file or import an RKG file.
+
Open a Mii Data file or import an [[RKG]] file.
  
 
== Media ==
 
== Media ==
[[File:MiiInfoEditor SnapShot.png|300px|thumb|none|Preview of the program]]
+
<gallery>
 +
File:MiiInfoEditor SnapShot.png|Preview of the program
 +
</gallery>
 +
<br clear="all"/>
  
 
== Version History ==
 
== Version History ==
Line 53: Line 51:
 
| 2020-05-07
 
| 2020-05-07
 
| Fixed some bugs.
 
| Fixed some bugs.
|-
 
| [https://github.com/kazuki-4ys/MiiInfoEditor/releases/tag/v0.0.3 v0.0.3]
 
| 2020-06-05
 
| Fixed UI.
 
 
|}
 
|}
  
 
{{User-Kazuki-Link}}
 
{{User-Kazuki-Link}}
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 16:34, 12 June 2020

Mii Info Editor
Author: Kazuki
Operating Systems: Windows, Mac OS
Programming language: JavaScript
Software Type: Viewer, editor
File Formats: Mii RAW Data,RKG
Current Version: v0.0.2
Download: Windows,Mac OS

Overview

Mii Info Editor is a program developed by Kazuki that allows editing Mii RAW Data files that are dumped by Save Game Manager GX and Mii Dumper. It also allows Importing Mii data from RKG files. The program uses CTMKF to show the Mii names and is based on Node.js and Electron,

Credits

Usage

Open a Mii Data file or import an RKG file.

Media


Version History

Version Date of release Information
v0.0.1 2020-05-01 First release
v0.0.2 2020-05-07 Fixed some bugs.