Skip to content

Catalyst-42/SSRPGS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSRPGS

Save editor for Stone Story RPG. Editor can decipher save files and convert them to JSON format. Research was done with DnSPY. GUI editor written on DearPyGui.

Installation

pip3 install -r requirements.txt

To launch editor:

cd src
python3 editor.py

Images

Main General
Progress Locations
Inventory Cosmetics
Quests Time

Features

With editor you can do:

  • Player
    • Change name, xp and level
    • Affect on maximum chests limit
  • Resources
    • Edit all types
  • Progress
    • Open and close locations
    • Open and close shops
    • Open and close legend quests
    • Open and close progress tasks
  • Locations
    • Set location best and average time and other values for offline farms
    • Up location star level
  • Inventory
    • Create and remove items
    • Change item data, enchantments, count
    • Create and remove tags, signatures, shiny
    • Mark all items as interacted
    • Clear inventory
  • Cosmetics
    • Edit all golden skins
    • Edit all prismatic skins
    • Edit default colors of skin
  • Quests
    • Mark daily quests as completed
    • Mark weekly quest as completed
    • Update timeouts for legend quests
    • Unlock premium awards for evnets
    • Done event progress and tasks
  • Time
    • Restock haunted game minigame
    • Skip offline farm
    • Fix cheaters negative chest count
  • Export save file as editable JSON
    • Configure any data of save file by hands

Compilation

Compilation can be done in ./build folder. Compiled app will be in ./build/dist folder.

  • On Windows:

    • Install dependencies
      pip install pyinstaller setuptools
    • Make a build
      cd build
      setup.bat
  • On macOS:

    • Install dependencies
      pip3 install py2app setuptools
    • Make a build
      cd build
      make all

About

Stone Story RPG save editor

Topics

Resources

Stars

Watchers

Forks