LolDork Posted August 11, 2017 Share Posted August 11, 2017 https://imgur.com/a/5ICyQ I've got like 3000 items I want to append various strings before the name like [mod], [ammo], etc. Is there a script to make it easy? Selecting every single item, then pressing F2, ctrl+v adding the string is really tedious. Thanks! Link to comment Share on other sites More sharing options...
pra Posted August 11, 2017 Share Posted August 11, 2017 On 8/11/2017 at 9:51 AM, LolDork said: https://imgur.com/a/5ICyQ I've got like 3000 items I want to append various strings before the name like [mod], [ammo], etc. Is there a script to make it easy? Selecting every single item, then pressing F2, ctrl+v adding the string is really tedious. Thanks!I made one:http://www.nexusmods.com/fallout4/mods/25713/? Link to comment Share on other sites More sharing options...
LolDork Posted August 11, 2017 Author Share Posted August 11, 2017 Yea, out of the scope I need. I just need this one script for my stuff. Yours does everything, which I don't want. I want to be able to write WHAT should be appended as prefix. Link to comment Share on other sites More sharing options...
pra Posted August 11, 2017 Share Posted August 11, 2017 On 8/11/2017 at 2:42 PM, LolDork said: Yea, out of the scope I need. I just need this one script for my stuff. Yours does everything, which I don't want. I want to be able to write WHAT should be appended as prefix. just remove the parts you don't need. Look in function Process, line 562 and following. Link to comment Share on other sites More sharing options...
LolDork Posted August 11, 2017 Author Share Posted August 11, 2017 (edited) it does it job rather good, actually. Thanks. What I'd like to have is NOT to create a new esp, instead make the changes INSIDE the esp I'm doing it. Also how do I edit the script, so that if an EditorID has "dog" in it somewhere, then I want to append a (Dog) Tag to it. Edited August 11, 2017 by LolDork Link to comment Share on other sites More sharing options...
MaxShadow09 Posted August 11, 2017 Share Posted August 11, 2017 (edited) This will help you:http://www.nexusmods.com/skyrim/mods/49373/?The Renamer script allows you to rename multiple records passing a certain condition, like having a specific keyword, or a substring in EDID or FULL. It allows to change the entire name, append a prefix/suffix or snip everything after a certain string. The Quick Change script is quite useful too. It allows you to change records with a formula (for example, to set the weight of all ammo and aid items to zero, or halve the damage of certain weapons), or even add things like keywords. Both scripts modify the records directly, so if you're making a patch, copy the records as overrides first. And yeah, they work for FO4Edit even tho it was made for TES5Edit. Edited August 11, 2017 by MaxShadow09 Link to comment Share on other sites More sharing options...
LolDork Posted August 12, 2017 Author Share Posted August 12, 2017 (edited) That's awesome. Does it job excatly like I want, but.... it does no edits.... https://imgur.com/a/OOwxc what's going on?? There's no file generated, nothing. Not even in the override aaa.esp https://imgur.com/a/3g2lq Edited August 12, 2017 by LolDork Link to comment Share on other sites More sharing options...
MaxShadow09 Posted August 12, 2017 Share Posted August 12, 2017 You have to check "Save to Records". Otherwise, it just shows the changes in the console. Link to comment Share on other sites More sharing options...
LolDork Posted August 12, 2017 Author Share Posted August 12, 2017 Oh...mmy....goodness. I'm soo blind. Much obliged!! Link to comment Share on other sites More sharing options...
Recommended Posts