Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

Omega9380

Uploaded by

omega9380

Virus scan

Safe to use

3 comments

  1. FRiNGE07
    FRiNGE07
    • supporter
    • 10 kudos
    Awesome thanks a lot! I am the same way about my icons lol

    Edit: K i tried it out and it's not working! I added everything to my inventory fresh so the icons would show up and they did not.
    Also mine says institute in front of it with brackets. I have def inv and vis. Courser was updated recently.
    1. omega9380
      omega9380
      • premium
      • 30 kudos
      In response to post #37990410.


      Spoiler:  
      Show

      FRiNGE07 wrote: Awesome thanks a lot! I am the same way about my icons lol

      Edit: K i tried it out and it's not working! I added everything to my inventory fresh so the icons would show up and they did not.
      Also mine says institute in front of it with brackets. I have def inv and vis. Courser was updated recently.


      DEF_INV doesn't have an entry in DEF_INV_TAGS.xml for creating an icon with the (Institute) tag. Edit DEF_INV_TAGS.xml under Data/Interface/DEF_CONF and add the following to it:
       

      <tag icon='chest' keyword='Institute' hidetag='true'/>


      I used the standard armor icon called "chest", but you can use any icon the DEF_INV has that you want. Under Data/Interface, drag "settings.swf" on top of "flashplayer_20_sa.exe". This will open the DEF_INV settings utility. Click "Icons" in the top left corner to get a list of included icons and their reference names. For instance, if you want to use a t-shirt icon instead of the chest icon, then "tag icon" will be "n_tshirt" instead of "chest".

      The same problem occurs for several other Valdacil tags, here is what I added to my DEV_INV:
       

      <tag icon='shirt' keyword='Casual' hidetag='true'/>
      <tag icon='n_attire' keyword='Dapper' hidetag='true'/>
      <tag icon='chest' keyword='Institute' hidetag='true'/>
      <tag icon='chest' keyword='Military' hidetag='true'/>
      <tag icon='skull' keyword='Raider' hidetag='true'/>
      <tag icon='la_outerwear' keyword='Rugged' hidetag='true'/>
      <tag icon='n_dress' keyword='Skimpy' hidetag='true'/>
      <tag icon='head' keyword='Vault-tec' hidetag='true'/>


      I am actually working on another mod to add new icons to DEF_INV, but first I gotta learn Flash, so it may be awhile before that mod is released. Let me know if that works for ya, thanks!!
    2. FRiNGE07
      FRiNGE07
      • supporter
      • 10 kudos
      Wow that's awesome thanks a lot I really apreciate you taking the time to explain that to me. Good luck with your mod, I'm looking forward to it.