0 of 0

File information

Last updated

Original upload

Created by

EffElO

Uploaded by

effelo

Virus scan

Safe to use

15 comments

  1. Agromathies
    Agromathies
    • premium
    • 3 kudos
    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.
  2. madmart20
    madmart20
    • premium
    • 0 kudos
    Trying to use this to extract all the FormIDs from a mod but there are no dialogue boxes opening up - all I get is 

    [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??
    1. effelo
      effelo
      • premium
      • 30 kudos
      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
    2. 42Y0
      42Y0
      • supporter
      • 3 kudos
      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 
  3. ajlewis
    ajlewis
    • member
    • 6 kudos
    saved me many hours editing a New Vegas mod, take my endorsement
    1. effelo
      effelo
      • premium
      • 30 kudos
      Thanks for letting me know. Makes me happy, it still helps people.
  4. ApoAlaia
    ApoAlaia
    • premium
    • 13 kudos
    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...
    1. effelo
      effelo
      • premium
      • 30 kudos
      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.
    2. effelo
      effelo
      • premium
      • 30 kudos
      would you want a Hex-ID only export and import or a format similar like in FO4Edit where the HexID is added to the EditorID?
    3. ApoAlaia
      ApoAlaia
      • premium
      • 13 kudos
      That would be perfect, thanks :)
    4. effelo
      effelo
      • premium
      • 30 kudos
      added a const at the start of the script - change it to true if you want FO4Edits record syntax - EditorID "Name" [FormID]
    5. ApoAlaia
      ApoAlaia
      • premium
      • 13 kudos
      Genius :)

      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?
    6. effelo
      effelo
      • premium
      • 30 kudos
      I am very sorry, had uploaded the wrong file... please re-download - should be the correct one now.
    7. ApoAlaia
      ApoAlaia
      • premium
      • 13 kudos
      Hey, no apologies needed, you are doing me a favour here :)

      Glorious, thanks again!
  5. CptPower
    CptPower
    • member
    • 0 kudos
    This is exactly what I was hunting for, thanks man!