Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" ?>
- <!--
- tag - RegExp filter of tags (google regexp for more syntax information)
- more accurate filter - better performance
- simple examples:
- regexp which tags it will find
- "\|Key\|" |Key|
- "\(Food\)|\[Prewar|Raw\]" (Food), [Prewar] and [Raw]
- "[\(\[]Chem|Device[\)\]\}]" [Chem], (Chem), (Device), [Device]
- "[\(\[\|]Grenade|Signal|Mine[\|\]\)]" Grenade, Signal and Mine within any of these brackets ({[]})
- favorite - add heart icon
- taggedForSearch - add magnifier icon
- isLegendary - add star icon
- filterFlag - point where make subCategory
- filterMask - point where search items
- 4294967295 - all
- 1 - favorites
- 2 - weapons
- 4 - apparel
- 8 - aid
- 512 - all misc
- 1024 - junk
- 2048 - modifications
- 4096 - ammo
- 8192 - all holotapes
- 128 - all notes and magazines
- equipState - add square icon
- text - name of subcategory (you can use tag here for make icon, but tag shouldn't match tag filter
- otherwise it will put itself out and disappear from pipboy)
- canFavorite - point if subcategory can be favorite (always set false or just ignore this tag)
- subFilter - any unique Number (a power of 2 starting from 65536)
- 65536, 131072, 262144, 524288 etc. (the same subfilters will place in one subcategory)
- 65536 Flag:512 Mask:512 {Key} Keyring <"hhh|\|(Key|Passcard|Password)\|">
- 131072 Flag:512 Mask:512 {Trash} Trash <"\[Trash\]">
- 262144 Flag:512 Mask:512 {Holotape} Information <"rrr|\[(Holotape|News|Note|Log|Schematic|Comic) \]|\ {Schematic\}|(Log$)">
- 524288 Flag:512 Mask:512 {Devices} Devices <"aaa|[\(\[\{](Beacon|Device|MOD|Dog|Temp|Tool|Misc|Save|Settings)[\)\]]|Config|Toggle|Settings">
- 1048576 Flag:8 Mask:520 {Aid} Healing <"ppp|[\[\(](Aid|Blood)[\]\)]|X-111 Compound">
- 2097152 Flag:8 Mask:520 {Chem} Chems <"vvv|\[(Chem|Smoke|Skill Mag)\]|Mysterious Serum">
- 4194304 Flag:8 Mask:520 {Nuka} Drinks <"eee|[\[\(](Drink|Liquor|Nuka|Poison)[\]\)]">
- 8388608 Flag:8 Mask:520 {Food} Food <"ccc|[\[\(](Entree|Food|Prewar|Corpse)[\]\)]">
- 16777216 Flag:2 Mask:2 (Explosives) Explosives <"[\(\[\{](Bomb|Grenade|Mine|Nuke|Nuka|Rock|Signal|Thrown)[\)\]\}]">
- 33554432 Flag:512 Mask:4294967295 {Power Armor} Power Armor <"\[PA .*\]">
- 67108864 Flag:8 Mask:520 {Raw} Ingredients <"zzz|[\[\(](Egg|Herb|Ingredient|Meat|Shroom|Raw)[\]\)]">
- 134217728 Flag:2048 Mask:520 {Armor} Armor <"[\[\|](ArmR|ArmL|Chest|LegL|LegR|Helmet)[\]\|]">
- 268435456 Flag:8 Mask:4294967295 {Quest} Quest & Valuables <"ttt|[\[\(] (Collectible|DRGN|Perk: .*|Quest|Uniq|Unique|Currency|Valuable) [\)\]]|^ (Cobalt|Gold|Hydrocloric|Gallium|Tungsten|Letter|NONE|Terminal)">
- 536870912 Flag:512 Mask:2560 {Devices} Devices <"hhh|[\(\[\{\|] (Beacon|Device|Lockpick|MOD|Temp|Tool|Misc|Save|Settings|Camping|Book) [\|\}\]\)] |Config|Toggle|Settings">
- 1073741824 Flag:512 Mask:2560 {Component} Components <[\(\[](Bottle|Baby Bottle|Flask|Coffee|Component|Compost|Nuka) [\)\]]">
- 2147483648 Flag:2048 Mask:2560 {Software} Software <"jjj|[\[\(](Game|Hack|Software)[\)\]]">
- -->
- <!--
- Radrose Notes:
- The "xxx|" at the beginning of subCategory entries is a magical incantation that sorts categories in the Pip-Boy interface.
- The content of the tag somehow affects the display order, so adding something that doesn't affect the operation, affects the order.
- Changing the search tag re-orders the categories, so find a new magic incantation by trial-and-error...
- No idea what the pattern might be.
- -->
- <subCategories>
- <!-- Misc Keyring --> <subCategory tag="hhh|\|(Key|Passcard|Password)\|">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">512</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Key} Keyring</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">512</filterMask>
- <subFilter type="int">65536</subFilter>
- </subCategory>
- <!-- Junk Trash (Misc) --> <subCategory tag="\[Trash\]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">512</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Trash} Trash</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">512</filterMask>
- <subFilter type="int">131072</subFilter>
- </subCategory>
- <!-- Misc Information --> <subCategory tag="rrr|\[(Holotape|News|Note|Log|Schematic|Comic)\]|\{Schematic\}|(Log$)">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <count type="int">0</count>
- <filterFlag type="int">512</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Holotape} Information</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">512</filterMask>
- <subFilter type="int">262144</subFilter>
- </subCategory>
- <!-- Aid Devices --> <subCategory tag="aaa|[\(\[\{](Beacon|Device|MOD|Dog|Temp|Tool|Misc|Save|Settings)[\)\]]|Config|Toggle|Settings">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">8</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Devices} Devices</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">8</filterMask>
- <subFilter type="int">524288</subFilter>
- </subCategory>
- <!-- Aid Healing --> <subCategory tag="ppp|[\[\(](Aid|Blood)[\]\)]|X-111 Compound">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">8</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Aid} Healing</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">8</filterMask>
- <subFilter type="int">1048576</subFilter>
- </subCategory>
- <!-- Aid Chems --> <subCategory tag="vvv|\[(Chem|Smoke|Skill Mag)\]|Mysterious Serum">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">8</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Chem} Chems</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">8</filterMask>
- <subFilter type="int">2097152</subFilter>
- </subCategory>
- <!-- Aid Drinks --> <subCategory tag="eee|[\[\(](Drink|Liquor|Nuka|Poison)[\]\)]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">8</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Nuka} Drinks</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">8</filterMask>
- <subFilter type="int">4194304</subFilter>
- </subCategory>
- <!-- Aid Food --> <subCategory tag="ccc|[\[\(](Entree|Food|Prewar|Corpse)[\]\)]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">8</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Food} Food</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">8</filterMask>
- <subFilter type="int">8388608</subFilter>
- </subCategory>
- <!-- Weapons --> <subCategory tag="[\(\[\{](Bomb|Grenade|Mine|Nuke|Nuka|Rock|Signal|Thrown)[\)\]\}]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">2</filterFlag>
- <equipState type="int">0</equipState>
- <text>(Explosives) Explosives</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">2</filterMask>
- <subFilter type="int">16777216</subFilter>
- </subCategory>
- <!-- Apparel Power Armor --><subCategory tag="\[PA .*\]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">4</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Power Armor} Power Armor</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">4</filterMask>
- <subFilter type="int">33554432</subFilter>
- </subCategory>
- <!-- Aid Ingredient --> <subCategory tag="zzz|[\[\(](Egg|Herb|Ingredient|Meat|Shroom|Raw)[\]\)]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">8</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Raw} Ingredients</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">8</filterMask>
- <subFilter type="int">67108864</subFilter>
- </subCategory>
- <!-- Apparel Armor --> <subCategory tag="[\[\|](ArmR|ArmL|Chest|LegL|LegR|Helmet)[\]\|]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">4</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Armor} Armor</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">4</filterMask>
- <subFilter type="int">134217728</subFilter>
- </subCategory>
- <!-- Misc Valuables --> <subCategory tag="ttt|[\[\(](Collectible|DRGN|Perk: .*|Quest|Uniq|Unique|Currency|Valuable)[\)\]]|^(Cobalt|Gold|Hydrocloric|Gallium|Tungsten|Letter|NONE|Terminal)">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">512</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Quest} Quest & Valuables</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">512</filterMask>
- <subFilter type="int">268435456</subFilter>
- </subCategory>
- <!-- Misc Devices --><subCategory tag="hhh|[\(\[\{\|](Beacon|Device|Lockpick|MOD|Temp|Tool|Misc|Save|Settings|Camping|Book)[\|\}\]\)]|Config|Toggle|Settings">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <count type="int">0</count>
- <filterFlag type="int">512</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Devices} Devices</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">512</filterMask>
- <subFilter type="int">536870912</subFilter>
- </subCategory>
- <!-- Junk Components --> <subCategory tag="[\(\[](Bottle|Baby Bottle|Flask|Coffee|Component|Compost|Nuka)[\)\]]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">true</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <filterFlag type="int">1024</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Component} Components</text>
- <canFavorite type="boolean">false</canFavorite>
- <filterMask type="int">1024</filterMask>
- <subFilter type="int">1073741824</subFilter>
- </subCategory>
- <!-- Misc Software --> <subCategory tag="jjj|[\[\(](Game|Hack|Software)[\)\]]">
- <favorite type="boolean">false</favorite>
- <taggedForSearch type="boolean">false</taggedForSearch>
- <isLegendary type="boolean">false</isLegendary>
- <count type="int">0</count>
- <filterFlag type="int">512</filterFlag>
- <equipState type="int">0</equipState>
- <text>{Software} Software</text>
- <canFavorite type="boolean">true</canFavorite>
- <filterMask type="int">512</filterMask>
- <subFilter type="int">2147483648</subFilter>
- </subCategory>
- </subCategories>
Advertisement
Add Comment
Please, Sign In to add comment