Skip to content

a command line utility to decrypt/encrypt sheltered save-files

License

Notifications You must be signed in to change notification settings

israpps/Sheltered-save-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 29, 2024
6cb5f5b · Aug 29, 2024

History

30 Commits
Aug 29, 2024
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Apr 21, 2022
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Aug 29, 2024
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021

Repository files navigation

Sheltered save converter

GitHub all releases License

Sheltered-save-converter is an open-source command-line utility written in C++ specifically designed to encrypt/decrypt Sheltered save files

How to use

the usage is simple (and program will remind you if you don't enter enough argumments)

Sheltered_save_file_converter.exe <SAVE_FILE> <CONVERTED_SAVE_FILE_NAME>

also, a batch file was provided for those that don't like/know how to use command line, just drag and drop your save file into the .BAT file located along the program.

Why you made this?

this tool was created as a workaround to the issues regarding the original javascrypt file used by the sheltered comunity to do this conversion.

As you may know, some sort of JavaScript issue is conflicting on save encryption and download

what can i use this tool for?

to decrypt your game save file into xml format, allowing you to edit/see the save

users usually want this to do some "cheating"

  • take a look at the M16 Hatch code (useful for Android users with small screens)
  • enable hatch code
  • add food without using cheat engine

Or maybe to fix some mistakes you made:

  • change family surname
  • change character name

encrypt save file again

After you're done manipulating your XML save file, you can go ahead and encrypt it again. Simply run the program again, but passing the XML file instead of DAT file this time.

Have fun!

And don't forget to backup your saves before using this program