Is it possible to extend this function to other NPC's? So for example, if entering a crimson fleet base, if the environment is stable for the player character to hide the spacesuit, the enemies will also have their spacesuit hidden?
This is causing issues with chameleon. Sometimes I will need to reload a save to remove the effect. Could someone please reccomend a more sustianable solution? I am aware of the mod that remove the chameleon effect entirely, however I want to avoid that if possible. Thank you.
I'm currently using player.setav a73f8 1 player.setav b120e 0 to hide my spacesuit all of the time. Could I integrate that into this mod and then add it as an option myself?
Hi sorry to come here for something not really related to this here mod but would you know such console command to hide/unhide jetpacks? Cause [14.SetAV B120E 1] or 0 to unhide spacesuit works perfect for me as hotkey. Many thanks for all your work while i'm here :) Oh also while i'm here there could be a conflict in engine fixes with make-up trough Enhance for npc or Enhance npc gun make-up not reapplying after a save load as long as FixCompanionEyeTracking is set to 1, once set to 0 it seems it fix the issue and i think it's not a coincidence (seems to fix problem for some) but i have not enough reports for now to be really sure (fixed it for me for sure at least). Your : bFixNPCHeadtrackingAndMakeup=1 iFixNPCMakeupTime=150 Works i know this issue and it helped, i've seen it working with the little 150 delay, but the FixCompanionEyeTracking=1 seems to interfer (for me it was no make-up reapplyed after i close/relaunch game) but for some other users facing diffferent but similar behaviors it seems FixCompanionEyeTracking=0 fixed it too.
Is it possible to separate this mod into one for JUST the helmet and one for the spacesuit? There are instances I would want to remove my helmet but keep my suit on, for example. This is a great mod though. Very useful. Big timesaver.
Until recently, I was able to toggle my suit reliably in breathable environments using this hotkey command:
if player.getav A73F8 != 0; player.setav A73F8 0; else; player.setav A73F8 1; endif Recently, maybe because of 1.15, a new mod, or something, the game started ignoring this setting in some situations (mostly my home ship) and forced my suit to appear all the time regardless of setting.
I'm trying your mod...
- Is the mod supposed to come with an INI? The main download does not include one. - I downloaded the optional file and modified it as shown below to give me maximum control in all but the harshest environements - I cannot toggle my space suit using the above command in New Atlantis or on my ship. So that leads me to believe the mod is not working
If I open the console I can check the setting ActorShouldShowSpacesuitCosmetic_AV is 0 or 1 but the suit is not appearing when 1.
In fact, now with this mod, I have the opposite problem, where I cannot show my suit on my ship, regardless of the setting.
Hi all, sorry if i'm dumb but i'm a little lost with .ini file and conditions : What i would want is to hide spacesuit everywhere as long as i'm in a sealed interior/sealed and home spaceship even in-combat and hostiles nearby and weapon drawn or not but of course keep armor/helmets in planet's exteriors when unbreathable/needed due to environmental damages and hazardous weather. By trials and errors i could get what i wanted (hide spacesuit then) in, of course, habitable settlements and also any sealed or home spaceships, in-combat and hostiles nearby with weapons unsheathed or not while in "dungeons" but when i enter a little settlement although npc in it doesn't wear spacesuits mine is back.
Guess i'm mainly lost with planet's conditions consequences even if i'm in sealed interior.
150 comments
****Found it and it's working now...****
player.setav a73f8 1
player.setav b120e 0
to hide my spacesuit all of the time. Could I integrate that into this mod and then add it as an option myself?
Cause [14.SetAV B120E 1] or 0 to unhide spacesuit works perfect for me as hotkey.
Many thanks for all your work while i'm here :)
Oh also while i'm here there could be a conflict in engine fixes with make-up trough Enhance for npc or Enhance npc gun make-up not reapplying after a save load as long as FixCompanionEyeTracking is set to 1, once set to 0 it seems it fix the issue and i think it's not a coincidence (seems to fix problem for some) but i have not enough reports for now to be really sure (fixed it for me for sure at least).
Your :
bFixNPCHeadtrackingAndMakeup=1
iFixNPCMakeupTime=150
Works i know this issue and it helped, i've seen it working with the little 150 delay, but the FixCompanionEyeTracking=1 seems to interfer (for me it was no make-up reapplyed after i close/relaunch game) but for some other users facing diffferent but similar behaviors it seems FixCompanionEyeTracking=0 fixed it too.
There are instances I would want to remove my helmet but keep my suit on, for example.
This is a great mod though. Very useful. Big timesaver.
if player.getav A73F8 != 0; player.setav A73F8 0; else; player.setav A73F8 1; endif
Recently, maybe because of 1.15, a new mod, or something, the game started ignoring this setting in some situations (mostly my home ship) and forced my suit to appear all the time regardless of setting.
I'm trying your mod...
- Is the mod supposed to come with an INI? The main download does not include one.
- I downloaded the optional file and modified it as shown below to give me maximum control in all but the harshest environements
- I cannot toggle my space suit using the above command in New Atlantis or on my ship. So that leads me to believe the mod is not working
If I open the console I can check the setting ActorShouldShowSpacesuitCosmetic_AV is 0 or 1 but the suit is not appearing when 1.
In fact, now with this mod, I have the opposite problem, where I cannot show my suit on my ship, regardless of the setting.
I just want full control using setav A73F8. Ugh.
Any suggestions?
[Settings]
iInSafeTemperature=-1
iInSealedInterior=-1
iIsOnPlayerHomeSpaceship=-1
iInSealedSpaceship=-1
iIsCurrentAtmosphereBreatheable=-1
iIsInHabitableSettlement=-1
iIsWeaponDrawn=-1
iInHazardousEnvironment=0
iIsInExtremePlanetTemperature=0
iInIsCombat=-1
iAreHostilesNearby=-1
iOnExtremePlanet=0
iIsCurrentWeatherIsHazardous=-1
iIsCurrentWeatherIsPotentiallyHazardous=-1
iIsInZeroGravity=-1
iIsInExtremelyHighGravity=-1
iIsTakingEnvironmentalDamage=0
bDebugMode=0
What i would want is to hide spacesuit everywhere as long as i'm in a sealed interior/sealed and home spaceship even in-combat and hostiles nearby and weapon drawn or not but of course keep armor/helmets in planet's exteriors when unbreathable/needed due to environmental damages and hazardous weather.
By trials and errors i could get what i wanted (hide spacesuit then) in, of course, habitable settlements and also any sealed or home spaceships, in-combat and hostiles nearby with weapons unsheathed or not while in "dungeons" but when i enter a little settlement although npc in it doesn't wear spacesuits mine is back.
Guess i'm mainly lost with planet's conditions consequences even if i'm in sealed interior.
Could someone help me with this please :)