Skip to content

Releases: guspuffygit/sentient-sims-app

2.5.0

30 Nov 23:22
Compare
Choose a tag to compare

This includes an embedded sqlite database in the App.

The latest in sentient-sims-app now has an embedded database called sqlite3. Fancy way to be able to change the way the data looks and query it in a way instead of just using text files.

First thing I have enabled is sim descriptions, location descriptions, and memories are all stored in tables in the database.

Now that those things are stored in the database, I am storing memory objects and I can link it to where the memory happened, and what sims were involved with the memory.

What this means.. is we now have one continuous memory stream of ALL sims and who did what. So you can select and play with any Sim and it will combine all their memories into the prompt depending on who is participating in the current conversation.

So instead of memories being locked to a single Sim you can just play the game normally with your families and it will all work.

This will enable us to have new features now that this is all implemented including...
Notifications only mode (Memories have an id so you can go back and edit a specific memory or delete memories)
Memory stream in the app that is editable
Anytime we make a change to the database schema we can do a "migration" which updates their local database to the new schema allowing us to make big changes to how the data looks and not screw up someones local save game
Edit Sim descriptions in the App
Edit location descriptions in the App
Take a ton of code and logic for prompt formatting and put it all in the App for easy testing and iterations
Put in special "transition" prompts when looking at the memories list and we can see that the location has changed to make the prompt a continuous story to help the AI better understand
Put in Sim name prompts for each section of the memories so the AI understands who was involved in what memories to help it better understand and not hallucinate people in the conversation

What's Changed

Full Changelog: v2.2.0...v2.5.0

2.1.0

26 Oct 19:24
Compare
Choose a tag to compare

Log viewer in the app. "Debug logs" setting.
Full Changelog: v2.0.0...v2.1.0

2.0.0

12 Oct 21:11
Compare
Choose a tag to compare

Full Changelog: v1.4.7...v2.0.0

1.5.7

11 Oct 23:25
ca062e8
Compare
Choose a tag to compare

Pre actions update

Full Changelog: v1.4.9...v1.5.7

1.5.6-beta

26 Sep 00:06
Compare
Choose a tag to compare
1.5.6-beta Pre-release
Pre-release

Full Changelog: v1.4.8...v1.5.6

Latest changes for pre-actions only branch.

1.4.9

22 Sep 21:34
Compare
Choose a tag to compare

Fix issue on new game save

1.5.5-beta

19 Sep 11:58
Compare
Choose a tag to compare
1.5.5-beta Pre-release
Pre-release

Full Changelog: v1.5.4...v1.5.5
Button in the mod to report a bug with a specific interaction

1.5.4-beta

16 Sep 17:10
Compare
Choose a tag to compare
1.5.4-beta Pre-release
Pre-release

Thank yous

Full Changelog: v1.4.7...v1.5.4

1.4.8

16 Sep 17:10
Compare
Choose a tag to compare

Thank yous

1.5.3-beta

15 Sep 16:43
Compare
Choose a tag to compare
1.5.3-beta Pre-release
Pre-release
v1.5.3

Proper error popup message when no workers are online, handle workers…