RimWorld

RimWorld

150 ratings
Custom Alerts
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.4, 1.5
File Size
Posted
Updated
350.066 KB
Nov 29, 2022 @ 2:16pm
Mar 24, 2024 @ 2:17pm
6 Change Notes ( view )

Subscribe to download
Custom Alerts

In 2 collections by Uuugggg
Uuugggg's RimWorld mods
29 items
All the RimWorld mods you need
56 items
Description
Set up alerts using custom filters so you know when something shows up on the map.

Features
There's a Button on the bottom right to open the Alerts Manager to get started.

From there, you can create a new search, or import from the library.

When things matching your custom filters show up, an alert will pop up on the right of the screen like normal.

Each alert has a few options:
- Critical alert or not - red and pulsing on screen.
- It can wait X seconds to alert, so temporary problems don't alert you immediately.
- How many things to alert about. Either, "oh no there are 100 bugs now", or, "your medicine supply is <10"
- The count of found things can be included in the Alert Title with "%n" in the alert name

Performance
Alerts are processed at regular intervals, so set up the filters to be smart, and not too slow. Set the Listing to whatevery category you're looking for ( 'All' is definitely too broad ). Order the filters from top to bottom to quickly narrow down items. The lower filters are only checked if the item passes the previous filters ( especially the Name filter, its slower than other filters )

TD Find Lib
This mod uses the framework mod TD Find Lib to allow very detailed filters to find what you want. For more details on how to use its features, check out that mod page.

---

This is an evolution of my old mod List Everything. This mod is just alerts, but you can easily share and import/export searches to other mods that use The TD Find Lib like Ctrl F

---

Github source and releases : https://github.com/alextd/RimWorld-CustomAlerts/releases/latest
Hey, people seem to like donating, so: https://ko-fi.com/alextd
Popular Discussions View All (11)
2
Jun 23 @ 11:56pm
(Anomaly DLC) Is there a way to search for entities held on platform?
elfxiong
2
Jun 7 @ 4:14pm
attacking specific thing
晓山alreShan
30
Apr 7 @ 4:16am
Share Custom Searches
Uuugggg
124 Comments
Tyrant Jun 29 @ 5:23am 
Thanks, Space Alert is one of my favorite tabletop games, I own a physical copy.

Looking forward to the update, the 1.6 performance improvements have made it difficult for me to go back to 1.5
Uuugggg  [author] Jun 28 @ 2:31pm 
For recognizing Space Alert you get a response: yup

Just real sick now
Tyrant Jun 28 @ 12:57pm 
Do you plan on updating this to 1.6? Also, really love the Space Alert image for the mod.
rwll Jun 14 @ 7:08pm 
omg what a splendid work. I've spent nearly a day searching for the custom alarm function of a mod in the 1.3 version I used to play. thanks
a7492 Mar 25 @ 8:53am 
I know this mod probably cannot add a new field to the game objects. But maybe some sort of HashMap<ThingID,List<Label>> stored in a field managed by the mod?
a7492 Mar 25 @ 8:50am 
I will add that in general, many applications in general that involve searching/filtering/sorting of items often include some sort of "tagging" feature for users to manually tag items. Then the presence or absence of specific tags (or marks, as I called them) becomes a powerful new search filter that could be adapted for a variety of use cases.

Basic example would be "labels" in gmail. Sure, you can assign labels automatically via gmail filters. But the ability to manually assign labels too is also there and commonly used.
a7492 Mar 25 @ 8:45am 
I have a search that finds downed wild animals around the map for me to butcher. Useful for the very early game, when I rely somewhat on scavenging remains from animals killed by another animals.

Sometimes an animal corpse is too far away from the center or is close to rotting. So it would nice to be able to simply "mark" such a corpse manually to ignore it from the search.

I realize technically I could probably include filters for area (filter to include only within a certain area close to the center) and also something related to corpse rotting. But in general, sometimes some decisions are best judged on a case by cases basis. So I just thought it would be nice to be able to suppress individual alerts individually, manually, by some sort of marking.

Just an idea. Not necessary, mod still great even without this.
晓山alreShan Mar 22 @ 5:21pm 
@a7492
Are you talking about specific pawn?
Custom, thing.ThingID
this can do, but you have to find the ID

If you are meaning race or a type of thing, then use Specific thing
Uuugggg  [author] Mar 22 @ 5:10pm 
I'd wonder what alert you're thinking of that excludes a specific something that can't be a filter of some sort
a7492 Mar 22 @ 5:08pm 
Is there a way to manually mark items or entities to exclude them from all searches/alerts?