Starfield

File information

Last updated

Original upload

Created by

v2461

Uploaded by

v2461

Virus scan

Safe to use

140 comments

  1. Neato
    Neato
    • supporter
    • 0 kudos
    Keeps adding aurora to my stuff, how you delete that from the list? I'm getting flagged and busted for Aurora and I don't do that stuff.
    1. v2461
      v2461
      • premium
      • 7 kudos
      Open each of the bat files (Or just the one that you use), hold Control and press F, type Aurora and remove that and the line below it (Should be player.additem 2C5884 100 or whatever the amount is depending on the bat) and then save, then next time you use it it won't add any aurora to your inventory
  2. JDog162
    JDog162
    • member
    • 0 kudos
    Really helpful mod. Thank you.
  3. J4ckH4mm3r
    J4ckH4mm3r
    • member
    • 5 kudos
    To me, "bat mats" commmand is a real must have  in F4 and surelly wil be in this Starfield. Thank you.
  4. D0nutActual
    D0nutActual
    • premium
    • 0 kudos
    Im pretty new to modding, what does "open the console and type bat mats" mean?
    1. Johnny5o1
      Johnny5o1
      • member
      • 0 kudos
      use ~ to open the console commands screen and then type that in
    2. D0nutActual
      D0nutActual
      • premium
      • 0 kudos
      Thanks man, felt stupid asking lol
  5. casuallychallenged
    casuallychallenged
    • member
    • 0 kudos
    v7 is close, but still missing some items for the cooking and pharmaceutical stations:
    (edit: I did the help research, these are all verified as working for the items needed)

    and also final missing item for research:
    ;Quark Degenerate Tissues
    player.additem 122EB8 100



    cooking:

    ;Boom Pop! Cherry
    player.additem 29A863 100
    ;Bourbon
    player.additem 2C7211 100
    ;Distilled Water
    player.additem 29B053 100
    ;Gastro Delight
    player.additem 559D 100
    ;Onion
    player.additem 3A1F 100
    ;Orange
    player.additem 3A22 100
    ;Peach
    player.additem 3A23 100
    ;Potato
    player.additem 3A26 100
    ;Yogurt
    player.additem 2C7C09 100



    pharmaceutical:

    ;Bandages
    player.additem 2F4459 100
    ;Giant Heart
    player.additem 122EA3 100
    ;Heal Paste
    player.additem 2F445C 100
    ;Immobilizer
    player.additem 2F445B 100
    ;Injector
    player.additem 2F445A 100
    ;Neurologic
    player.additem 29F409 100
    ;Penicillin X
    player.additem 29A84F 100
    ;Reconstim
    player.additem 29A855 100

    1. AnonymousAlt
      AnonymousAlt
      • member
      • 0 kudos
      if you feel like the list is finally complete, could you send it to me? i woulve loved to post mine like in fallout 4 but starfield doesnt have a wiki yet so it would probably be the same time googling id's just as actual grinding
       
      EDIT: or if thats all whats missing  then itd be safe just to add those to v7 instead of waiting for 8
    2. v2461
      v2461
      • premium
      • 7 kudos
      Thanks for these, I'll upload V8 as soon as I sort out the other versions
  6. AstroGazer
    AstroGazer
    • premium
    • 18 kudos
    Nice list, Thanks.
    Just note to users that 1 item in list is
     Contaban Item - so maybe player might want to remove or hide it ; 
    ;aurora
    ;player.additem 2c5884 100
    1. mattyproctor89
      mattyproctor89
      • premium
      • 0 kudos
      thanks i remove it off the list
    2. shadowscarred5
      shadowscarred5
      • member
      • 0 kudos
      Thank you.
  7. minxymewmeow
    minxymewmeow
    • member
    • 18 kudos
    It'd be cool if we could get this + the food items needed for basic cooking/food research. Fore example I think a couple of the Research staiton things wants some potatoes and tomatoes and bread. No big deal just an idea. I'm about to do a NG+ and if the Research resets too, I might make a note of the extra weird odd items it needs. 

    Edit oops I had an earlier version or did something dumb before, this does indeed appear to have the obscure stuff for Research. 
  8. koob68
    koob68
    • member
    • 11 kudos
    Might want to include a txt with the install command so people don't complain it doesn't work after just dragndrop and not doing required console command. And I'm pretty sure bat mats shouldn't have "" there, tried it exactly how you typed it last night didn't work. I'll give it another try today, just bat mats not quotation marks.
    1. TheMightySnorlax
      TheMightySnorlax
      • member
      • 0 kudos
      That is how quotations work when providing what to type though... You are correct in that "bat mats" shouldn't have the " " when you type it into the console, and his instructions were correct about that.
    2. koob68
      koob68
      • member
      • 11 kudos
      Not everyone is in the know there and others are autistic spectrum literal type. Once I left out the quotation marks it does work so thanks to the modder and his updating the instructions with that detail since my original comment above, a lot less "don't work" comments is better don't you think?
    3. v2461
      v2461
      • premium
      • 7 kudos
      I never updated the description bro, it's been like that since the upload minus crediting people who added material IDs for me to add
    4. koob68
      koob68
      • member
      • 11 kudos
      mkay, would be nice to have 500, 1000, 2000x options I mean I can just edit the text but what a pain. anyways really helps cut out filler for those annoying materials requests you get roped into unknowingly at times, clog up the missions list.
  9. JDog162
    JDog162
    • member
    • 0 kudos
    Really helpful. Thank you for making this.
  10. InsaneMan88
    InsaneMan88
    • member
    • 0 kudos
    what was the command to remove the same amount of materials so I can make a bat file that removes exces after
    LE: nevermind, found it. Use find and replace and put find "additem" and replace with "removeitem" in txt, and save with something as remats.txt
    1. FWSWBN
      FWSWBN
      • member
      • 0 kudos
      maybe this works also.

      if you write player.additem (number and letters) 1 <---- normal = +1
                          player.additem (number and letters) -1 <---- = -1

      this works with credits also maybe it works with mats.

      only for info