Generate a personality for The Sims 2.
Find a file
2025-02-02 02:01:27 -05:00
.vscode Initial source commit 2025-02-02 01:34:43 -05:00
.gitignore Initial source commit 2025-02-02 01:34:43 -05:00
LICENSE Initial source commit 2025-02-02 01:34:43 -05:00
Program.cs Initial source commit 2025-02-02 01:34:43 -05:00
README.md Fixed typo 2025-02-02 02:01:27 -05:00
Sim.cs Readme 2025-02-02 02:00:36 -05:00
SimsPersonalityGenerator.csproj Initial source commit 2025-02-02 01:34:43 -05:00

Sims Personality Generator

As the name suggests, this will generate a personality for The Sims 1 and 2. If you set one trait higher than other, it will automatically adjust itself to compensate for the difference.

Background

I wanted to play The Sims 2 with my characters. Problem was I've been spoiled by traits. How do I create an ideal personality within these limitations? What if I have a random generator that gives me some options but also is smart enough to let me set some bias towards Playfulness or Nice?

The code itself was initially generated using the Qwen Coder model because I wouldn't know to begin. While it is easy to generate random numbers, I also had to have it to account for one being higher than the other. How? That was the point in asking the AI for a template, with that taken into consideration.

License

I license this project under the GPL-3.0 license - see LICENSE for details.