Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, Starfield, or Oblivion Remastered. Doing so will help everyone on all platforms.

Issue Data
Status: New
Issue Type: Bug Report
Project: Unofficial Starfield Patch
Component: Starfield: Vanilla
Category: Papyrus Scripts
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 0
Watching: N/A
Opened By TwoArmedMan15 on May 30, 2026 5:54 am

Issue #36700: CompanionAffinityEventsScript has incorrect COM_Event_Action_Enhance_PlayerChangeAppearance

 
The CompanionAffinityEventsScript is supposed to send COM_Event_Action_Enhance_PlayerChangeAppearance when the player changes their appearance.

Problem: CompanionAffinityEventsScript does not send COM_Event_Action_Enhance_PlayerChangeAppearance because the script incorrectly checks for "LooksMenu." Companions never say their reaction dialogue to COM_Event_Action_Enhance_PlayerChangeAppearance because the event is never sent.

Solution: Change the script to check for "ChargenMenu." See the attached script, searching for "ChargenMenu" to see where it is changed (only 2 places).

Note, this fix was done in the Starfield Community Patch.



Attached Files:

CompanionAffinityEventsScript.psc