RimWorld

RimWorld

Custom Alerts
Check weapon UNWEARED (in "cargo")
Hi! I am not understand how to make search that looking for weapon in pawn's inventory but exclude wearied (in slot) items. For example search for all not-equipped weapon inside pawn.
Need it for check after non-trivial items evacuations in Ancient Complex or after looting valuables things for reprocess.
Naposledy upravil CrazyBlot; 28. čvc. 2024 v 10.46
< >
Zobrazuje se 13 z 3 komentářů
Uuugggg  [vývojář] 6. srp. 2024 v 11.27 
Hello yes. The filter for pawn's gear is now expanded to search inventory specifically (Once Steam decides to update TDFindLib for you)

Personal Details => Gear , change "equipped or worn" to "inventory"

Note that The other "Inventory" filter is general and would find anything, in any container of any sort.
Cool! Thank will try it.
Something like that very helpful when using both Pick Up And Houl and Simple Side Arm in order to unload extra weapon stuck in 'cargo'.
PS: I wrote suggestion to authors to add option that dont allow to hold weapons in `cargo` if you are `not in a rout` with that weapon.
Search example:
<TD_Find_Lib.QuerySearch> <saveable Class="TD_Find_Lib.QuerySearch"> <name>Double R-Weapon!</name> <listType>Everyone</listType> <mapType>AllMaps</mapType> <searchMaps /> <queries> <li Class="TD_Find_Lib.ThingQueryBasicProperty"> <def>Query_PawnProperty</def> </li> <li Class="TD_Find_Lib.ThingQueryEquipment"> <def>Query_Equipment</def> <queries> <li Class="TD_Find_Lib.ThingQueryItemCategory"> <def>Query_ItemCategory</def> <refName>WeaponsRanged</refName> </li> </queries> <matchAllQueries>False</matchAllQueries> <hasType>Any</hasType> </li> <li Class="TD_Find_Lib.ThingQueryEquipment"> <def>Query_Equipment</def> <queries> <li Class="TD_Find_Lib.ThingQueryItemCategory"> <def>Query_ItemCategory</def> <refName>WeaponsRanged</refName> </li> <li Class="TD_Find_Lib.ThingQueryThingDef"> <def>Query_Def</def> <include>False</include> <refName>Weapon_GrenadeEMP</refName> </li> </queries> <matchAllQueries>True</matchAllQueries> <filterType>Unused</filterType> <hasType>Any</hasType> </li> </queries> <matchAllQueries>True</matchAllQueries> </saveable> </TD_Find_Lib.QuerySearch>
Naposledy upravil CrazyBlot; 7. srp. 2024 v 0.22
< >
Zobrazuje se 13 z 3 komentářů
Na stránku: 1530 50