Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.01 KB

SiralimUltimateSaver

Website for Siralim Ultimate Save file manipulation: https://lumpsoid.github.io/SiralimUltimateSaver/. All manipulations on the file take place in your browser.

If you are interested in building builds, there is the site that can help you with it (repo).

This project based on gurgalex work on implementing encryption and decryption of the Siralim save file (his repo).

Available manipulations

  • Encrypt a save file
  • Decrypt a save file
  • Add:
    • resource:
      • all
      • brimstone
      • essence
      • power
      • crystal
      • granite
    • materials
    • dust
  • Add mana for a summon
  • Add knowledge about a creature
  • Add a creature

Running the app locally

To run the application locally, you'll need to have NodeJS and npm installed. Begin by installing the required packages using:

npm install
npm start