Starfield
0 of 0

File information

Last updated

Original upload

Created by

SheepDog2142

Uploaded by

sheepdog2142

Virus scan

Safe to use

Tags for this mod

106 comments

  1. sandmoose13
    sandmoose13
    • premium
    • 2 kudos
    Nevermind lol.
  2. Excronix
    Excronix
    • premium
    • 0 kudos
    Doesnt look like the mod is working anymore with todays update. Tried reinstalling it manually and with vortex and it isnt working still.
  3. MSpaceDev
    MSpaceDev
    • supporter
    • 1 kudos
    ACTUAL WORKING VANILLA RESTORATION

    The mod didn't work out the box for me. I was practically launching into orbit on a 0.55g planet with power boostpack. Even a basic boostpack was going wayyy too high. I had a lot of troubles with the so-called Boostpack Restore & the provided Vanilla restores below. I went into the game, got the ACTUAL Vanilla values, and plugged it into a new VanillaBoostpack.txt.

    VANILLA
    ;affects how fast/how far your horizontal boost is
    player.forceav BoostpackHorizontalPercentage 0.10

    ;honestly no idea what this one does, raising it too much just seems to make the forward horizontal boost weaker and I can't see a difference when lowering it
    player.forceav BoostpackHorizontalInputTrigger 0.50

    ;can't see any difference from changing this either
    player.forceav BoostpackHorizontalVelocityTrigger 1.00

    ;pretty self explanatory, changes the initial boost bar drain
    player.forceav boostpackdraininitial 260.00

    ;same as above, changes sustained boost bar drain, more meaningful on power packs which have more sustained drain
    player.forceav boostpackdrainsustained 40.00

    ;mosly seems to affect the vertical height of boosts
    player.forceav boostpackthrustinitial 400.00

    ;also mostly affects vertical height
    player.forceav boostpackthrustsustained 20.00

    ;adds a multiplier to the boost if used when falling
    player.forceav BoostpackFallingThrustMult 80.00

    So, I just use Vanilla settings, and then I set my own BoostpackHorizontalPercentage to a 'Vanilla+' value:
    player.forceav BoostpackHorizontalPercentage 0.45

    (Values from Vanilla screenshot)


    Hope this helps :)
    1. ARKRedeemer
      ARKRedeemer
      • premium
      • 2 kudos
      Thank you so much for this! My boost back was going crazy for some reason, think a perk had become borked, and was catapulting me into the air and breaking my limbs, regardless of the boost pack. Running the commands that affected vertical height fixed it! You have saved my playthrough! <3
  4. Abbyfa
    Abbyfa
    • member
    • 0 kudos
    I've seen these parameters posted by someone else with apparently different "vanilla" values, now I don't know which one is true in case I need to go back to original values
    1. Avariel75
      Avariel75
      • premium
      • 1 kudos
      The Initial values, are all dependent on what Pack you equip.  Basic/Balanced/Powered (Can't remember the third title actually), but each have different initial values.

      If you really want to reset back to initial settings, either run player.getav <value> on each of the commands, and make not of them to be able to restore them.
    2. nadiayorc
      nadiayorc
      • supporter
      • 0 kudos
      Edit: To get to vanilla again I had to use getav on all of the values to see what they were in comparison to vanilla (which I got from the mod's files, they seem right to me) and then in most cases use a negative number for the setav to get them to the correct vanilla values. As the person below said, setav doesnt actually set the vanilla value, but adds (or subtracts in my case) it on top of the original vanilla value. Hopefully this doesn't mess something up in future but it worked for now.

      Edit 2: forceav seems to work instead of setav and actually sets the value instead of adding or subtracting from what it currently is, would very highly recommend just using player.forceav and just using the number you want instead of the very confusing and awkward setav

      I found the values below to work well for me, it has faster horizontal movement, if you dont like it you can change BoostpackHorizontalPercentage to a lower value to your liking. I've included some descriptions of what my understanding of each value is, I only really use skip packs so these settings are with that in mind

      ;affects how fast/how far your horizontal boost is
      player.forceav BoostpackHorizontalPercentage 2

      ;honestly no idea what this one does, raising it too much just seems to make the forward horizontal boost weaker and I can't see a difference when lowering it
      player.forceav BoostpackHorizontalInputTrigger 0.5

      ;can't see any difference from changing this either
      player.forceav BoostpackHorizontalVelocityTrigger 1

      ;pretty self explanatory, changes the initial boost bar drain
      player.forceav boostpackdraininitial 50

      ;same as above, changes sustained boost bar drain, more meaningful on power packs which have more sustained drain
      player.forceav boostpackdrainsustained 20

      ;mosly seems to affect the vertical height of boosts
      player.forceav boostpackthrustinitial 375

      ;also mostly affects vertical height
      player.forceav boostpackthrustsustained 80

      ;adds a multiplier to the boost if used when falling
      player.forceav BoostpackFallingThrustMult 100

      old incorrect/outdated post:
      Spoiler:  
      Show

      This is very important to note for anyone wanting to uninstall it, I found the mod's settings way too high when going from my low level basic boostpack, after running getav on all the commands in a save before installing the mod, these were my default settings which are very different from the mod's default settings:

      player.setav boostpackhorizontalpercentage .85
      player.setav boostpackhorizontalinputtrigger .25
      player.setav boostpackhorizontalvelocitytrigger 1
      player.setav boostpackdraininitial 160
      player.setav boostpackdrainsustained 35
      player.setav boostpackthrustinitial 250
      player.setav boostpackthrustsustained 60
      player.setav boostpackfallingthrustmult 55

      Edit: even after running all of those commands it's still different to before and seems stronger and uses way more boost power, before I could get a few boosts but now a single boost uses all my power.

      Only thing that could fix the massively higher drain was setting initialdrain to like -50, no idea why it's showing as so high by default

      Edit 2: I found these to be very close to how it was by default for me with a low level basic boostpack:

      Player.setav BoostpackHorizontalPercentage .6
      player.setav BoostpackHorizontalInputTrigger .5
      player.setav BoostpackHorizontalVelocityTrigger 1
      player.setav boostpackdraininitial 10
      player.setav boostpackdrainsustained 20
      player.setav boostpackthrustinitial 100
      player.setav boostpackthrustsustained 40
      player.setav BoostpackFallingThrustMult 40
    3. cjpack
      cjpack
      • member
      • 1 kudos
      you have the right values for basic boostpacks but you are using setav incorrrectly. setav adds or subtracts whatever number you enter from the vanilla correct setting. you are basically doubling everything by adding those values to the vanilla. 0.85+0.85 not "setting" it to 0.85, its not intuitive I know 
      player.setav boostpackhorizontalpercentage .85
      player.setav boostpackhorizontalinputtrigger .25
      player.setav boostpackhorizontalvelocitytrigger 1
      player.setav boostpackdraininitial 160
      player.setav boostpackdrainsustained 35
      player.setav boostpackthrustinitial 250
      player.setav boostpackthrustsustained 60
      player.setav boostpackfallingthrustmult 55
    4. Cecell
      Cecell
      • premium
      • 116 kudos
      Did they change setav, modav and forceav since Skyrim/Fallout? Setav was set, modav was add/subtract and forceav is used only in specific instances. Did they abandon all prior standards and completely change their functions?
    5. MSpaceDev
      MSpaceDev
      • supporter
      • 1 kudos
    6. rpsbrbrasil
      rpsbrbrasil
      • supporter
      • 2 kudos
      this actually fixed it for me thanks.
  5. dataabort
    dataabort
    • member
    • 0 kudos
    Guys if you want to remove powers, if you're using the ESM, I think you have to edit it.  which means using xedit.

    Yeah if you wanna remove powers, open the ESM in xedit, remove them from the Non-Player Character (Actor) , uh, section.  You gotta setup to compile the provided psc source into a pex.  Remove the powers you dont' want from the psc source, too.  And of course if you're going to use the batch files be careful what perks and powers get added there.  (There's some power called "HumanReanim"?)  

    Oh and @SheepDog2142, is that line about the Boost Pack Training multiplier there on purpose?  I think that affects my PC.  I was wondering why he had unlimited boost pack.
  6. Qro67
    Qro67
    • premium
    • 0 kudos
    It works for me I changed one value instead of -122 I ended up with -60. playing on pc with Xbox controller long press horizontal rise short press vertical acceleration and it does perfectly fit my play style. I use it along with variable speed
  7. Vampirepandora2
    Vampirepandora2
    • premium
    • 0 kudos
    In these modifications of the boostpack flight: is it possible to get it to stop curving up at the end of the boost? It's killing me on the low-grav planets! Hahah, appreciate the help and the mod.
    1. RaidenBo
      RaidenBo
      • member
      • 0 kudos
      +1
    2. nesterenkus
      nesterenkus
      • member
      • 1 kudos
      I would suggest this
      SetGS fJumpFallDamageMult 0

    3. Vampirepandora2
      Vampirepandora2
      • premium
      • 0 kudos
      I mean, not literally killing me but slowing me down because of the up-swing associated with the end of the boost path! hahaha
  8. adamskr40
    adamskr40
    • premium
    • 1 kudos
    can we get a video of how this works?
    1. nesterenkus
      nesterenkus
      • member
      • 1 kudos
      Some sort of that?...
      Better BoostPack Flight - Video
    2. nesterenkus
      nesterenkus
      • member
      • 1 kudos
      The video does demonstrate the work of these parameters (I guess):
      player.setav BoostpackHorizontalPercentage 15
      player.setav BoostpackHorizontalInputTrigger 0
      player.setav BoostpackHorizontalVelocityTrigger 0
      player.setav boostpackdraininitial -150
      player.setav boostpackdrainsustained 50
      player.setav boostpackthrustinitial -250
      player.setav boostpackthrustsustained 800
      player.setav BoostpackFallingThrustMult 25
    3. kzj20m
      kzj20m
      • member
      • 0 kudos
      the video is private sharing...can't play it.
    4. nesterenkus
      nesterenkus
      • member
      • 1 kudos
      I just checked it - and it's NOT PRIVATE.
      For now it has 100 views.
      ***
      Maybe there is some limiting on your side, IDK.
  9. Qro67
    Qro67
    • premium
    • 0 kudos
    I found an other bat which takes care of the fall dmg.   NFD is posted on nexus.
    My question is can this be made long press horizontal take off short press vertical? with this additional file is working but have equip a low lvl boost pack.
    with all decked out legendary we dont need a space ship

    this will fix fall dmg https://www.nexusmods.com/starfield/mods/795
  10. Behnson
    Behnson
    • premium
    • 0 kudos
    Apologies if I'm just dumb but I cannot get the hold for sustained flight working. I got the boosts and even checked the number, ran the bat and put the lines in the ini, assigned alt key but sustained flight just will not work. Any tips?
    1. slimeball1572
      slimeball1572
      • member
      • 0 kudos
      i'm having the same problem as you :( 

      i followed all the instructions as well... i'm kinda sad because the sustained flight is what i want the most.
    2. Guernzilla
      Guernzilla
      • premium
      • 1 kudos
      Same problem, Ive installed plenty of bat mods so far without issue, this is the only one
    3. sheepdog2142
      sheepdog2142
      • supporter
      • 4 kudos
      I will be releasing a video later today demonstrating the process. Currently, this method performs optimally on planets with gravity levels around 1.0 - 1.5G. The gravity damper for boost packs on low-G planets is fixed and set at a very low level. It does function, but I suspect some people may be encountering difficulties in executing it correctly.To give it a try, head to Akila City and boost directly upward until you're close to the wall's height. Then, allow yourself to fall. Once you sense that you're descending, activate the boost and maintain it by holding down the alterntive boost key. This should cause you to ascend slightly and stabilize if you continue to hold the key.

      Once you get how to do it its easier to do it on different gravitys.
    4. kingkuntaz
      kingkuntaz
      • supporter
      • 0 kudos
      everything works for me except the hovering, tried on Akila City as mentioned my mod maker. Activating boost with eiter main or alt key, maintaining boost with main or alt key - tried mixing and matching but either just boost right up or fast forward.
    5. nadiayorc
      nadiayorc
      • supporter
      • 0 kudos
      Only thing that worked for me was putting the ini line into Starfield.ini instead of StarfieldCustom.ini, no idea why but I've had this happen with a few ini lines