Skip to content

squee72564/LC_Simple_Save_Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lethal Company Simple Save Editor

This is a simple python tool that allows you to change parameters within the encrypted LC save files.

Updated for v50!

New features added include:

  • New planets
  • New kitchen knife and easter egg items

Requirements:

  1. Python (I use version 3.11.2 and there may be conflicts with older versions)
  2. pycryptodome package
  3. Existing Lethal Company save file

How to use

  1. Clone this git repo into desired directory with:
git clone https://github.com/squee72564/LC_Simple_Save_Editor.git
  1. Install necessary python packages. This can be done by typing pip install -r requirements.txt in the base directory.
  2. Navigate to the src directory
  3. 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
  1. Change the text fields, check boxes, and edit items as desired.
  2. 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.

Example Images

LC Simple Save Editor LC Simple Save Editor 2

About

This is a simple save editor for Lethal Company.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages