RimWorld

RimWorld

152 ratings
Custom Alerts
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.4, 1.5
File Size
Posted
Updated
350.066 KB
29 Nov, 2022 @ 2:16pm
24 Mar, 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
23 Jun @ 11:56pm
(Anomaly DLC) Is there a way to search for entities held on platform?
elfxiong
2
7 Jun @ 4:14pm
attacking specific thing
晓山alreShan
30
7 Apr @ 4:16am
Share Custom Searches
Uuugggg
125 Comments
Pos 4/5 7 Jul @ 7:35am 
@Uuugggg Hope you get well soon!
Tyrant 29 Jun @ 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] 28 Jun @ 2:31pm 
For recognizing Space Alert you get a response: yup

Just real sick now
Tyrant 28 Jun @ 12:57pm 
Do you plan on updating this to 1.6? Also, really love the Space Alert image for the mod.
rwll 14 Jun @ 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 25 Mar @ 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 25 Mar @ 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 25 Mar @ 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 22 Mar @ 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] 22 Mar @ 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