Good0Provider Posted December 22, 2023 Share Posted December 22, 2023 I wan to write a a mod that returns a list of an actor's relations (parent,sibling,child,etc). It was suggesed that I use a xEdit script to gather the informaion I need. Specifically a JSON file for each actor with the following: { "name":"Sigrid", "refid":"0002BFA2" "relationships":[ { "type":"spouse", "refid:"00013482" }, { "type":"child", "refid:"00013484" } ] } Can an xEdit script pull the list of current actor refids and write it to disk? Even better could the script also pull out the relationship information? If so, where can I find a sample script? Alternatively does the GUI have a scalable way to get this information? Link to comment Share on other sites More sharing options...
Good0Provider Posted December 31, 2023 Author Share Posted December 31, 2023 You can manually do it for each esm, by can copy/pasting the entries you want into a text file. load the mods into SSEEdit open each esm tab, select all the entries in "None Player Character (actor)" control-c (copy) the selected entries pasting those into a text file will copy over just the refid. Link to comment Share on other sites More sharing options...
Recommended Posts