Skip to content

fakeyw/EasySave3Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

# decrypt es3 file to json-like text
python es3_cipher_tool.py decrypt [input_file] [output_file] [key]
# encrypt back to es3 file
python es3_cipher_tool.py encrypt [input_file] [output_file] [key]
# fix json-like text to parseable json
python es3_cipher_tool.py es3_to_json [input_file] [output_file]
# recovery to json-like format
python es3_cipher_tool.py json_to_es3 [input_file [output_file]

Examples:

  • Example.sfh is a Strike Force Heroes save file
python es3_cipher_tool.py decrypt Example.sfh Example.sfh.dec ADFT4rq4rFQR
python es3_cipher_tool.py es3_to_json Example.sfh.dec Example.sfh.json
python es3_cipher_tool.py json_to_es3 Example.sfh.json Example-repack.sfh.dec
python es3_cipher_tool.py encrypt Example-repack.sfh.dec Example-repack.sfh ADFT4rq4rFQR

About

Tools for Unity EasySave3 file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages