GreatAsset
Welcome, great assets to The Company!
This project is a small thin wrapper to edit save files for the Lethal Company video game.
Our documentation can be found here.
Example usage
Add 6000 credits and unlock all possible (found) ship upgrades.
import os
import great_asset
def main() -> None:
with great_asset.SaveFile.resolve_from_file(1) as save:
save.update_credits(6000)
save.unlock_all_ship_upgrades()
Disclaimer
This project is not affiliated with Lethal Company, its creator or affiliates in any way.
Use of this project within public games without players consent is likely going to remove a lot of the fun from the game and is discouraged.