Jump to content

Recommended Posts

You need to add your new armor (clothing) to the appropriate repair form list.

 

The easiest way would just be to drag them into the list, but this will cause a conflict with any other mods that do that and is bad modding etiquette.

 

Create a quest with the script:

 

Begin GameMode

if GetGameRestarted || GetGameLoaded

ListAddForm SomeRepairFormList, SomeArmor

endif

End

Link to comment
Share on other sites

Thank you for your reply. I figured that it had something to do with that. However I have looked through all the form lists in the FalloutNV.esm and was not able to identify any of them as the one I needed. If you, or anyone can continue assisting me I would be most appreciative.

Link to comment
Share on other sites

The repair menu doesn't use a single repair list. Similar items may share the same repair list at times, but in general each armor or clothing article has its own list. You can see what list an item uses by opening it in the GECK.

 

You can either create a new list that contains your new armor and similar vanilla armors and set your new armor to use that as a repair list, or you can reuse one of the vanilla lists that already contains armors similar to your new one.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...