Update ReadMe.md

This commit is contained in:
2025-11-08 00:07:55 +00:00
parent 0e4420cc24
commit fb2fe41002

View File

@@ -1,2 +1,5 @@
# KSP-instancefile # KSP-instancefile
I made [a script](https://github.com/TangentFoxy/lua-scripts/blob/main/ksp.lua) for managing mods in a single KSP instance to reduce how much storage space is used on my computer(s). This grew to require managing more than just mods, so I'm keeping an updated copy of the JSON file I'm using to handle everything. I made [a script](https://github.com/TangentFoxy/lua-scripts/blob/main/ksp.lua) for managing mods in a single KSP instance to reduce how much storage space is used on my computer(s). This grew to require managing more than just mods, so I'm keeping an updated copy of the JSON file I'm using to handle everything.
- `mods.json`: Old format I was using. Kept for reference.
- `instance.json`: New format. Not done implementing yet.