Jump to content

wip-fallout-4-using-modorganizer-2


Recommended Posts

@thorgal

 

 

is the guide in its current state working ?

or would it be better to wait ?

is the guide in its current state working ?

Yes

would it be better to wait ?

Up to you the wiki is always changing. AWKCR and AE have changed alot of things that needs to be altered in the MODWIKI.

 

Things in progress

INNR weapon,armor and clothing namig.

Partial removal of Weaponsmith Extended - VIS Icons Patch (no longer up to date)

Removal of concealed armor

Iconslib2 Update

 

Because Mod authors are busy and take time doing stuff, I'm thinking I'll ADD a

MODWIKI.ESM

this will Hold Keywords for Naming and internal Mod alterations so when thins are covered in a more universal way in Keywords It can be removed more easily.

Link to comment
Share on other sites

INNR uses item keywords to generate the [club] [hammer] [bat] naming. the only AID i use is a INNR exporter/importer for FO4edit. NOTE:There will be a new updated INNR when the Iconslib is released.

 

[spoiler=where I'm up to]

<!--
icon - icon definition
keyword - tag without any brackets
hidetag - set false to force showing tag with icon (i.e. for armor L R pieces)
-->
<tags>
<!-- Aid -->
<tag icon='b_aid_med' keyword='Aid' hidetag='true'/>
<tag icon='b_aid_device' keyword='Device' hidetag='true'/>
<tag icon='b_aid_nuka_1' keyword='Drink' hidetag='true'/>
<tag icon='b_aid_food_rad' keyword='Food' hidetag='true'/>
<tag icon='b_aid_chem' keyword='Chem' hidetag='true'/>
<tag icon='b_aid_alcohol' keyword='Liquor' hidetag='true'/>
<tag icon='b_aid_nuka_1' keyword='Nuka' hidetag='true'/>
<tag icon='b_aid_food_rad' keyword='Prewar' hidetag='true'/>
<tag icon='b_aid_food_raw' keyword='Raw' hidetag='true'/>
<tag icon='b_aid_syringe' keyword='Syringe' hidetag='true'/>
<!-- Ammo -->
<tag icon='b_ammo' keyword='Ammo' hidetag='true'/>
<tag icon='b_fuel' keyword='Fuel' hidetag='true'/>
<!-- Armor --> 
<tag icon='b_armor_arm_l' keyword='ArmL' hidetag='true'/>
<tag icon='b_armor_arm_r' keyword='ArmR' hidetag='true'/>
<tag icon='b_armor_chest' keyword='Chest' hidetag='true'/>
<tag icon='b_armor_leg_l' keyword='LegL' hidetag='true'/>
<tag icon='b_armor_leg_r' keyword='LegR' hidetag='true'/>
<!-- Armor by Class -->
<tag icon='star2' keyword='Combat' hidetag='true'/>
<tag icon='b_ac_instatute' keyword='Synth' hidetag='true'/>
<tag icon='b_ac_dc_guard' keyword='DC Guard' hidetag='true'/>
<tag icon='abc_leather' keyword='Leather' hidetag='true'/>
<tag icon='abc_metal' keyword='Metal' hidetag='true'/>
<tag icon='b_ac_marine' keyword='Marine' hidetag='true'/>
<tag icon='abc_robot' keyword='Robot' hidetag='true'/>
<tag icon='abc_therm_optics' keyword='Therm Optics' hidetag='true'/>
<tag icon='abc_trapper' keyword='Trapper' hidetag='true'/>
<tag icon='b_ac_bos' keyword='BOS' hidetag='true'/>
<!-- Power Armor -->
<tag icon='pa_arml' keyword='PA ArmL' hidetag='true'/>
<tag icon='pa_armr' keyword='PA ArmR' hidetag='true'/>
<tag icon='pa_chest' keyword='PA Torso' hidetag='true'/>
<tag icon='pa_head' keyword='PA Helmet' hidetag='true'/>
<tag icon='pa_legl' keyword='PA LegL' hidetag='true'/>
<tag icon='pa_legr' keyword='PA LegR' hidetag='true'/>
<!-- Power Armor by Class-->
<tag icon='abc_pa_raider' keyword='Raider Power' hidetag='true'/>
<tag icon='abc_pa_t45' keyword='T-45' hidetag='true'/>
<tag icon='abc_pa_t51' keyword='T-51' hidetag='true'/>
<tag icon='abc_pa_t60' keyword='T-60' hidetag='true'/>
<tag icon='abc_pa_x01' keyword='X-01' hidetag='true'/>
<!-- Cosmetics -->
<tag icon='b_a_casual' keyword='Casual' hidetag='true'/>
<tag icon='b_a_dapper' keyword='Dapper' hidetag='true'/>
<tag icon='b_ac_instatute' keyword='Institute' hidetag='true'/>
<tag icon='b_ac_military' keyword='Military' hidetag='true'/>
<tag icon='b_ac_anarchy' keyword='Raider' hidetag='true'/>
<tag icon='b_a_rugged' keyword='Rugged' hidetag='true'/>
<tag icon='b_ac_skimpy' keyword='Skimpy' hidetag='true'/>
<tag icon='b_vault-tec' keyword='Vault-tec' hidetag='true'/>
<tag icon='b_a_watch' keyword='Arm' hidetag='true'/>
<tag icon='b_a_bandolier' keyword='Bandolier' hidetag='true'/>
<tag icon='b_a_belt' keyword='Belt' hidetag='true'/>
<tag icon='b_armor_biosuit' keyword='Biosuit' hidetag='true'/>
<tag icon='b_a_pants' keyword='Bottom' hidetag='true'/>
<tag icon='b_a_braclet' keyword='Bracelet' hidetag='true'/>
<tag icon='b_a_cape' keyword='Cloak' hidetag='true'/>
<tag icon='b_a_dog' keyword='Dog' hidetag='true'/>
<tag icon='b_a_earring' keyword='Earring' hidetag='true'/>
<tag icon='b_a_glasses' keyword='Eyewear' hidetag='true'/>
<tag icon='b_a_boot' keyword='Footwear' hidetag='true'/>
<tag icon='b_a_gloves' keyword='Gloves' hidetag='true'/>
<tag icon='n_harness' keyword='Harness' hidetag='true'/>
<tag icon='b_a_hat' keyword='Hat' hidetag='true'/>
<tag icon='b_a_bandanna' keyword='Headband' hidetag='true'/>
<tag icon='b_armor_helm' keyword='Helmet' hidetag='true'/>
<tag icon='b_a_jacket' keyword='Jacket' hidetag='true'/>
<tag icon='w_2h' keyword='Large Melee' hidetag='true'/>
<tag icon='b_a_legs' keyword='Leg' hidetag='true'/>
<tag icon='w_1h' keyword='Melee Weapon' hidetag='true'/>
<tag icon='b_a_mouth' keyword='Mouth' hidetag='true'/>
<tag icon='b_a_gasmask' keyword='Mask' hidetag='true'/>
<tag icon='b_a_necklace' keyword='Necklace' hidetag='true'/>
<tag icon='b_a_shield' keyword='Offhand' hidetag='true'/>
<tag icon='b_a_pack' keyword='Pack' hidetag='true'/>
<tag icon='b_a_dumbbels' keyword='Piercing' hidetag='true'/>
<tag icon='b_rifle' keyword='Rifle' hidetag='true'/>
<tag icon='b_a_ring' keyword='Ring' hidetag='true'/>
<tag icon='la_packlower' keyword='Satchel' hidetag='true'/>
<tag icon='b_a_scarf' keyword='Scarf' hidetag='true'/>
<tag icon='b_a_holster' keyword='Sidearm' hidetag='true'/>
<tag icon='b_armor_smut' keyword='Super Mutant' hidetag='true'/>
<tag icon='b_a_attire' keyword='Top' hidetag='true'/>
<tag icon='b_a_vest' keyword='Vest' hidetag='true'/>
<tag icon='jetpack' keyword='Jetpack' hidetag='true'/>
<tag icon='bos' keyword='BoS' hidetag='true'/>
<tag icon='lantern' keyword='Railroad' hidetag='true'/>
<tag icon='minutemen' keyword='Minutemen' hidetag='true'/>
<tag icon='diamcity' keyword='DC' hidetag='true'/>
<tag icon='fire' keyword='Forged' hidetag='true'/>
<tag icon='n_atmoic' keyword='CoA' hidetag='true'/>
<tag icon='skull' keyword='Merc' hidetag='true'/>
<tag icon='skull' keyword='Gunner' hidetag='true'/>
<tag icon='skull2' keyword='Scavver' hidetag='true'/>
<tag icon='fullhelm' keyword='Masked Helmet' hidetag='true'/>
<tag icon='b_a_gasmask' keyword='Face Mask' hidetag='true'/>
<tag icon='b_dress' keyword='Dress' hidetag='true'/>
<tag icon='b_suit' keyword='Suit' hidetag='true'/>
<!-- Clothes -->
<tag icon='armdef' keyword='Armor' hidetag='true'/>
<tag icon='shirt' keyword='Clothing' hidetag='true'/>
<tag icon='shirt' keyword='Clothes' hidetag='true'/>
<tag icon='arm' keyword='Underarmor' hidetag='true'/>
<!-- Explosives -->
<tag icon='gren' keyword='Explosives' hidetag='true'/>
<tag icon='gren' keyword='Grenade' hidetag='true'/>
<tag icon='mine' keyword='Mine' hidetag='true'/>
<tag icon='sgren' keyword='Signal' hidetag='true'/>
<!-- Junk -->
<tag icon='b_wood' keyword='Resource' hidetag='true'/>
<tag icon='b_trash' keyword='Scrap' hidetag='true'/>
<tag icon='b_tool' keyword='Tool' hidetag='true'/>
<!-- Misc -->
<tag icon='caps' keyword='Currency' hidetag='true'/>
<tag icon='b_lock' keyword='Lockpick' hidetag='true'/>
<tag icon='b_book' keyword='Settings' hidetag='true'/>
<tag icon='uniq' keyword='Unique' hidetag='true'/>
<tag icon='b_diamond' keyword='Valuable' hidetag='true'/>
<tag icon='b_bottle' keyword='Bottle' hidetag='true'/>
<tag icon='uniq' keyword='Collectible' hidetag='true'/>
<tag icon='b_aid_flask' keyword='Crafting' hidetag='true'/>
<tag icon='game' keyword='Game' hidetag='true'/>
<tag icon='hack' keyword='Hack' hidetag='true'/>
<tag icon='b_holotape' keyword='Holotape' hidetag='true'/>
<tag icon='b_note' keyword='Note' hidetag='true'/>
<tag icon='head' keyword='Perk: Bobblehead' hidetag='true'/>
<tag icon='b_comic' keyword='Perk: Mag' hidetag='true'/>
<tag icon='b_quest' keyword='Quest' hidetag='true'/>
<tag icon='b_trash' keyword='Trash' hidetag='true'/>
<tag icon='b_keys' keyword='Key' hidetag='true'/>
<tag icon='b_password' keyword='Password' hidetag='true'/>
<tag icon='b_keycard' keyword='Passcard' hidetag='true'/>
<tag icon='w_baseball_bat' keyword='Bat' hidetag='true'/>
<!-- Misc Halgoth-->
<tag icon='b_beacon' keyword='beacon' hidetag='true'/>
<tag icon='b_aid_food_1' keyword='Cooked' hidetag='true'/>
<tag icon='b_aid_food_rad' keyword='PreWar' hidetag='true'/>
<tag icon='b_comic' keyword='Skill Mag' hidetag='true'/>
<!-- Mods -->
<tag icon='mods' keyword='Mod' hidetag='true'/>
<!-- Perks -->
<tag icon='head' keyword='Bobblehead' hidetag='true'/>
<tag icon='b_comic' keyword='Magazine' hidetag='true'/>
<tag icon='wave' keyword='Companion' hidetag='true'/>
<!-- Weapons -->
<!-- filterMask 2 Weapons -->
<tag icon='w_ak' keyword='Ak' hidetag='true'/>
<tag icon='w_ar556' keyword='AR' hidetag='true'/>
<tag icon='w_battle_rifle' keyword='BR' hidetag='true'/>
<tag icon='w_lever_action_rifle' keyword='CARB' hidetag='true'/>
<tag icon='w_pipe_revolver' keyword='HMP' hidetag='true'/>
<tag icon='w_pipe_bolt_rifle' keyword='HMR' hidetag='true'/>
<tag icon='w_10mm' keyword='HP' hidetag='true'/>
<tag icon='w_institute_pistol' keyword='IP' hidetag='true'/>
<tag icon='w_institute_rifle' keyword='IR' hidetag='true'/>
<tag icon='w_laser_musket' keyword='LM' hidetag='true'/>
<tag icon='w_laser_pistol' keyword='LP' hidetag='true'/>
<tag icon='w_laser_rifle' keyword='LR' hidetag='true'/>
<tag icon='w_lever_action_rifle' keyword='LAR' hidetag='true'/>
<tag icon='w_machine_gun' keyword='LMG' hidetag='true'/>
<tag icon='w_deliverer' keyword='LSAP' hidetag='true'/>
<tag icon='w_minigun' keyword='HMG' hidetag='true'/>
<tag icon='w_plasma_pistol' keyword='PP' hidetag='true'/>
<tag icon='w_plasma_rifle' keyword='PR' hidetag='true'/>
<tag icon='w_revo' keyword='REV' hidetag='true'/>
<tag icon='w_pistol' keyword='SAP' hidetag='true'/>
<tag icon='w_ak' keyword='SAR' hidetag='true'/>
<tag icon='w_combat_shotgun' keyword='SAS' hidetag='true'/>
<tag icon='w_shotgun' keyword='SG' hidetag='true'/>
<tag icon='w_sub_machine_gun' keyword='SMG' hidetag='true'/>
<tag icon='w_broadsider' keyword='Cannonball' hidetag='true'/>
<tag icon='w_flamer' keyword='Flamer' hidetag='true'/>
<tag icon='w_missile_launcher' keyword='Missile' hidetag='true'/>
<tag icon='w_fat_man' keyword='Mini Nuke' hidetag='true'/>
<tag icon='w_ripper' keyword='Ripper' hidetag='true'/>
<!--
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
-->
<!-- filterMask 2 Melee Weapons -->
<tag icon='w_combat_knife' keyword='Knife' hidetag='true'/>
<tag icon='w_machete_2' keyword='Machete' hidetag='true'/>
<tag icon='w_revolutionary_sword' keyword='Sword' hidetag='true'/>
<tag icon='w_hatchet' keyword='Hatchet' hidetag='true'/>
<tag icon='w_grognaks_axe' keyword='Axe' hidetag='true'/>
<tag icon='w_baseball_bat' keyword='Club' hidetag='true'/>
<tag icon='w_sledgehammer' keyword='Hammer' hidetag='true'/>
<tag icon='w_power_fist' keyword='Powered' hidetag='true'/>
<tag icon='w_knuckles' keyword='Fist' hidetag='true'/>
<tag icon='w_boxing_glove' keyword='Melee' hidetag='true'/>
<!-- Other Mods -->
<tag icon='jetpack' keyword='PA Jetpack' hidetag='true'/>
<tag icon='module' keyword='Module' hidetag='true'/>
</tags>

 

 

Link to comment
Share on other sites

INNR uses item keywords to generate the [club] [hammer] [bat] naming. the only AID i use is a INNR exporter/importer for FO4edit. NOTE:There will be a new updated INNR when the Iconslib is released.

 

[spoiler=where I'm up to]

<!--
icon - icon definition
keyword - tag without any brackets
hidetag - set false to force showing tag with icon (i.e. for armor L R pieces)
-->
<tags>
<!-- Aid -->
<tag icon='b_aid_med' keyword='Aid' hidetag='true'/>
<tag icon='b_aid_device' keyword='Device' hidetag='true'/>
<tag icon='b_aid_nuka_1' keyword='Drink' hidetag='true'/>
<tag icon='b_aid_food_rad' keyword='Food' hidetag='true'/>
<tag icon='b_aid_chem' keyword='Chem' hidetag='true'/>
<tag icon='b_aid_alcohol' keyword='Liquor' hidetag='true'/>
<tag icon='b_aid_nuka_1' keyword='Nuka' hidetag='true'/>
<tag icon='b_aid_food_rad' keyword='Prewar' hidetag='true'/>
<tag icon='b_aid_food_raw' keyword='Raw' hidetag='true'/>
<tag icon='b_aid_syringe' keyword='Syringe' hidetag='true'/>
<!-- Ammo -->
<tag icon='b_ammo' keyword='Ammo' hidetag='true'/>
<tag icon='b_fuel' keyword='Fuel' hidetag='true'/>
<!-- Armor --> 
<tag icon='b_armor_arm_l' keyword='ArmL' hidetag='true'/>
<tag icon='b_armor_arm_r' keyword='ArmR' hidetag='true'/>
<tag icon='b_armor_chest' keyword='Chest' hidetag='true'/>
<tag icon='b_armor_leg_l' keyword='LegL' hidetag='true'/>
<tag icon='b_armor_leg_r' keyword='LegR' hidetag='true'/>
<!-- Armor by Class -->
<tag icon='star2' keyword='Combat' hidetag='true'/>
<tag icon='b_ac_instatute' keyword='Synth' hidetag='true'/>
<tag icon='b_ac_dc_guard' keyword='DC Guard' hidetag='true'/>
<tag icon='abc_leather' keyword='Leather' hidetag='true'/>
<tag icon='abc_metal' keyword='Metal' hidetag='true'/>
<tag icon='b_ac_marine' keyword='Marine' hidetag='true'/>
<tag icon='abc_robot' keyword='Robot' hidetag='true'/>
<tag icon='abc_therm_optics' keyword='Therm Optics' hidetag='true'/>
<tag icon='abc_trapper' keyword='Trapper' hidetag='true'/>
<tag icon='b_ac_bos' keyword='BOS' hidetag='true'/>
<!-- Power Armor -->
<tag icon='pa_arml' keyword='PA ArmL' hidetag='true'/>
<tag icon='pa_armr' keyword='PA ArmR' hidetag='true'/>
<tag icon='pa_chest' keyword='PA Torso' hidetag='true'/>
<tag icon='pa_head' keyword='PA Helmet' hidetag='true'/>
<tag icon='pa_legl' keyword='PA LegL' hidetag='true'/>
<tag icon='pa_legr' keyword='PA LegR' hidetag='true'/>
<!-- Power Armor by Class-->
<tag icon='abc_pa_raider' keyword='Raider Power' hidetag='true'/>
<tag icon='abc_pa_t45' keyword='T-45' hidetag='true'/>
<tag icon='abc_pa_t51' keyword='T-51' hidetag='true'/>
<tag icon='abc_pa_t60' keyword='T-60' hidetag='true'/>
<tag icon='abc_pa_x01' keyword='X-01' hidetag='true'/>
<!-- Cosmetics -->
<tag icon='b_a_casual' keyword='Casual' hidetag='true'/>
<tag icon='b_a_dapper' keyword='Dapper' hidetag='true'/>
<tag icon='b_ac_instatute' keyword='Institute' hidetag='true'/>
<tag icon='b_ac_military' keyword='Military' hidetag='true'/>
<tag icon='b_ac_anarchy' keyword='Raider' hidetag='true'/>
<tag icon='b_a_rugged' keyword='Rugged' hidetag='true'/>
<tag icon='b_ac_skimpy' keyword='Skimpy' hidetag='true'/>
<tag icon='b_vault-tec' keyword='Vault-tec' hidetag='true'/>
<tag icon='b_a_watch' keyword='Arm' hidetag='true'/>
<tag icon='b_a_bandolier' keyword='Bandolier' hidetag='true'/>
<tag icon='b_a_belt' keyword='Belt' hidetag='true'/>
<tag icon='b_armor_biosuit' keyword='Biosuit' hidetag='true'/>
<tag icon='b_a_pants' keyword='Bottom' hidetag='true'/>
<tag icon='b_a_braclet' keyword='Bracelet' hidetag='true'/>
<tag icon='b_a_cape' keyword='Cloak' hidetag='true'/>
<tag icon='b_a_dog' keyword='Dog' hidetag='true'/>
<tag icon='b_a_earring' keyword='Earring' hidetag='true'/>
<tag icon='b_a_glasses' keyword='Eyewear' hidetag='true'/>
<tag icon='b_a_boot' keyword='Footwear' hidetag='true'/>
<tag icon='b_a_gloves' keyword='Gloves' hidetag='true'/>
<tag icon='n_harness' keyword='Harness' hidetag='true'/>
<tag icon='b_a_hat' keyword='Hat' hidetag='true'/>
<tag icon='b_a_bandanna' keyword='Headband' hidetag='true'/>
<tag icon='b_armor_helm' keyword='Helmet' hidetag='true'/>
<tag icon='b_a_jacket' keyword='Jacket' hidetag='true'/>
<tag icon='w_2h' keyword='Large Melee' hidetag='true'/>
<tag icon='b_a_legs' keyword='Leg' hidetag='true'/>
<tag icon='w_1h' keyword='Melee Weapon' hidetag='true'/>
<tag icon='b_a_mouth' keyword='Mouth' hidetag='true'/>
<tag icon='b_a_gasmask' keyword='Mask' hidetag='true'/>
<tag icon='b_a_necklace' keyword='Necklace' hidetag='true'/>
<tag icon='b_a_shield' keyword='Offhand' hidetag='true'/>
<tag icon='b_a_pack' keyword='Pack' hidetag='true'/>
<tag icon='b_a_dumbbels' keyword='Piercing' hidetag='true'/>
<tag icon='b_rifle' keyword='Rifle' hidetag='true'/>
<tag icon='b_a_ring' keyword='Ring' hidetag='true'/>
<tag icon='la_packlower' keyword='Satchel' hidetag='true'/>
<tag icon='b_a_scarf' keyword='Scarf' hidetag='true'/>
<tag icon='b_a_holster' keyword='Sidearm' hidetag='true'/>
<tag icon='b_armor_smut' keyword='Super Mutant' hidetag='true'/>
<tag icon='b_a_attire' keyword='Top' hidetag='true'/>
<tag icon='b_a_vest' keyword='Vest' hidetag='true'/>
<tag icon='jetpack' keyword='Jetpack' hidetag='true'/>
<tag icon='bos' keyword='BoS' hidetag='true'/>
<tag icon='lantern' keyword='Railroad' hidetag='true'/>
<tag icon='minutemen' keyword='Minutemen' hidetag='true'/>
<tag icon='diamcity' keyword='DC' hidetag='true'/>
<tag icon='fire' keyword='Forged' hidetag='true'/>
<tag icon='n_atmoic' keyword='CoA' hidetag='true'/>
<tag icon='skull' keyword='Merc' hidetag='true'/>
<tag icon='skull' keyword='Gunner' hidetag='true'/>
<tag icon='skull2' keyword='Scavver' hidetag='true'/>
<tag icon='fullhelm' keyword='Masked Helmet' hidetag='true'/>
<tag icon='b_a_gasmask' keyword='Face Mask' hidetag='true'/>
<tag icon='b_dress' keyword='Dress' hidetag='true'/>
<tag icon='b_suit' keyword='Suit' hidetag='true'/>
<!-- Clothes -->
<tag icon='armdef' keyword='Armor' hidetag='true'/>
<tag icon='shirt' keyword='Clothing' hidetag='true'/>
<tag icon='shirt' keyword='Clothes' hidetag='true'/>
<tag icon='arm' keyword='Underarmor' hidetag='true'/>
<!-- Explosives -->
<tag icon='gren' keyword='Explosives' hidetag='true'/>
<tag icon='gren' keyword='Grenade' hidetag='true'/>
<tag icon='mine' keyword='Mine' hidetag='true'/>
<tag icon='sgren' keyword='Signal' hidetag='true'/>
<!-- Junk -->
<tag icon='b_wood' keyword='Resource' hidetag='true'/>
<tag icon='b_trash' keyword='Scrap' hidetag='true'/>
<tag icon='b_tool' keyword='Tool' hidetag='true'/>
<!-- Misc -->
<tag icon='caps' keyword='Currency' hidetag='true'/>
<tag icon='b_lock' keyword='Lockpick' hidetag='true'/>
<tag icon='b_book' keyword='Settings' hidetag='true'/>
<tag icon='uniq' keyword='Unique' hidetag='true'/>
<tag icon='b_diamond' keyword='Valuable' hidetag='true'/>
<tag icon='b_bottle' keyword='Bottle' hidetag='true'/>
<tag icon='uniq' keyword='Collectible' hidetag='true'/>
<tag icon='b_aid_flask' keyword='Crafting' hidetag='true'/>
<tag icon='game' keyword='Game' hidetag='true'/>
<tag icon='hack' keyword='Hack' hidetag='true'/>
<tag icon='b_holotape' keyword='Holotape' hidetag='true'/>
<tag icon='b_note' keyword='Note' hidetag='true'/>
<tag icon='head' keyword='Perk: Bobblehead' hidetag='true'/>
<tag icon='b_comic' keyword='Perk: Mag' hidetag='true'/>
<tag icon='b_quest' keyword='Quest' hidetag='true'/>
<tag icon='b_trash' keyword='Trash' hidetag='true'/>
<tag icon='b_keys' keyword='Key' hidetag='true'/>
<tag icon='b_password' keyword='Password' hidetag='true'/>
<tag icon='b_keycard' keyword='Passcard' hidetag='true'/>
<tag icon='w_baseball_bat' keyword='Bat' hidetag='true'/>
<!-- Misc Halgoth-->
<tag icon='b_beacon' keyword='beacon' hidetag='true'/>
<tag icon='b_aid_food_1' keyword='Cooked' hidetag='true'/>
<tag icon='b_aid_food_rad' keyword='PreWar' hidetag='true'/>
<tag icon='b_comic' keyword='Skill Mag' hidetag='true'/>
<!-- Mods -->
<tag icon='mods' keyword='Mod' hidetag='true'/>
<!-- Perks -->
<tag icon='head' keyword='Bobblehead' hidetag='true'/>
<tag icon='b_comic' keyword='Magazine' hidetag='true'/>
<tag icon='wave' keyword='Companion' hidetag='true'/>
<!-- Weapons -->
<!-- filterMask 2 Weapons -->
<tag icon='w_ak' keyword='Ak' hidetag='true'/>
<tag icon='w_ar556' keyword='AR' hidetag='true'/>
<tag icon='w_battle_rifle' keyword='BR' hidetag='true'/>
<tag icon='w_lever_action_rifle' keyword='CARB' hidetag='true'/>
<tag icon='w_pipe_revolver' keyword='HMP' hidetag='true'/>
<tag icon='w_pipe_bolt_rifle' keyword='HMR' hidetag='true'/>
<tag icon='w_10mm' keyword='HP' hidetag='true'/>
<tag icon='w_institute_pistol' keyword='IP' hidetag='true'/>
<tag icon='w_institute_rifle' keyword='IR' hidetag='true'/>
<tag icon='w_laser_musket' keyword='LM' hidetag='true'/>
<tag icon='w_laser_pistol' keyword='LP' hidetag='true'/>
<tag icon='w_laser_rifle' keyword='LR' hidetag='true'/>
<tag icon='w_lever_action_rifle' keyword='LAR' hidetag='true'/>
<tag icon='w_machine_gun' keyword='LMG' hidetag='true'/>
<tag icon='w_deliverer' keyword='LSAP' hidetag='true'/>
<tag icon='w_minigun' keyword='HMG' hidetag='true'/>
<tag icon='w_plasma_pistol' keyword='PP' hidetag='true'/>
<tag icon='w_plasma_rifle' keyword='PR' hidetag='true'/>
<tag icon='w_revo' keyword='REV' hidetag='true'/>
<tag icon='w_pistol' keyword='SAP' hidetag='true'/>
<tag icon='w_ak' keyword='SAR' hidetag='true'/>
<tag icon='w_combat_shotgun' keyword='SAS' hidetag='true'/>
<tag icon='w_shotgun' keyword='SG' hidetag='true'/>
<tag icon='w_sub_machine_gun' keyword='SMG' hidetag='true'/>
<tag icon='w_broadsider' keyword='Cannonball' hidetag='true'/>
<tag icon='w_flamer' keyword='Flamer' hidetag='true'/>
<tag icon='w_missile_launcher' keyword='Missile' hidetag='true'/>
<tag icon='w_fat_man' keyword='Mini Nuke' hidetag='true'/>
<tag icon='w_ripper' keyword='Ripper' hidetag='true'/>
<!--
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
<tag icon='' keyword='' hidetag='true'/>
-->
<!-- filterMask 2 Melee Weapons -->
<tag icon='w_combat_knife' keyword='Knife' hidetag='true'/>
<tag icon='w_machete_2' keyword='Machete' hidetag='true'/>
<tag icon='w_revolutionary_sword' keyword='Sword' hidetag='true'/>
<tag icon='w_hatchet' keyword='Hatchet' hidetag='true'/>
<tag icon='w_grognaks_axe' keyword='Axe' hidetag='true'/>
<tag icon='w_baseball_bat' keyword='Club' hidetag='true'/>
<tag icon='w_sledgehammer' keyword='Hammer' hidetag='true'/>
<tag icon='w_power_fist' keyword='Powered' hidetag='true'/>
<tag icon='w_knuckles' keyword='Fist' hidetag='true'/>
<tag icon='w_boxing_glove' keyword='Melee' hidetag='true'/>
<!-- Other Mods -->
<tag icon='jetpack' keyword='PA Jetpack' hidetag='true'/>
<tag icon='module' keyword='Module' hidetag='true'/>
</tags>

 

 

Urk. ::eyeing my mod wrathfully:: I see some things I hope to do differently. May I suggest a different icon for drink and for nuka so they look different?

 

The original icons will still be available, right?

 

Wil that INNR be part of the library or is that for ModWiki only?

Edited by rayhne
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.