This is a simple python tool that allows you to change parameters within the encrypted LC save files.
New features added include:
- New planets
- New kitchen knife and easter egg items
- Python (I use version 3.11.2 and there may be conflicts with older versions)
- pycryptodome package
- Existing Lethal Company save file
- Clone this git repo into desired directory with:
git clone https://github.com/squee72564/LC_Simple_Save_Editor.git
- Install necessary python packages. This can be done by typing
pip install -r requirements.txt
in the base directory. - Navigate to the src directory
- Run the python script SSE.py with the file path of the save file to change as a command line argument, ie:
python .\SSE.py ~\AppData\LocalLow\ZeekerssRBLX\Lethal Company\LCSaveFile1
- Alternatively you can just run the python script without passing in a file path and you will be prompted to select a file in the gui. (Doing it this way may be problematic if the folder where the save file is located is hidden.)
python .\SSE.py
- Change the text fields, check boxes, and edit items as desired.
- Press the overwrite button.
The save file should now be re-encrypted with the edited information.
Within LC_Simple_Save_Editor/src/encryption/encryptTools.py are the functions to actually encrypt and decrypt the save files.