Lidku Posted March 24, 2020 Share Posted March 24, 2020 (edited) I'm trying to make my own actor list in GECK but I don't know how to. Edited March 24, 2020 by Lidku Link to comment Share on other sites More sharing options...
PaladinHoss Posted March 24, 2020 Share Posted March 24, 2020 http://geck.bethsoft.com/index.php?title=FormList Link to comment Share on other sites More sharing options...
madmongo Posted March 24, 2020 Share Posted March 24, 2020 Why do you want to make your own actor list? Link to comment Share on other sites More sharing options...
Lidku Posted March 24, 2020 Author Share Posted March 24, 2020 I need to organize new NPC I'm making into its own coherent list like how default NPC trees are organized Link to comment Share on other sites More sharing options...
madmongo Posted March 24, 2020 Share Posted March 24, 2020 NPCs in the GECK are organized by their race in the Object Window. If you are just trying to organize things for yourself, what I typically do is give all of my NPCs a prefix based on the mod I am working on. If you prefix them with zz they will all show up at the bottom of the list (zzFred, zzBarney, etc). Do NOT prefix NPC IDs with numbers. You will break scripts that try to reference those NPCs. All NPC IDs must start with a letter. Once you have a prefix, just enter that prefix in the filter window and only your NPCs for your mod will be visible in the Object Window. Link to comment Share on other sites More sharing options...
Recommended Posts