From fb2fe410028e9fa99338a7c2306d8aca00a6176c Mon Sep 17 00:00:00 2001 From: Tangent Date: Sat, 8 Nov 2025 00:07:55 +0000 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index e4d58d8..bcb46ab 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,2 +1,5 @@ # 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. + +- `mods.json`: Old format I was using. Kept for reference. +- `instance.json`: New format. Not done implementing yet.