0 of 0

File information

Last updated

Original upload

Created by

xShooterman

Uploaded by

ModsRMods

Virus scan

Safe to use

Tags for this mod

38 comments

  1. Kanalstreet
    Kanalstreet
    • BANNED
    • 30 kudos
    It seems to work pretty well, but what I would really like is to have only the space helmet visible, with the invisible suit.
  2. Grodeg
    Grodeg
    • member
    • 0 kudos
    Nice mod, is there a chance you port it on xbox?
  3. LtColRemi
    LtColRemi
    • member
    • 1 kudos
    Is there any way to toggle Companion Armors on/off?
    1. LtColRemi
      LtColRemi
      • member
      • 1 kudos
      Figured it out.

      For example Sarah: 5986.SetAV 000A73F8 1 she will equip cosmetic suit. 0 will hide it as usual.
    2. LtColRemi
      LtColRemi
      • member
      • 1 kudos
      All that would be needed now is a function to figure out with which Companion you are out with and use that actor ID instead of enabling, hiding all of them.
  4. AzizBaby
    AzizBaby
    • member
    • 0 kudos
    any idea what to do after installing thru vortex? I'm kind of an idiot when it comes to PCs and stuff...so I use vortex...all my other mods work...but this one does nothing when i hit f4 or f5...please help XD would love to use your mod 
    1. ModsRMods
      ModsRMods
      • premium
      • 10 kudos
      this one you have to manually install it 
    2. AzizBaby
      AzizBaby
      • member
      • 0 kudos
      do i simply copy and paste all 4 command lines into the ini? and where should i be able to find the ini folder? Im a steam user if that makes it easier to answer
    3. ModsRMods
      ModsRMods
      • premium
      • 10 kudos
      instructions are in the description of the mod
  5. mistressmiaura
    mistressmiaura
    • premium
    • 33 kudos
    Thank you, works like a charm! And lol as a coincidental bonus when I got in game to test this miracle, Sarah`s first words were "careful with that spacesuit, one small puncture and you´re done" XD !!
    1. ModsRMods
      ModsRMods
      • premium
      • 10 kudos
      glad to hear it :D and Sarah's words couldn't be even better lol
  6. Hello ModsRMods, sorry to bother you, but I'd like to know if the helmet shown in your picture is actually in the game. 
    If not, can someone plz make a mod for it :-) ? 
    1. ModsRMods
      ModsRMods
      • premium
      • 10 kudos
      the image you see is not from the game its a Wallpaper/fan art that i found on google
  7. Praetoriax
    Praetoriax
    • member
    • 1 kudos
    Benefits: Looks better and more immersive and you get to keep the stat bonusses from the suit.
    Downside: Some NPCs will comment you on wearing the helmet when you dont need to.
  8. atlas1245
    atlas1245
    • member
    • 4 kudos
    This mod is SO underrated. How is it not getting more likes? This is a far better option that other mods which auto hide your spacesuit since here, you can choose as and when you yourself want to hide it
    1. Tiamat042
      Tiamat042
      • premium
      • 14 kudos
      It's not "better" than the other mods, it's two different options for the same thing. Some people will want the auto-hide and some will want manual control. Two equally useful mods based on preference.
    2. atlas1245
      atlas1245
      • member
      • 4 kudos
      The problem with auto-hide is that it's a very blanket-wide approach. Say if I want to one day walk into a city with my spacesuit equipped but no helmet, I cant do that with auto-hide. Or if I wanna just remove my helmet in my ship cos I'll just be jumping to another part of the planet. It doesnt make sense then for people to remove their spacesuits entirely.

      There are also some combat segments in cities like the Neon gangwar mission and it doesnt make sense to fight without our spacesuit equipped
    3. Tiamat042
      Tiamat042
      • premium
      • 14 kudos
      Yes, and those are your preferences, and they're fine. This mod is for you, and it's a good mod! But what you list as problems are not problems for everyone. Maybe someone doesn't want to map more hotkeys. (Me, for instance. I have a lot of hotkeys already.) Maybe they don't want to think about exactly where and when it makes sense, just want the spacesuit to be off sometimes cause it's smelly and needs a wash they like to see their clothes more often.

      It's just a matter of how each person wants to play, not a matter of better or worse. Some people like paperbacks and some people like audiobooks, ya know? The best solution is to have both options available.
  9. brown66
    brown66
    • member
    • 5 kudos
    Is it possible to do the same mod, but in a way that makes the follower's helmet invisible?
    1. atlas1245
      atlas1245
      • member
      • 4 kudos
      I found out a beautiful way to do it. Go and install Linked Companion Spacesuit with this mod. It will make it such that your companion matches your hidden settings. So when you manually hide your helmet, your companion will also hide theirs
  10. VirtualChrisM
    VirtualChrisM
    • member
    • 8 kudos
    I've been using these similar commands published in the Starfield Hotkeys Mod Article...

    Do you know the difference between these IDs and yours?  They are very similar... B120C and B120B vs yours which are B120D and B120E... odd.

    Toggle showing spacesuit in settlements (same as the UI toggle in the inventory)
    F1=if player.getav B120C != 0; player.setav B120C 0; else; player.setav B120C 1; endif

    Toggle showing spacesuit in breathable environments
    F1=if player.getav A73F8 != 0; player.setav A73F8 0; else; player.setav A73F8 1; endif

    Toggle showing helmet in breathable environments
    F1=if player.getav B120B != 0; player.setav B120B 0; else; player.setav B120B 1; endif
    1. ModsRMods
      ModsRMods
      • premium
      • 10 kudos
      All Ik when i got it from the ref from
      "Toggle showing spacesuit in settlements (same as the UI toggle in the inventory)
      F1=if player.getav B120C != 0; player.setav B120C 0; else; player.setav B120C 1; endif"

      and just kept going up the chain with it to see what they do and this one allows it anywhere settlements, breathable/non areas etc and keep all the effects