I dunno if you're still around, but thank you. I can now mass change ammunition used for whole weapon lists for munitions, easily. Export, find and replace with some regex, import.
Do a little hand checking to make sure nothing got boogered, instant weapons goodness.
strange. Are you sure you right clicked a form list entry in the tree view window on the left? ...could it be, you clicked the FLST group containing all form lists?
...could it be you actually do not want to export the contents of a form list, but a list of all items of a certain type? ...if so, you can do this with this script: https://www.nexusmods.com/fallout4/mods/42955
It happen to me too, there's no dialog box or csv generated after applying script. I was tyrying to export FormID for Armor mod by selecting the FormID from the left window then right click and applying script. EDIT: Solved by using script found on rediit
Hey there, this - and your other scripts - are just amazing, thanks!
Said that is there any chance of a modified version that also exports the Hex FormID?
I have had a cursory look but the last time I programmed in Pascal it was 1988 and Turbo Pascal 4 was all the rage. I must say is not like riding a bike, if you stop doing it for 30 years you do forget...
Yeah, I feel with you... this is actually the first time I am programming in Pascal... what a "great" language. Sure, exporting & importing Hex-IDs is no problem - internally I am using them anyway. -> will get back to you (probably tonight) with an optional version of the script.
15 comments
Do a little hand checking to make sure nothing got boogered, instant weapons goodness.
[00:00] Start: Applying script "FO4ExportImportFormIDs"
[00:00] Done: Applying script "FO4ExportImportFormIDs", Processed Records: 2048, Elapsed Time: 00:00
without any visible effect. The script is in the right place, so I've not messed that bit up - what am I missing??
...could it be you actually do not want to export the contents of a form list, but a list of all items of a certain type? ...if so, you can do this with this script: https://www.nexusmods.com/fallout4/mods/42955
EDIT: Solved by using script found on rediit
Said that is there any chance of a modified version that also exports the Hex FormID?
I have had a cursory look but the last time I programmed in Pascal it was 1988 and Turbo Pascal 4 was all the rage. I must say is not like riding a bike, if you stop doing it for 30 years you do forget...
Sure, exporting & importing Hex-IDs is no problem - internally I am using them anyway. -> will get back to you (probably tonight) with an optional version of the script.
Thank you very much, appreciated; this makes my life so much easier!
EDIT: Am I being... 'special'? I compared the 'old' and the 'new' versions of the script using WinMerge and are identical?
Glorious, thanks again!