From 9069feb38a02bd0a18e8ae10671f0d629e54ecd0 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Wed, 7 Jan 2026 02:30:10 -0500 Subject: [PATCH] Added SLNX solution file Added the new CSTNet.slnx solution file and updated the README to mention the deprecation of the .sln solution type in favor of .slnx. Also fixed minor formatting issues in the README. --- CSTNet.slnx | 9 +++++++++ README.md | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CSTNet.slnx diff --git a/CSTNet.slnx b/CSTNet.slnx new file mode 100644 index 0000000..fe27ea6 --- /dev/null +++ b/CSTNet.slnx @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/README.md b/README.md index 59304cc..30c4a3c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o ## 🛠 Features -- [x] Native support for Sims Online's `.cst `files. +- [x] Native support for Sims Online's `.cst` files. - [x] UIText Support - [ ] Variable support @@ -25,7 +25,6 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o - [ ] Maintenance Mode (Dependency-only updates) - [ ] Archived (No active work planned) - ## 🧰 Prerequisites Before you begin, ensure you have the latest versions of the following installed: @@ -36,7 +35,9 @@ Before you begin, ensure you have the latest versions of the following installed - This all began as a "what if?" What if I could make my own? So, I did. First from a Jupyter notebook and then a full-fledged project that technically has a support cycle. - While this project is technically feature complete, it is not a full drop-in replacement as it lacks variable (`%[digit]`) parsing. +- I'm deprecating the `.sln` solution type in favour of `.slnx` going forward. It'll be removed sometime in the future. ## 📄 License I license this project under BSD-3-Clause license — see the [LICENSE](LICENSE) file for full text. +