Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

domsim1/ksst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSST - Knuck Sandwich Save Tool

A GUI tool to edit Knuckle Sandwich save files!

Note: Use this tool at your own risk. I'm not responsible if you lose any data. Always make a backup before editing a save.

How to use

  1. Make a backup save
  2. Make sure the game is closed
  3. Disable steam cloud
  4. Load a save file
  5. Edit
  6. Overwrite old save file with new one
  7. Delete savefile.ini
  8. Enjoy!

Save files can be located in:

Windows (I think): %APPDATA%/local/Knuckle_Sandwich

Linux: Steam/steamapps/compatdata/pfc/drive_c/users/steamuser/AppData/local/Knuckle_Sandwich

This tool currently only work with knucklesandwich.sav files. Supporting savefile.ini will happen once that format is mature and .sav a file are no longer generated.

Roadmap

  • Name
  • Money
  • Stats
    • Protagonist
    • Thea
    • Echo
    • Dolus
    • Bside
  • Bonds
  • Pocket Items
    • Protagonist
    • Thea
    • Echo
    • Dolus
    • Bside
  • PC Items
  • Location
  • Story Flags
  • Learnt Skill Flags
  • Event Flags
  • Misc Flags
  • Fishing Info
  • Evs and Ivs (no idea what they do)
  • .ini file support (if required)

Development

Make sure you have everything required for fyne to work.

Run make run.

Linux Install Instructions

Download the latest release, uncompress and run sudo make install.