Skip to content

stblr/wuj5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wuj5

Convert Wii UI formats to JSON5 and vice versa.

Supported formats

Format Read Write Check
BMG1 WIP WIP
BRCTR Yes Yes
BRLAN Yes Yes
BRLYT WIP WIP
SZS2 Yes Yes

Requirements

  • Python 3
  • pyjson5 (if installing from pip, the package is json5 NOT pyjson5)

How to use

wuj5.py decode Control.brctr # Control.brctr -> Control.brctr.json5
cp Control.brctr.json5 MyControl.brctr.json5
# Do some changes to MyControl.brctr.json5 with a text editor
wuj5.py encode MyControl.brctr.json5 # MyControl.brctr.json5 -> MyControl.brctr

Footnotes

  1. Mario Kart Wii only.

  2. U8 + Yaz0.

About

Convert Wii UI formats to JSON5 and vice versa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages