Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

SunakazeKun/swshtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swshtools

swshtools is a collection of Python tools to help with several binary files found in Pokémon Sword and Shield. These were originally created to develop a private project that has already been abandoned. The tools can convert data between BIN and JSON files. It should run fine with at least Python 3.6.

To convert a Pokémon parameters file (personal_total.bin) to JSON:

python upersonal IN_FILE_PATH OUT_FILE_PATH

To convert a Pokémon parameters JSON file to personal_total.bin:

python ppersonal IN_FILE_PATH OUT_FILE_PATH

To convert a Pokémon learnset file (wazaoboe.bin) to JSON:

python uwazaoboe IN_FILE_PATH OUT_FILE_PATH

To convert a Pokémon learnset JSON file to wazaoboe.bin:

python pwazaoboe IN_FILE_PATH OUT_FILE_PATH

To convert a Pokémon icons file (pokecaplist.bin) to JSON:

python upokecaplist IN_FILE_PATH OUT_FILE_PATH

To convert a Pokémon icons JSON file to pokecaplist.bin:

python ppokecaplist IN_FILE_PATH OUT_FILE_PATH

About

A collection of command line tools for Pokémon Sword & Shield.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages