commit d76c6e8ba9f575603f259830666e05720896511b Author: Benjamyn Love Date: Fri Jul 26 00:39:02 2024 +1000 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa06222 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Virtual ENV +venv/ + +# Secrets and shit +*.secret +*.data +*.tmp + +# Save files +*.sav \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b1626e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Repo for small hacks and utilities for CrabChampions + +Current Ideas + + - Add X Keys + - Full save editor + - Save parser + - Unlocker? + + + Gonna start with the Add X Keys \ No newline at end of file diff --git a/notes b/notes new file mode 100644 index 0000000..556d0b1 --- /dev/null +++ b/notes @@ -0,0 +1,12 @@ +Keys stored in save file + +%LocalAppData%\CrabChampions\Saved\SavedGames + +SaveSlot.sav + +save appears to be seralised as + +PropertyName (Fixed size) Property Type (Fixed size) Property (Dynamic based on type?) + +Property/Type/Offset +Keys/Int/0x12f9