IllusoryThrall's Sims 4 Hub
 - Challenges, Tips & Stories

This is a list of commands for the SuperSweetBot as info for broadcasters and mods…! Stuff specific for you upper users are highlighted in pink.

-----------------------------------------------------
# Configuration
-----------------------------------------------------

Configuration of the Super Sweet Toolset is handled via the command !sweetconf. The general format of a command is:

!sweetconf <key> <value>

Example:

!sweetconf sweetpridelevel mod

To see the value of a key, use:

!sweetconf <key>

## Currently supported keys & values

| Key | Possible values | Initial default |
|-------------------|-------------------------------|-----------------|
| sweetpridelevel | creator, mod, vip, sub, user | creator |
| sweeteffectslevel | creator, mod, vip, sub, user | creator |
| cleardonelevel | creator, mod, vip, sub | creator |
| tidytasklistlevel | creator, mod, vip, sub | mod |
| tasklistmgmtlevel | creator, mod | creator |
| preservedonecount | on, off | on |
| tasklistvariant | full, taskonly | full |
| timercontrollevel | creator, mod | creator |
| botverbositylevel | regular, reduced, veryreduced | regular |
| widgetconfiglevel | creator, mod | creator |
| ourdonelevel | creator, mod, vip, sub, user | user |

## Note: a user level value always includes all values above

Example: if you set a level to "user", this automatically includes "sub", "vip", "mod" and "creator".

## Explanation: sweetpridelevel

This option configures who is allowed to execute "!sweetpride".

## Explanation: sweeteffectslevel

This option configures who is allowed to execute various "seasonal" commands that are available for a limited time.
Watch the occasional announcements in the main chat for details!

## Explanation: cleardonelevel

This option configures who is allowed to execute "!cleardone".

## Explanation: tidytasklistlevel

This option configures who is allowed to execute "!tidytasklist".

## Explanation: tasklistmgmtlevel

This option configures who is allowed to execute "!countold" and "!clearold".

## Explanation: botverbositylevel

Slightly changes the verbosity of some bot responses (e.g. by shortening task names or displaying slightly shorter messages).

## Explanation: preservedonecount

By default, the task list remembers the numbers of all done tasks in the header (e.g. "Done 5/10"), even if some of the done tasks have been removed with the command "!cleardone" (this way, you can clean up the board during the stream, while still knowing the final number of tasks in the end).
To discard the stored number of tasks, either run "!clearall" (also removes all tasks from the board) or "!resetcount" (leaves the tasks on the board and sets the stored numbers to what is currently visible on the board).

If you want to turn off this behaviour, you can do so by typing "!sweetconf preservedonecount off".
Once you did this, the number of tasks shown in the header will always reflect what is currently visible on the list.
Example: there are 2 done tasks of 5 total ("2/5"), and you run "!cleardone". The two done tasks are removed and the header now displays "0/3".

## Explanation: tasklistvariant

- To only allow commands for regular tasks (!sweet, !task, !done, !rename, !remove), set to "taskonly". This will disallow the !pomo command.
- To allow all commands, set to "full" (this is the default).
- All administrative commands like !cleardone, !clearall etc. are always active.

## Explanation: timercontrollevel

Configures who is allowed to execute the commands "!timer" and "!timerpomo"

## Explanation: widgetconfiglevel

Configures who is allowed to execute the commands "!colorscheme" and "!transparency"

## Explanation: ourdonelevel

Configures who is allowed to execute the command "!ourdone"
-----------------------------------------------------
# Super Sweet Task List: Widget Control
-----------------------------------------------------

🎨 Remotely change widget styles
You can change the style (color scheme + transparency) of active widgets via chat commands.

Use this to:
Make changes if your streaming software does not offer a different solution (e.g. Twitch Studio)
Put style change commands on your Stream Deck
Make "color change redeems" for your viewers

Short summary
Try these commands while your widgets are visible:

!colorscheme next
!colorscheme previous
!transparency on
!transparency off

All details below ⬇️

# Remotely change widget styles

| Command | Effect | User level |
| -------------------- | --------------------------------------- | ---------- |
| !colorscheme | Change color scheme of active widgets | Creator |
| !transparency | Change transparency of active widgets | Creator |
| !tweakstyle | Tweak styles of active widgets | Creator |

🌟 Details: !colorscheme
Move to next / previous color scheme
!colorscheme next
!colorscheme previous

Choose specific color scheme
!colorscheme matcha

(See below for a list of available color scheme names)

Choose random color scheme (same scheme for all widgets)
!colorscheme random

Choose random scheme (potentially different scheme for all widgets)
!colorscheme mixedrandom

Move to next of given selection of schemes
!colorscheme nextof muted-pink lavender purple

Change only a specific widget
Prefix any command with one of: tasklist, timer, infopanels

Example:

!colorscheme timer winter-night

🌟 Command !transparency
Turn transparency on / off
!transparency on
!transparency off

Change only a specific widget
Prefix command with one of: tasklist, timer, infopanels

Example:

!transparency infopanels on

🌟 Command !tweakstyle
Disable corner rounding / drop shadow
!tweakstyle rounding off / !tweakstyle dropshadow off
!tweakstyle rounding on / !tweakstyle dropshadow on

(setting "rounding" has no effect on timer)

Change only a specific widget
Prefix command with one of: tasklist, timer, infopanels

Example:

!tweakstyle infopanels rounding off

💡 List of possible color schemes
white-veil
black-veil
muted-pink
secondary
tertiary
lavender
coffee
purple
matcha
cerulean
pumpkin
gold
winter-night
white-glass
black-glass
celebration
vintage-pride
night-drive
peachy
purple-velvet
green-velvet
red-velvet
dark-roast
caramel-latte

💡 Allow these commands for moderators
Run this command once to give your moderators access to all of the above commands:

!sweetconf widgetconfiglevel mod
-----------------------------------------------------
# Super Sweet Task List: Basic Commands
-----------------------------------------------------

| Command | Effect | User level |
| -------------------- | ---------------------------------------- | ---------- |
| !sweet | Prints help | Everybody |
| !task New Task | Creates active task "New Task" | Everybody |
| !task | Shows current task | Everybody |
| !done | Marks current task as done | Everybody |
| !done next | Marks current task as done & starts next | Everybody |
| !done all | Marks all tasks done including current | Everybody |
| !rename Other Task | Renames active task to "Other Task" | Everybody |
| !remove | Removes active task | Everybody |
| !randomtask | Creates a tiny, positive task | Everybody |
| !ask task @someuser | Queries the task of user "someuser" | Everybody |
| !mydone | Shows number of done tasks for user | Everybody |
| !remove | Removes active task | Everybody |
| !remove all | Removes all tasks | Everybody |
| !now Tidy up | Creates task on Task List | Everybody |
| !later Prepare dinner | Creates task in backlog | Everybody |
| !backlog | Shows contents of backlog | Everybody |
| !now | Gets your next task or task from last stream | Everybody |
| !now 1 | Puts first task from backlog on Task List | Everybody |
| !backlog help | Displays help message for backlog | Everybody |
| !remove 1 | Remove first backlog task | Everybody |
| !display 1 | Shows full name of first backlog task | Everybody |
| !backlog clear | Removes all tasks from backlog | Everybody |
| !now next | Gets next task from backlog | Everybody |
| !now skip | Switches out current task for next one | Everybody |
| !now raffle | Gets random task from backlog | Everybody |
| !soon Tidy up | Creates task at front of backlog | Everybody |
| !sweetbacklog | Short summary of backlog feature | Everybody |
| !clearuser @someuser | Removes all tasks created by "someuser" | Moderator |
| !cleardone | Removes all "done" tasks | Creator |
| !tidytasklist | Moves all "done" tasks to the top | Moderator |
| !countold 5 | Counts tasks older than 5 days | Creator |
| !clearold 5 | Removes tasks older than 5 days | Creator |
| !clearall | Removes all tasks | Creator |
| !resetcount | Resets task count in list header | Creator |


Create multiple tasks in the backlog at the same time by separating them with a semicolon ";":

!later Tidy up; Groceries; Dinner
!soon Tidy up; Groceries; Dinner
!task Tidy up; Groceries; Dinner

Changing multiple tasks in the backlog at the same time:

!done 2; 3; 7
!remove 2; 3; 7

You can also include the active task in these commands via the index "0":

!done 0; 2
This marks both your active task & your 2nd backlog task as done

-----------------------------------------------------
# Super Sweet Task List: Pomo Commands for "small timers" on the task list
-----------------------------------------------------

| Command | Effect | User level |
|-------------------------|----------------------------------------------|------------|
| !sweetpomo | Prints help | Everybody |
| !pomo | Shows current pomo / prints short help | Everybody |
| !pomo 9 My Timer | Creates work timer of 9 min with | Everybody |
| | title "My Timer" | |
| !pomo 9/3 My Timer | Creates timer of 9 min work, 3 min break | Everybody |
| | with title "My Timer" | |
| !pomo 9/3/4 My Timer | Creates timer of 9 min work, 3 min break, | Everybody |
| | 4 repeats with title "My Timer" | |
| !pomo pause | Pauses running timer | Everybody |
| !pomo continue | Continues paused timer | Everybody |
| !pomo finish | Finishes timer early | Everybody |
| !pomo cancel | Cancels timer | Everybody |
| !pomo +5 | Adds 5 minutes to current timer | Everybody |
| !pomo -5 | Subtracts 5 minutes from current timer | Everybody |
| !pomo rename Other name | Renames current timer to "Other name" | Everybody |
| !ask pomo @someuser | Queries the pomo of "someuser" | Everybody |

-----------------------------------------------------
# Projects
-----------------------------------------------------

⚠️ This is an advanced feature!
➡️ You will not need it when you are just starting out with Super Sweet Bot! 🙂

| Command | Effect |
| --------------------- | -------------------------------------- |
| !project Housework | Switches to project |
| | (creates project if it does not exist) |
| !projects | Lists all projects |
| !project help | Help on projects |
| !project tutorial | Tutorial on using projects |
| !project remove | Removes active project |
| !fullreset | Removes all projects & tasks |

| Command | Effect |
| ------------------------- | ----------------------------------------------------- |
| !project rename New Name | Renames active project |
| !addto Housework: Tidy up | Adds task to other project |
| !getfrom Housework | Puts next task from given project into active project |
| !peek Housework | Displays project tasks without switching |

Quick project creation
Command:
!project Housework: Tidy up; Empty dishwasher; Mop floor

Creates project (if it does not exist already)
Adds tasks
Switches to project

Command:
!addto Housework: Tidy up; Empty dishwasher; Mop floor

Creates project (if it does not exist already)
Adds tasks
Does *not switch to project

Modifying Tasks in Other Projects
!done Housework: 1; 2
!remove Housework: 1; 2

-----------------------------------------------------
# Super Sweet Task List: Easter Eggs

-----------------------------------------------------

| Command | Effect | User level |
| ------------------------- | ---------------------------------------- | ---------- |
| !sweetpride | Try it! :-) (lasts for 5 minutes) | Creator |
| !sweetpride 15 | Effect for 15 min (up to 480 min) | Creator |

# Configuration of sweetpride

Allow for moderators:
!sweetconf sweetpridelevel mod

Allow for vips (also includes moderators):
!sweetconf sweetpridelevel vip

Allow for subs (also includes vips & moderators):
!sweetconf sweetpridelevel sub

Allow for everybody:
!sweetconf sweetpridelevel user

Allow only for streamer / creator:
!sweetconf sweetpridelevel creator

# Note

Only creator & mods are allowed to specify a duration with a command like "!sweetpride 15".

# More options

Less movement:
!sweetpride mild
!sweetpride mild 15

Pastel colors:
!sweetpride pastel
!sweetpride pastel 15

"Disability Pride" colors:
!sweetpride disability
!sweetpride disability 15

Original (bright!) colors:
!sweetpride original
!sweetpride original 15

Less movement for other variants:
!sweetpride original mild 15
!sweetpride vintage mild 15

Cancel a running SweetPride (only creator & mods):
!sweetpride 0



------------------------------------------------------------------
SuperSweet Data Store:

➡️ If you are a Patreon of level "!Sweet" or above, Super Sweet Data Store will automatically be enabled in your stream. There is no setup required from your side.
➡️ This module of super_sweet_bot allows users to store tiny pieces of information about themselves, like their pronouns or favourite food.

Examples
--------

To store your own pronouns:

!remember pronouns he/him

To query another person's pronouns:

!ask pronouns @some_user_name
# Super Sweet Data Store: Commands


| Command | Effect | User Level |
|--------------------------|----------------------------------------|------------|
| !memory | Prints help | Everybody |
| !remember <key> <value> | Sets <key> to <value> for oneself | Everybody |
| !ask <key> | Gets value of <key> for oneself | Everybody |
| !ask <key> <user> | Gets value of <key> for <user> | Everybody |
| !forget <key> | Deletes <key> for oneself | Everybody |
| !forget all | Deletes all keys for oneself | Everybody |
| !memory stats | Prints statistics | Everybody |
| !forgetuser <key> <user> | Deletes <key> for <user> | Moderator |
| !forgetuser all <user> | Deletes all keys for <user> | Moderator |

Currently, the following keys are supported: pronouns, country, food, pet, astrology

Updated: 5/29/25

As some of you know, I have started a new series of games on my Twitch stream. One of my very best friends, RainyJaynie (also a streamer), has been diagnosed with a 100% fatal disease and is currently in hospice care. Her family and friends (me included) are devastated to say the least. She is a USA Today bestselling author, a mentor, a friend, a streamer, a charity worker, a pilgrim and hiker, and one of the most amazing people I have EVER met. The world will be poorer without her in it. If you’re interested in donating to help her family through this very trying time, her gofundme is here. That being said, I wanted to make a list of the games I will be including in this series as well as list the reasons each game is included and a link to where you can find more info about each game… so here it is. This will be my focus on my Monday, Wednesday, Thursday, and Saturday streams for the foreseeable future. (Friday nights will still be co-working, Tuesdays are for filming for Youtube, and Sundays are my day off.)

From my on-stream description of the project:

This is a massive tribute to one of my very best friends (RainyJaynie) – who will very soon no longer be the true inspiration and light she has been to so many of us. This is a series of 55 games (or sets of games) that I have hand-picked from games that she either loved, WOULD HAVE loved, never finished, or wanted to play and never got to. Most of which she either recommended to me, or I brought to her attention, and were already on my “to play” list. There are also a series of 10 “filler” games that I will be using as “palate cleansers” of sorts in-between games, or during games when I need a break (all of these games also fall into the “Jaynie’s Gems” category). This list of games includes a LOT of games I would not ordinarily play – on stream or otherwise. Puzzlers, Role-playing games, games with a lot of story and reading, and even city-building games. I have tried to include a wide variety of games, and I have spent HOURS finalizing the list, adding, removing, re-ordering, researching, etc. Each and every game is on the list for a reason!

Main Titles, In Order:

These have been ordered quite carefully. Longer games are interspersed with shorter ones to give me a break, and I’ve tried to break up the puzzlers and different genres.

  1. Creatures of Ava – COMPLETED!! (approx 30 hours)
    • Creature of Ava is a game I turned Jaynie onto, and that she never got to finish. I’ve only played a little bit of it previously, but enough to know that I just love it. This is for you, Jaynie.
  2. Gorogoa – COMPLETED! (approx 2 hours)
    • This is a game Jaynie played on stream and was constantly telling me I ought to play. I bought it specifically because of this but have never played it.
  3. Kena: Bridge of Spiritscurrently being played
    • Jaynie loved this game but found it very difficult. Eventually she shelved it, planning to come back to it to finish it. My aim is to finish it for her. It’s a game I’ve always wanted to play but never gotten around to.
  4. Unpacking
    • Jaynie and organizing things. Enough said, right? Also, she loved stories… and this has a good one from what I’ve heard.
  5. Sovereign Syndicate
    • Jaynie loved the idea of this game, and as far as I know, had it on her “I’ll play this eventually” list. As for me, I’m the one who found this gem and passed it on to several people, including Jaynie. I have only played a few hours of it previously, though, so this should be fun.
  6. Endling
    • It’s about world extinction, and FOXES. Need I say more?
  7. Pentiment
    • Jaynie loved stories. And doing voices. So, this was immediately up her alley! I have played this on stream, too, but I got tired of reading it and abandoned the play attempt. The goal this time… is to enjoy the reading and finish it. For Jaynie.
  8. Boxes & Doors
    • Anyone who’s ever been on Jaynie’s channel knows how much she loved these games. I’ve never tried them, but I’m willing to give them a go for her!
  9. Spiritfarer
    • Jaynie played this on stream and was always trying to talk me into playing it, as well. So here we go!
  10. Behind the Frame
    • A puzzle game with a story… and it’s about art. Definitely up Jaynie’s alley.
  11. Thaumaturge
    • This is another one Jaynie would have loved, but probably would have found difficult, so it was on her “maybe I’ll play it” list. Hopefully me completing it for her will count!
  12. Strange Horticulture & possibly it’s sequel (when it comes out)
    • I showed this to Jaynie, and she did play it. However, I don’t think she ever got around to finishing it. So… that falls to me.
  13. Citizen Sleeper 1 & 2
    • It’s got reading, and voices, and story. AND it’s sci-fi, making it 150% up Jaynie’s alley.
  14. Botany Manor
    • A puzzle game about gardening? Yep, this would have been something Jaynie would have loved.
  15. The Life and Suffering of Sir Brante
    • This is a narrative game (lots of reading, I think) and I think Jaynie would really have liked it.
  16. Short Hike
    • From everything I know about this game, it would have been one Jaynie would have liked. It’s a short story game with some really cute graphics.
  17. LA Noire
    • Detective puzzles abound in this game, plus it’s supposedly a really good story. I don’t know if she would have ever played it… but hopefully me playing it FOR her will count?
  18. Storyteller
    • It’s all about writing stories! Jaynie would have loved this!
  19. New Cycle
    • Jaynie found this one through one of my “try-it” streams and really loved it. So, let’s see how far we can get in this city builder (and how close it is to being out of Early Access by the time I get to it!)
  20. Spava & possibly Moncage
    • Jaynie and I found this little puzzle game on a Steam Next-Fest, and we both really liked the demo.
  21. Cloudpunk
    • This is a sci-fi based story game I think Jaynie would have enjoyed.
  22. Please Touch the Artwork 1 & 2
    • Puzzle games about art. With the way Jaynie loved Gorogoa (above), I think this set would have been her jam.
  23. Tchia
    • This is a very cute story game about saving some tropical islands. I think Jaynie would have liked it.
  24. Gibbon
    • This is a story game about some really cute monkeys and saving the environment. I think she would have dug it.
  25. Brewmaster
    • Another game Jaynie would have loved. In fact, she had it on her wishlist.
  26. Word Factori
    • A puzzle game. That involves words and letters. I really enjoy this game, and think Jaynie would have, too!
  27. Yes, Your Grace 1 & 2
    • These are story games where you can use voices, and have lots of choices that will affect the game. Jaynie would have loved them.
  28. The Spirit and the Mouse
    • This was on my wishlist because of Jaynie’s recommendation. So, it only feels right to include it!
  29. The Room 1, 2, 3, & 4
    • A series of puzzle games. I don’t remember if Jaynie played them, but they’re definitely up her alley.
  30. Fran Bow
    • Jaynie played this and really enjoyed it. I have not, so this will be all new to me. (I might also replay Little Misfortune, their other game here)
  31. Once a Tale
    • This is a game with some really fun graphics that is a twist on fairy tales. Jaynie would have loved it.
  32. Stray
    • A super cute game with a lovely story about a cat. I don’t know if Jaynie would have played it, but she would have loved the story!!
  33. Critter Cove
    • This is another really cute and cozy game that I think Jaynie would have liked. It’s got a fun character creator, and you’re rebuilding an island with the help of animal friends and exploration. What’s not to like?
  34. The Forgotten City
    • Jaynie watched a friend of ours, Raindog, play this game, and really enjoyed the puzzle aspect of the story.
  35. Ale Abbey
    • This is another game I would not have probably known about had Jaynie not brought it to my attention. It feels only right that now that it is finally out, I play it for Jaynie.
  36. Return of the Obra Dinn
    • This is a really, really hard puzzle game with a story about a ghost ship. I’ve tried it before and REALLY struggled with it. I only added it to this list because I watched someone else play the game (managed to avoid any spoilers) and have some more insights on how better to play the game. Will I manage to finish it this time? Who knows. But I’ll try!!
  37. Cult of the Lamb
    • Jaynie played this one. It’s a fun and silly game that involves Twitch chat in its shenanigans, and I think it would be very fun to finish it where I’m pretty sure Jaynie never had a chance to!
  38. Bookwalker
    • This is a story about someone who travels through stories. How is this NOT a “Jaynie” type of game?? Also found another game bundled with this game called Book of Hours that I think she would have liked, and I might just play that one, too.
  39. Cat Quest 1, 2, & 3
    • A stupidly cute set of short role-playing games about cats. Fun, cozy, and definitely would have been something she would have liked.
  40. Spirit of the North 1 & 2
    • Story games about cute fox characters. I think Jaynie would have dug them.
  41. Ghost of a Tale
    • It’s a story about a mouse who has been captured by the evil rattos, and it’s got some really hard gameplay. Because of the hard gameplay, I don’t know if Jaynie would have played it, but she would have liked watching me struggle through it!
  42. Little to the Left
    • This is a very cozy, fun puzzle game about organizing things. Plus, it’s got a cat that comes in and messes with your puzzles. She would have adored this.
  43. Farthest Frontier
    • A fun city-builder that was definitely on Jaynie’s wishlist. It’s currently early access, but I put this on the list farther down in the hopes that it’ll be closer to being finished by the time I get to it!
  44. Farewell North
    • A very cute, very sad story about a girl and her dog. (Also puzzley.) Definitely one she would have liked.
  45. The Council
    • A puzzley choose your own adventure style of deduction game that Jaynie really would have enjoyed.
  46. Bakery Sim
    • Jaynie loved to bake. I’m not great at it. But, for her, I’ll give this a go.
  47. King of the Castle
    • Honestly, this game wasn’t even on Jaynie’s radar, because I didn’t know about it until very recently. However, it’s a really fun role-playing/story experience that Twitch chat gets to participate in… so I included this one for fun. I think she would have liked it.
  48. Arranger
    • A roleplaying game with lots of puzzle aspects. She would have loved it.
  49. Espresso Tycoon
    • This cozy tycoon game was on my list because Jaynie recommended it.
  50. Machinika 1 & 2
    • A set of puzzle-heavy games that I don’t know whether Jaynie knew about, but she would have played them.
  51. Spirittea
    • A cozy game about spirits who need to find their home and their peace. I think she would have liked it!
  52. News Tower
    • A fun and cozy tycoon game about a newspaper publisher. I think Jaynie would have gotten really hooked on it.
  53. Wandering Village
    • This is a game I LOVE. It’s still early access, so I left it til later in the list, but the graphics… the music, the city-building?… Jaynie would have loved it.
  54. Nantucket
    • I only bought this ship tycoon game (I think it has some story, too??) because Jaynie told me to. So it only seems right that I finally get around to playing it.
  55. Sea of Stars
    • Jaynie adored this game. I don’t know if she finished it, but she sure put a lot of time into it. It’s not REALLY my kind of game, but she would be super happy for me to play it and experience the story that she loved so much.
  56. [REDACTED]: a pair of secret finale games
    • I’m not going to say anything more about this series of games other than that Jaynie would have been THRILLED to see me play them…. and that they are definitely games I would not ordinarily play. Should be fun!

Palate-Cleansers, in order:

These are longer-term games that will be broken up with other games, or games that are episodic games that can be split up.

  • Tiny Glade (and possibly some Dystopika) – currently being played
    • This game is one that both Jaynie and I adore. It’s creative, it’s inspiring, and it’s a lot of fun to play.
  • Poems and Codes/ Prose and Codescurrently being played
    • Again, this is a pair of games I only put on my wishlist because Jaynie suggested them. Will be played as five puzzles at the beginning of each stream, then move into the “main” game for the day.
  • Tropico 6
    • Jaynie and I shared a true love of the Tropico franchise. In fact, we had plans to play them together on stream as multiplayer. Since I can no longer do that… I figure putting this on the list was only right, and I will play a scenario at a time in between other games or for a break from “main” games.
  • Pharaoh
    • Jaynie and I (again) shared an obsession with this game from a LONG time ago. The linked version is a modern-machine-compatible remake of the original by Sierra games, and I will be playing a mission here and there as I feel like it as a break or gap between games.
  • Wildermyth
    • I put this game on Jaynie’s radar. It’s a papercut-style roleplaying game that even has multiplayer. She added it to her game library per my request, and we had plans to play its multiplayer campaigns together on stream, but we never got to it. So… I’ll at least mess with the single-player stories. They’re likely to take multiple attempts to finish them, so I’ll play this as an in-between sort of game.
  • Amanita publishing collection: Machinarium; Botanicula; Samorost 1, 2, & 3; Creaks; Happy Game; Pilgrims; Chuchel
    • This is a set of hand-drawn puzzle games that Jaynie would have liked to play, I think. They’re short, and will be used as in-between games later in this series.
  • Frostpunk 1 & 2
    • A set of two of my FAVORITE games, as many of you know. However, I’ve never finished them. Jaynie owned them, and I believe she tried them off-stream, and agreed with me that their stories are amazing. I need to, however, finish the first one before I can try the second one….. and the first one is likely to take several attempts to actually WIN the scenarios.
  • Anno 1800
    • Both of us loved this city-builder. We had plans to try it multiplayer on stream together but never got around to it. I felt I needed to include this game. How much of it I play as a part of this series is still in question, but I definitely needed to include it.
  • Octopath Traveler 1 & 2
    • These are two games with unrelated stories, but they are very similar in genre to Sea of Stars, a game that Jaynie ADORED. These games have been on my “list” for quite a while, and I feel putting them on this list was only right. However, they are VERY long, VERRY complicated games…. so I’m not going to play straight through both of them without breaking them up with other games, or without a walkthrough so I can actually COMPLETE said games.
  • [REDACTED]
    • This is a game I will dabble with while playing the two secret finale games. It is SIMILAR in genre, and is based in one of Jaynie’s absolute favorite fandoms, so she would have loved it. I’m not sure if she ever played it… but I certainly have NOT (it’s really not my sort of game or fandom)… how MUCH of it I play? … That’s definitely in question, but when I need a break from the two [REDACTED] finale games, this is the game I will turn to.

Jaynie’s Gems FAQ

  • How can I find out more about RainyJaynie? Using the chat command !jaynie in my stream you will find out a little bit more about Jaynie, and why she is so very special. (The chat command will be listed in stream title.) This command will also play Jaynie’s walk-on sound in tribute to her and her love of Star Trek.
  • How long will this take me? Who knows. But this series is something I truly feel very strongly about, and (I hope) will be fun to watch.
  • Will I get back to my other games? Absolutely. Eventually.
  • Will I stop my co-working? No, I will still be doing one night of co-working a week – Friday nights, as tradition holds.
  • Does this mean no more try-it games? Nope. I still have two of those on my list, and if more come in, I will take the traditional Thursday Try-it morning to play those.
  • How will viewers know why a certain game is on the list?? Each game will have a chat command that will be listed in the stream title for you to find out more about why I included that game in the list, as well as a little blurb about the game itself.
  • How will viewers know what game is next on the list? I will be posting a page on my blog in the next few coming days as to the list order with the link that will be accessible through the chat command !gems (that will also listed in the stream title). This command will also list in chat a little bit about the Jaynie’s Gems series and why I’m doing it.
  • What game is first?? The first game on the list is “Creatures of Ava” – a game that Jaynie and I both love, but neither of us have gotten to finish (and I only barely started it). The first “palate cleanser” games will be “Tiny Glade” and possibly a mission of “Tropico 6” here and there as I need breaks.
  • When does this start? Wednesday, May 14th, 2025 at 10 AM – I know this isn’t a USUAL stream time for me, but I am dying to get this started, and there’s no time like the present. I will also be re-opening the weekly Wed evening Steam game code giveaway as of this stream, so get yourself ready to enter!!

Updated: 11/17/25

This is a list of commands for the SuperSweetBot when I’m doing co-working on stream!

-----------------------------------------------------
# Super Sweet Task List: Basic Commands
-----------------------------------------------------

| Command | Effect | User level |
| -------------------- | ---------------------------------------- | ---------- |
| !sweet | Prints help | Everybody |
| !task New Task | Creates active task "New Task" | Everybody |
| !task | Shows current task | Everybody |
| !done | Marks current task as done | Everybody |
| !done next | Marks current task as done & starts next | Everybody |
| !done all | Marks all tasks done including current | Everybody |
| !rename Other Task | Renames active task to "Other Task" | Everybody |
| !remove | Removes active task | Everybody |
| !randomtask | Creates a tiny, positive task | Everybody |
| !ask task @someuser | Queries the task of user "someuser" | Everybody |
| !mydone | Shows number of done tasks for user | Everybody |
| !remove | Removes active task | Everybody |
| !remove all | Removes all tasks | Everybody |
| !now Tidy up | Creates task on Task List | Everybody |
| !later Prepare dinner | Creates task in backlog | Everybody |
| !backlog | Shows contents of backlog | Everybody |
| !now | Gets your next task or task from last stream | Everybody |
| !now 1 | Puts first task from backlog on Task List | Everybody |
| !backlog help | Displays help message for backlog | Everybody |
| !remove 1 | Remove first backlog task | Everybody |
| !display 1 | Shows full name of first backlog task | Everybody |
| !backlog clear | Removes all tasks from backlog | Everybody |
| !now next | Gets next task from backlog | Everybody |
| !now skip | Switches out current task for next one | Everybody |
| !now raffle | Gets random task from backlog | Everybody |
| !soon Tidy up | Creates task at front of backlog | Everybody |
| !sweetbacklog | Short summary of backlog feature | Everybody |
| !mydone | Shows number of done tasks for user | Everybody |
| !ourdone | Shows number of done tasks in community | Everybody |


Additional Commands in MY STREAM:
| Command | Effect | User Level |
|--------------------------|----------------------------------------------|------------|

| !memory | Prints help | Everybody |
| !remember <key> <value> | Sets <key> to <value> for oneself | Everybody |
| !ask <key> | Gets value of <key> for oneself | Everybody |
| !ask <key> <user> | Gets value of <key> for <user> | Everybody |
| !forget <key> | Deletes <key> for oneself | Everybody |
| !forget all | Deletes all keys for oneself | Everybody |
| !memory stats | Prints statistics | Everybody |

Currently, the following keys are supported: pronouns, country, food, pet, astrology


Create multiple tasks in the backlog at the same time by separating them with a semicolon ";":

!later Tidy up; Groceries; Dinner
!soon Tidy up; Groceries; Dinner
!task Tidy up; Groceries; Dinner

Changing multiple tasks in the backlog at the same time:

!done 2; 3; 7
!remove 2; 3; 7

You can also include the active task in these commands via the index "0":

!done 0; 2
This marks both your active task & your 2nd backlog task as done

-----------------------------------------------------
# Super Sweet Task List: Pomo Commands for "small timers" on the task list
-----------------------------------------------------

| Command | Effect | User level |
|-------------------------|----------------------------------------------|------------|
| !sweetpomo | Prints help | Everybody |
| !pomo | Shows current pomo / prints short help | Everybody |
| !pomo 9 My Timer | Creates work timer of 9 min with | Everybody |
| | title "My Timer" | |
| !pomo 9/3 My Timer | Creates timer of 9 min work, 3 min break | Everybody |
| | with title "My Timer" | |
| !pomo 9/3/4 My Timer | Creates timer of 9 min work, 3 min break, | Everybody |
| | 4 repeats with title "My Timer" | |
| !pomo pause | Pauses running timer | Everybody |
| !pomo continue | Continues paused timer | Everybody |
| !pomo finish | Finishes timer early | Everybody |
| !pomo cancel | Cancels timer | Everybody |
| !pomo +5 | Adds 5 minutes to current timer | Everybody |
| !pomo -5 | Subtracts 5 minutes from current timer | Everybody |
| !pomo rename Other name | Renames current timer to "Other name" | Everybody |
| !ask pomo @someuser | Queries the pomo of "someuser" | Everybody |

-----------------------------------------------------
# Projects
-----------------------------------------------------

⚠️ This is an advanced feature!
➡️ You will not need it when you are just starting out with Super Sweet Bot! 🙂

| Command | Effect |
| --------------------- | -------------------------------------- |
| !project Housework | Switches to project |
| | (creates project if it does not exist) |
| !projects | Lists all projects |
| !project help | Help on projects |
| !project tutorial | Tutorial on using projects |
| !project remove | Removes active project |
| !fullreset | Removes all projects & tasks |

| Command | Effect |
| ------------------------- | ----------------------------------------------------- |
| !project rename New Name | Renames active project |
| !addto Housework: Tidy up | Adds task to other project |
| !getfrom Housework | Puts next task from given project into active project |
| !peek Housework | Displays project tasks without switching |

Quick project creation
Command:
!project Housework: Tidy up; Empty dishwasher; Mop floor

Creates project (if it does not exist already)
Adds tasks
Switches to project

Command:
!addto Housework: Tidy up; Empty dishwasher; Mop floor

Creates project (if it does not exist already)
Adds tasks
Does *not switch to project

Modifying Tasks in Other Projects
!done Housework: 1; 2
!remove Housework: 1; 2

Hello! I am sorry I’ve been sort of MIA recently. Partially it’s been because of health issues – both mental and physical, partially because I’ve just been so busy, and in a large part because of the blow that finding out all the images were messed up on my stories did to me. I truly just didn’t know what to do about it. For that matter, I’m still not sure exactly what I’ll be doing about the large part of them. HOWEVER – I have finally taken the time to assess exactly what’s wrong with them, and what it will need to fix them. (More on that below.) Health issues, as well, have been solved, and things are once again going really well for me. I have also mostly concluded a major “upgrade” to my streaming and filming set-up, which was the large part of being too busy to even consider what was going on with my website. With this “upgrade” in its finishing stages, I feel like I really am in need of doing some serious assessing and updating/upgrading on this website…. so, without any further blabbering from me, here’s the updates:

(more…)

This is a conversation between myself and a friend of mine as I’m making the backstory of my sim for next week’s Lovestruck EP gameplay on my channel. I thought you guys might enjoy reading it! All off-topic comments and identifying comments have been removed.

(more…)

My birthday’s coming up.. and I’m giving everyone who wants to vote a chance to affect what I’ll be doing on my 12 hour stream on the 28th of Dec. (It’s also my 3rd twitchaversary!) If you’re interested in voting, it’s in the announcement section of my discord: https://discord.gg/XweHZmQKVX

If you have an aversion to discord, feel free to use the poll here. (I’ll add votes here to the ones on my discord!)

First, a quick description of each thing:

  1. Crowd Controlled Skyrim
    • We all know what Skyrim is.. and some of you have even seen Bruj do his silly Crowd Control Skyrim editions.. well, I decided that maybe it was time for me to try it. Chat will be able to affect my game as I play.
  2. Interactive Baldur’s Gate 3
    • Chat chooses dialogue options and I follow them no matter what they are!
  3. Sims 4 – Chaos wheel gameplay and/or building
    • My choice as to what sounds good at any one given time, but I’ll have chaos wheel redeems set up for both so you guys can mess with my game.
  4. Cult of the Lamb (Interactive game)
    • Chat gets to be enter to be members of the cult. I’m not sure about this one, but I’ve heard a lot of good things about the game as a whole.
  5. Community Tours in Sims 4
    • Cheap community tours in Sims 4, just having a good time seeing what everyone is capable of building, and getting new ideas and inspiration. I’d be building in between redeems, probably (if there’s time to!)
  6. Chat-chosen apartment themes in Sims 4
    • Also redeem-based.. but Redeemer picks a theme, and when each apartment building is full, We start a new one and upload the full one. (I’d have the buildings built beforehand)

There will also be some side activities… which may or may not include:

  • trivia about thrall
  • stream bingo (things happen on stream, people check off bingo cards)
  • diedrate (alcohol shots) redeems (maybe?)
  • words on stream or gartic (drawing) for breaks
  • an anniversary trailer (provided I have time to make one)
Now, the fun part.. the voting. Vote for as many options as you like. Poll closes Saturday Night, Top 3 options go on to finals voting (next week).

[TS_Poll id=”2″]

My birthday’s coming up.. and I’m giving everyone who wants to vote a chance to affect what I’ll be doing on my 12 hour stream on the 28th of Dec. (It’s also my 3rd twitchaversary!) If you’re interested in voting, it’s in the announcement section of my discord: https://discord.gg/XweHZmQKVX

If you have an aversion to discord, feel free to use the poll here. (I’ll add votes here to the ones on my discord!)

First, a quick description of each thing:

  1. Crowd Controlled Skyrim
    • We all know what Skyrim is.. and some of you have even seen Bruj do his silly Crowd Control Skyrim editions.. well, I decided that maybe it was time for me to try it. Chat will be able to affect my game as I play.
  2. Interactive Baldur’s Gate 3
    • Chat chooses dialogue options and I follow them no matter what they are!
  3. Crowd Controlled Subnautica
    • You all have no idea how much this terrifies me. But I love Subnautica, and I thought this might be silly and fun.. if a little terrifying at the same time.
  4. Crowd Controlled Roller Coaster Tycoon (yeah, the first one)
    • Chat gets to – again – mess with my game. Should be super silly and fun.
  5. Crowd Controlled Cities Skylines 1
    • This could honestly be chaos. But Who knows. Maybe I’ll get a city out of it?
  6. Sims 4 – Chaos wheel gameplay and/or building
    • My choice as to what sounds good at any one given time, but I’ll have chaos wheel redeems set up for both so you guys can mess with my game.
  7. Cult of the Lamb (Interactive game)
    • Chat gets to be enter to be members of the cult. I’m not sure about this one, but I’ve heard a lot of good things about the game as a whole.
  8. Community Tours in Sims 4
    • Cheap community tours in Sims 4, just having a good time seeing what everyone is capable of building, and getting new ideas and inspiration. I’d be building in between redeems, probably (if there’s time to!)
  9. Sims Speed builds on Redeems.
    • This also terrifies me a little, but it might be fun. I’d have two redeems – one for a shell speed build (in other words, I don’t have to furnish the inside), and one for a furnished room build. Redeemer picks theme.
  10. Chat-chosen apartment themes in Sims 4
    • Also redeem-based.. but Redeemer picks a theme, and when each apartment building is full, We start a new one and upload the full one. (I’d have the buildings built beforehand)

There will also be some side activities… which may or may not include:

  • trivia about thrall
  • stream bingo (things happen on stream, people check off bingo cards)
  • diedrate (alcohol shots) redeems (maybe?)
  • words on stream or gartic (drawing) for breaks
  • an anniversary trailer (provided I have time to make one)
Now, the fun part.. the voting. Vote for as many options as you like. Poll closes Saturday Night, Top 6 options go on to semi-finals voting (next week).

[TS_Poll id=”1″]

Monday & Tuesdays from Oct 23 – Oct 31: Megaquarium’s new Deep Freeze DLC
Wed, Oct 25: Sebbymama’s Asylum Night
Monday, Oct 30th: November collab shell challenge (w/ SmokyGlo) launches!
Wed, Nov 1: morning – Diablo 4 Season 2 starts on Bruj’s channel;
evening: Shell tours/Sims building or gameplay?
Sat, Nov 4: morning – D4 saturdays restarts on Bruj’s channel;
evening: Website official launch at 8 PM
Monday, Nov 6th: regular schedule resumes with Kingdom Come: Deliverance, Planet Zoo, and Assassin’s Creed. Megaquarium will move to friday afternoons.
Tues Nov 7th: ESO with Bruj restarts!!
Wed, Nov 8th: SmokyGlo’s Asylum Night
Wed, Nov 15th: TheAwfulGaymer’s Asylum Night
Wed, Nov 22nd: Swe3tP’s Asylum Night
Wed, Nov 29th: Retrolark’s Asylum Night
Fri, Dec 1: Advent Challenge 2023 launches
Wed, Dec 6th: Collab shell tours with SmokyGlo
Sat, Nov 25th: ESO Saturdays on Bruj’s channel restarts!
Thurs, Dec 28th: Thrall’s Birthday & 3rd Affiliate anniversary celebration subathon!!

This is a playthrough that I started with the intention of playing all the way through until the kids grew up and moved out and started families. However, life happened, and I just didn’t have time on Saturdays to play it anymore. Will it make a comeback? Perhaps. I’d like it to!

That being said – it started with my “Engles” family (if you watch my Simlit section, they were in there), and I added another occult kid due to more occults being added.. and eventually, a Servo showed up to help out. We started with the mom, a dog, and six kids.. so yes, the household is overstuffed with Eva the servo. The kids started as toddlers, and are now teens. A really fun playthrough that I took the chance to try out a whole bunch of realism mods for.

(more…)

This is the beta test of the Interactive Asylum Challenge I wrote. After this season, I will consider the rules complete. (They aren’t now) This season started with 16 contenders all made by community members, and competing for real life prizes. At the time of this writing, we are in Phase 3, and have 5 sims left competing for the win.

The picture is the new asylum that I have built specifically for this challenge. There is also a phase 2 halfway house, as well as using one of my other builds for a phase 3 shell for all the sims that made it that far.

(more…)

Post Calendar

March 2026
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031  

Recent Blog Posts

Recent Comments

My Recent YouTube Exclusive Videos

Discord

I am a 47 year old American wife, mother, and gamer. I’ve lived in the Midwest most of my life, and enjoy it for the changing seasons. My favorite movie is Labyrinth, my favorite game is Sims 4, and I have tattoos related to both. My favorite colors are purple, red, and green. When I’m not playing games (which is rare) I also enjoy reading and crafting. I’m also an animal lover, and have had many types of pets over the years. Currently, I have a dog named Cassie who is a Jack Russel / Beagle mix and five young fancy rats (all of whom are rescues). I run this Sims 4 Blog where I post screenshots and stories about the different challenges I play. Also here are the Sims 4 challenges I've written, and a place for me to store all the Sims 4 knowledge I've gotten over the years. I am also a Sims 4/variety streamer on Twitch for my mental health, fun, and to meet new people. I am also in the EA Creator Network and an Ubisoft Partner, which is a dream come true! I look forward to meeting you!
More About me...
All graphics ©IllusoryThrall 2023-2025 - Website run by Wordpress