More README sections

This commit is contained in:
Tony Bark 2025-04-28 08:06:00 -04:00
parent 0211960e9a
commit 7c9276384e

View file

@ -4,7 +4,7 @@ PersonaForge is a lightweight personality generator for The Sims 2. It balances
It helps if you want to:
- Have a specific Sim but arent sure how to fairly distribute leftover points.
- Need a fast, balance, but natural personality without min-maxing the hell out of them
- Need a fast and balanced Sims that still has a natural personality without min-maxing
- Are just tired of flying blind
## 💡 Why This Exists
@ -28,6 +28,25 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait.
- System.Text.Json for serialization (no external libraries)
- Pure backend logic (no UI planned)
## 📐 Design Principles
- Simple with no bloat or feature creep
- Stay true to The Sims 2
- Respect randomness
- Futureproof for new archetypes, quirks, or expansions
- Portable and clean
## 📦 Example JSON Output
```json
{
"Outgoing": 7,
"Nice": 5,
"Playful": 6,
"Neat": 4,
"Active": 3
}
```
## 🗓️ Update Cycle
| Type | Frequency | Notes |
@ -38,6 +57,13 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait.
* Reserve months: June (Mid-Year Chill) & December (End-Year Freeze)
## 🛡️ Status
* [x] Active Support
* [ ] Limited Support (Security patches only)
* [ ] Maintenance Mode (Dependency-only updates)
* [ ] Archived (No active work planned)
## 🎮 Relaxation Practices
* 20% creative/recovery space built into development
@ -46,13 +72,6 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait.
* Critical vulnerabilities
* Framework-breaking issues
## 🛡️ Status
* [x] Active Support
* [ ] Limited Support (Security patches only)
* [ ] Maintenance Mode (Dependency-only updates)
* [ ] Archived (No active work planned)
## 📄 License
I hereby waive this project under the public domain — see the LICENSE file for full text.