0 of 0

File information

Last updated

Original upload

Created by

Cyan49

Uploaded by

cyan49

Virus scan

Safe to use

About this mod

Fixes an ancient bug where text becomes unreadable when picking up and playing a holotape when your Pip-Boy light is on.

Permissions and credits
Fixes an ancient bug where text becomes unreadable when picking up and playing a holotape when your Pip-Boy light is on. Not sure if it's happening to everyone, but this works for me. In short, this mod does the following:
Spoiler:  
Show

Event OnQuestInit()
RegisterForAnimationEvent(Player "holotapeLoaded")
EndEvent

Event OnAnimationEvent(ObjectReference akSource, string asEventName)
Player.PlaySubGraphAnimation("pipboyLightOff")
EndEvent

Future Plans
  • Insert "brightness" related meme here
  翻译: