Starfield
0 of 0

File information

Last updated

Original upload

Created by

SE

Uploaded by

BoboKing23

Virus scan

Safe to use

Tags for this mod

32 comments

  1. Nilt
    Nilt
    • premium
    • 3 kudos
    Locked
    Sticky
    For anyone who has more than one "mod" which is just running a command such as this, you can combine all of those into a single text file in the game directory then name it something meaningful and use that file name in the StarfieldCustom.ini file.  For example, if you change the text file to be named StartupCommands.txt and have all of the various mod commands in there, you'd add this line to the ini file's [General] section:

    sStartingConsoleCommand=bat StartupCommands

    While you can have multiple batch commands run at startup by separating each with a semicolon (see below), this tends to be a little easier to manage for most folks.  The only exception I can think of it is if some file needed hundreds of lines but that seems unlikely.

    Example of multiples:
    sStartingConsoleCommand=bat TextFileOne;bat TextFileTwo;bat TextFileThree

    Edited to add the description of how to have multiple files.
  2. TheZizzou
    TheZizzou
    • supporter
    • 0 kudos
    I followed BoboKing23's Description tab instrucions to the letter and had no change in pickpocket %'s.  I followed Soreu's and Bigshot0910's comment suggestions and had no change in pickpocket %'s.  I use other mods via the 'MyGames' StarfieldCustom.ini method with no issue.  BoboKing23, please include proper install instructions on your description tab.  Thank you.
  3. Chrix187
    Chrix187
    • member
    • 0 kudos
    Any chance you could do something similar for manipulation effects on NPCs and creatures? For example increasing the Diplomacy and Pacify %s from 60 to 100?

    (this is different from persuasion)
  4. Inohe
    Inohe
    • member
    • 0 kudos
    Does this mod change the success percentages? I'm still seeing various percent chances when I crouch and hit pick pocket.
    1. xgardian
      xgardian
      • premium
      • 0 kudos
      Yeah it does
  5. Jayshua
    Jayshua
    • premium
    • 2 kudos
    If I set this to 50 will it stack with all the perks from the game and then be 100%? SO a less cheaty option?
    1. Fangrim
      Fangrim
      • premium
      • 10 kudos
      Change min to 50, max to 100 should do it, if I understand your question correctly.

      Then you'll always have min. 50% chance of success, and your perks can raise that to 100.

      Personally, I removed the minimum line, and kept the max at 100. This way if my character qualifies for 100% chance she'll have it.
    2. r1b0ka
      r1b0ka
      • supporter
      • 0 kudos
      Doesn't seem to add on top of the min for me. I had the perk on rank 4 before installing this mod though, so it's possible that installing first and then getting the perks could work. But as I ignore the being caught mechanic by reloading I might as well put it to 100% to not waste my time
  6. RazielLewach
    RazielLewach
    • member
    • 1 kudos
    Thanks! I'll try.
    Disabling the stealth-meter, and now that you steal in real time... With a 100% to do it, the mechanic seems interesting enough (where failing depends on your mistakes only) to try it!
  7. MacAsman
    MacAsman
    • supporter
    • 0 kudos
    this doesnt work like it should. works mostly not always
  8. BrendanatorX
    BrendanatorX
    • member
    • 8 kudos
    I don't suppose a similar file could be created that influences the chances of manipulation etc effects? they seem to cap around 90 also and setting the max to 100 would be great.
    1. SkebbZ
      SkebbZ
      • premium
      • 49 kudos
      There is one already, called Easy Speech.
    2. BrendanatorX
      BrendanatorX
      • member
      • 8 kudos
      That one appears to be for Persuasion speech checks, not mind control social checks with the scanner
  9. SkebbZ
    SkebbZ
    • premium
    • 49 kudos
    File structure is borked for Vortex, might as well disable it as a download option...
    Or just fix it and add the custom INI as an optional file, as most people probably already have this.

    Also, pretty sure the game uses a semicolon for comments and not "//".
  10. TLGunfighter
    TLGunfighter
    • member
    • 0 kudos
    I can't get it to work I put the INI into my documents games etc. but it never works what am i doing wrong?
    1. Soreu
      Soreu
      • member
      • 1 kudos
      In the StarfieldCustom.ini (the one located at "[...]\Documents\My Games\Starfield\", not in game's main directory)

      Instead of
      [General]
      sStartingCjavascript-event-strippedbat Pickpocketing100

      Use
      [Archive]
      bInvalidateOlderFiles=1
      sResourceDataDirsFinal=

      [General]
      s Starting Console Command=bat Pickpocketing100
      (^ remove spaces between "s", "Starting", "Console" & "Command" [can't write ready-to-copy version as website replaces it for some reason])
  11. Bigshot0910
    Bigshot0910
    • premium
    • 0 kudos
    I'm a little confused about the different console commands you provided. The ones you have in the description page and the sticky hear don't show up as properly coded commands in notepad++ when I'm editing my StarfieldCustom.ini file. However, the command you have included in your StarfieldCustom.ini file does: "sStartingConsoleCommand=bat Pickpocketing100"

    Which format is correct? Should the java ones have an = between stripped and bat?

    EDIT: Ok, it's a result of the editor here I think. It's trying to stop the command being visible.
    What i'm seeing is "sStartingCjavascript-event-strippedbat Pickpocketing100""
    instead of
     "s Starting Console Command = bat Pickpocketing100" Without the spaces (except between bat and the file name)

    Not sure why, because I see this command string fine in a couple other mods pages.
    1. BojanglesThePug
      BojanglesThePug
      • member
      • 0 kudos
      This fixed it thanks for the help ^^