Starfield
0 of 0

File information

Last updated

Original upload

Created by

KeithVSmith1977

Uploaded by

keithvsmith1977

Virus scan

Safe to use

Tags for this mod

About this mod

Adds a Hotkey Toggle to Hide/Show Helm/Spacesuit

Permissions and credits
After trying another mod that was supposed to toggle the Hide/Show of the Helm and Spacesuit, but it failed to work with Hide Spacesuit in Breathable Areas at Starfield Nexus - Mods and Community (nexusmods.com). I decided to make my own. This is a simple script and hotkey INI file. The StarfieldHotkeys.ini file must be saved into the My Games folder: example "D:\Onedrive\Documents\My Games\Starfield" and you must add the following to your StarfieldCustom.ini. 

NOTE: Highly recommend that you use Hide Spacesuit in Breathable Areas at Starfield Nexus - Mods and Community (nexusmods.com) as your companion will do the same as you. Remove the spaces.

[Menu]
b Use Console Hotkeys=1
s Console INI=StarfieldHotkeys.ini


If you already have a StarfieldHotkey.ini file because you are using another mod like Let's Walk Together - Walk with NPC - Hotkey walking and running speed adjustment at Starfield Nexus - Mods and Community (nexusmods.com), add the following to yours:

[Macros]
spd=sucsm 3

HelmToggle=if player.getav b120b > 0; player.setav b120b 0; elseif player.getav b120b < 1; player.setav b120b 1; endif
SpacesuitToggle=if player.getav b120c > 0; player.setav b120c 0; elseif player.getav b120c < 1; player.setav b120c 1; endif

[Hotkeys]

NUMPAD*=SpacesuitToggle
NUMPAD/=HelmToggle


The Hotkeys can be changed to whatever you want by editing the StarfieldHotkeys.ini. By default they are the Numpad / (Helm) and * (Spacesuit) keys.