From 95bca9799a2f42b6518c83e3fccd2aa5b32db891 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Fri, 26 Jul 2024 01:40:44 +1000 Subject: [PATCH] Added initial notes and save parser code --- .vscode/launch.json | 16 +++++++++++++++ README.md | 11 +++++++++- notes | 19 ++++++++++++++++++ src/ccsaveparser.py | 49 +++++++++++++++++++++++++++++++++++++++++++++ src/keyadd.py | 0 5 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json create mode 100644 src/ccsaveparser.py create mode 100644 src/keyadd.py diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..fe4dda4 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python Debugger: Current File", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "cwd": "${workspaceFolder}/src" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 5b1626e..57f053d 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,13 @@ Current Ideas - Unlocker? - Gonna start with the Add X Keys \ No newline at end of file + Gonna start with the Add X Keys + + + + Structure + + Code lives in src/ + + keyadd.py