How to Keep Track of Your Records

From the Fallout3 GECK Wiki
Revision as of 21:43, 12 December 2008 by imported>Quetzilla (now you dont need to prefix things with aaaaaa anymore)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

As you change and/or add new items to one of your plugins, it can be hard to keep track of what you've done, and a pain to scroll through the very long lists of existing objects to find the ones you want. In Oblivion, modders often took to prefixing their editor IDs with multiple letter As to keep their things at the top of the lists. The GECK actually has a more convenient (and likely unintended) way to make this easier: Form Lists!

The trick here is to create Form Lists for the items you are adding or changing. When you double click an item in a form list, it opens the editor window for that item. So, as you create new items or change existing ones, just add them to your tracking Form Lists and you can use those to quickly access your new objects. For the form list window has multiple sorting options to help you find what you need, but for larger mods you may want to use multiple form lists for different types of objects.