0 of 0

File information

Last updated

Original upload

Created by

Bub

Uploaded by

Bub200

Virus scan

Safe to use

264 comments

  1. Bub200
    Bub200
    • premium
    • 118 kudos
    Locked
    Sticky
    UPDATE 090923 - V1.2

    Hey! I just pushed an update that fixes and changes few things based on your feedback. I also added base airlock door animations.

    Changes:

    • Adjusted ladder and seat animation speeds. They are now realistically fast
    • Fixed lagging pilot seat
    • Fixed Starborns seat animation
    • Added base airlock door - 34x times faster than normal [EXPERIMENTAL]


    Don't hesitate to leave a bug report! If the bug you encountered has already been reported, please leave a comment on the bug report so I can get an idea of how common the bug is. Thanks!

    ___________________________________________

    Other mods I'm currently working on:

    1st person ship animations (takeoff, landing, grav jump)
    - Landing animations play each time (researching)
    - Space walking (researching)
    - Insect mod (lol) 
    Animal companion

    If you want follow my progress, I'll be uploading videos of tests and prototypes on my ko-fi page (not paywalled): Link to gallery
  2. Bub200
    Bub200
    • premium
    • 118 kudos
    Locked
    Sticky
    If you get stuck in some animation, see T-posing NPC's or other anomalies:

    This is caused by Vortex mod manager: it is unable to install this, or any other anim related mods without breaking them.

    Thats something I can’t fix.

    So, for now please install files manually until Vortex team fixes their tool (it may take a while).
    Alternatively you can try Mod Organizer 2.

    Edit:
    Official answer:

    ”This is caused by deploying using Symlinks, moving your staging folder to same HDD as the game and switching to hardlinks will fix it.”
  3. UlfricsRevenge
    UlfricsRevenge
    • premium
    • 17 kudos
    I can't make sense of Bethesda's vision for this game and how they approached the idea of player convenience. On the one hand, the entire fast travel system where you can travel from anywhere to anywhere with no need for a ship seems to be aimed at making life easier for players. But then they include such a plethora of time-wasting elements to the game, such as the agonizingly slow animations addressed in this mod, NPC's whose speech and dialogue is always so verbose and seems to be playing back at three quarters speed or, related to that, vendors who always have to give you a long speech about their services, or their damned opinions about everything, before you can open a trade menu. Then of course so many quests have needless padding or superfluous steps with the sole intention of increasing the game hour count. So which is it, Bethesda? Do you want to waste my time or make life easier on me? It seems you want to do a bit too much of both.

    EDIT: Just remembered one more egregious example of Bethesda wasting our time. I was just playing and wanted to read a note in my inventory. Getting to the note was easy enough, but then to back out of the menu required no less than four clicks. This is a new one for Bethesda games AFAIK. I never recall so much needless clicking, menus on top of menus and multiple steps to back out into the game again in their previous titles. Many of their design decisions truly do boggle the mind with Starfield.
    1. shaeps
      shaeps
      • supporter
      • 0 kudos
      I don't know why you're clicking so much - or clicking at all for that matter - to get out of menus, did you not see on the bottom right that you can hold tab to completely exit menus?
    2. wumpa96
      wumpa96
      • member
      • 1 kudos
      They could have just imported the pip-boy system from fallout and made a few tweaks to make it futuristic. They save money and we save time
  4. tooshoo
    tooshoo
    • member
    • 0 kudos
    Hallo!

    Es ist ja ein ganz guter Ansatz. Allerdings ist der Speed für mich etwas übertrieben. Ein guter Kompromiss ist bei der Leiter zum Beispiel 25% schneller. So bleibt auch der ästhetische Anblick gewährt. 

    Vorschlag:
    Wenn du verschiedene Speed-Varianten der vier Dateien zur Auswahl bereitstellen würdest, könnte sich jeder sein Lieblings Paket zusammenstellen.
    Zum Beispiel +15% +25% und so weiter....

    Danke😉
  5. yosarianbandit
    yosarianbandit
    • member
    • 0 kudos
    Thank you Bub200 very much. The work you, and hundreds of others have done, make this a gaming experience like none other.

    Now on to what I want. Is there a way to make ALL conversations with vendors end by the single click to exit, as opposed to some who are nice enough to do that, while others require further interaction to walk away?

    Is there a way for me to tweak the sped with which my character gets up from the pilot seat?

    Lastly, I need the 1st person ship landing and take off, like last month. That would be an immersion increase like few others.

    Stay well,
    Dave
    1. Bub200
      Bub200
      • premium
      • 118 kudos
      Hey, yes to change pilot seat speed you can edit Furniturepilotseat.agx. But you must also edit Furniture.agx - it controls the sitting animation itself. If those dont have same speed multiplier the animations wont be in sync.

      In both files, search for all ’Speed Multiplier’ followed by value. In this case it should be 3. Replace 3 with your own value.
  6. rkatt
    rkatt
    • member
    • 10 kudos
    Is it possible to add an INI file where the user can set their own values?  The base airlock door speed is a bit too much for me.  Definitely like faster, just not 34x faster.
    1. BlakeDC
      BlakeDC
      • member
      • 0 kudos
      You can find it in the files themselves and save it yourself. These mods aren't complex. You just have to change the values. 

      <row>
      <prop> <type>2</type> <value>Speed Multiplier</value> </prop>
      <prop> <type>1</type> <value>34</value> </prop>
      </row>

      This is a repeated value for the airlock door, for instance. 

      For the ladder stuff, you can find it in the config file and it is a similar layout. 
      <num_columns>2</num_columns>
      <column> <header>Property</header> <types>5</types> </column>
      <column> <header>Value</header> <types>5</types> </column>
      <row>
      <prop> <type>2</type> <value>TagName</value> </prop>
      <prop> <type>2</type> <value>Ladder_ClimbDown_RightHand</value> </prop>
      </row>
       go by tagName and then find the multiplier: 
      <row>
      <prop> <type>2</type> <value>Speed Multiplier</value> </prop>
      <prop> <type>1</type> <value>1.7</value> </prop>
      </row>

      I make no promises as i took only 60 seconds to reverse engineer this :shrug: 
    2. involuntarysoul
      involuntarysoul
      • member
      • 0 kudos
      thank you so much for the info
    3. VilLynne
      VilLynne
      • supporter
      • 4 kudos
      since the line
      <prop> <type>1</type> <value>34</value> </prop>appears in the .agx file(s) multiple places, which one is for the airlock speed?
  7. VilLynne
    VilLynne
    • supporter
    • 4 kudos
    I just Love this mod.  Thank you so much.
  8. PoodleFish
    PoodleFish
    • member
    • 0 kudos
    Any plans to bring this to Xbox? 
  9. petdev
    petdev
    • supporter
    • 0 kudos
    I was using this mod until the addition of the Airlock Doors.
    That is way too fast and the disconnect between audio and animation is something I dislike.

    Could you make a modular version or a version without that? Until then, i will find another mod, but thanks for what you did.
    1. RoseDesert
      RoseDesert
      • member
      • 4 kudos
      Maybe if you install it manually, and remove Airlock Door file... 

      I would like to see a slower version, where the opening and closing speed of the door matches the sound. Probably not possible right now... But between opening the door quickly and closing it quickly, I choose fast.
    2. OrcideaTube
      OrcideaTube
      • member
      • 0 kudos
      I agree, so I fixed it myself. You can find a FileTransfer link below to download the file. It's much faster than vanilla, but not instant like with this current mod file. I just tested it on one airlock door, and have not done more testing, so use it at your own risk. I only modified the "time" values.

      You need to go to \Documents\My Games\Starfield\Data\meshes\animtextdata\tables\graphs
      and replace the specialhybridopenclose01.agx with the file you can find behind the link below:
      https://filetransfer.io/data-package/57vLT9YJ#link

      If the link doesn't work, or you doubt the link and don't want to use it, I can send the file via email. Just send a request at [email protected]
    3. Bub200
      Bub200
      • premium
      • 118 kudos
      @petdev, just remove specialhybridopenclose01.agx if you want get rid of faster airlocks.

      What @OrcideaTube sent looks legit, though I'm not 100% sure about lines 500 and 1231 (.3 instead of 0.3).
      If he says it works, then it probably works

      Also I made earlier 2x, 5x and 10x test versions of airlock if you want to test those. They can be found here
    4. OrcideaTube
      OrcideaTube
      • member
      • 0 kudos
      Yes, there were many .3 numbers in the original file. I just aimed to add 2 to all relevant timing numbers, so it would be 2.3 or 2.5.
      It seems I missed a couple. Won't matter, works very well for me.
    5. Jerethi50
      Jerethi50
      • premium
      • 12 kudos
      Are there programming languages / script languages out there that count .3 and 0.3 as different numbers that I don't know about ?
    6. Bub200
      Bub200
      • premium
      • 118 kudos
      @jerethi50 I've done most of my modding in Chrome Engine based games where some scripts (e.g. physics scripts) require use of leading zeros to recognize decimal numbers. I've learned my lesson and would rather always maintain certain consistency, than ever troubleshoot that kind of insignificant thing again - unless I'm 100% sure and have tested it myself. Better safe than sorry
    7. sabotage48
      sabotage48
      • supporter
      • 0 kudos
      Easiest and fastest way to mod the mod!  Can this solution be pinned or something?
  10. wolvyreen
    wolvyreen
    • premium
    • 3 kudos
    Mod is awesome except for the airlock speed!  GOOD GRIEF man...I actually almost fell out my seat when I opened an airlock.  It gave me such a fright.

    Totally Immersion breaking to say the least.

  11. Kaiser327
    Kaiser327
    • premium
    • 2 kudos
    This is a quality of life mod that I can't live without. Thank you very much, Bub! Excellent work as with all of your mods. Endorsed.
  12. nionionio
    nionionio
    • member
    • 0 kudos
    How do I alter settings and change the animation speed after the 1st install? I can't seem to open the dialogue a second time and this may be a Nexus issue or feature I'm unaware of... Thanks