ultskeletor Posted July 23, 2010 Share Posted July 23, 2010 I know weapons need to be added to the SupermutantWeapons form list before super mutants will actually be able to use any new two firearms (two-handed only, naturally) that I add. I've read in a post here that, in order for merged patching (via FO3Edit) to correctly compile such edited lists, new additions need to go at the bottom of the list. However, dragging and dropping new weapon objects into a form list seems to place them at the top (index 0, which, at least coming from Python lists, I'd imagine to be the top.) I don't want my changes to cause any problems for people creating merged patches, so, does the form list order actually matter? What about leveled lists? I know you can nest form lists in other form lists; if I do need to place my additions last, could I just put my weapons into a new form list and move that to the end of the SupermutantWeapons form list? Link to comment Share on other sites More sharing options...
rickerhk Posted July 23, 2010 Share Posted July 23, 2010 That's the first I have heard about the order of the list mattering - but that doesn't mean much ;) You can move items up and down in the list by using the right and left arrow keys. Link to comment Share on other sites More sharing options...
Recommended Posts