Jump to content

1 Screenshot

About This File

Fill Her Up SE has the same problem as Devious Devices such that CTDs can occur when using a controller due to Papyrus script code like the following:

 

Input.TapKey(Input.GetMappedKey("Forward"))

 

When using a controller on Skyrim SE, the GetMappedKey function can return an invalid value, which in turn causes a CTD when the invalid value is passed to the TapKey function.

 

The CTDs can occur when using the Expel Cum hotkey, or when periodic expel cum events occur. Both cases flow through the same line of code in Fill Her Up SE, so this fix covers both cases.

 

 

UUNP Version

 

This fix is intended for use with the UUNP version of Fill Her Up SE. I have only tested this fix with the UUNP version of Fill Her Up SE.

 

This fix includes an edited Papyrus source script file "scripts/source/sr_inflateQuest.psc" and a compiled file "scripts/sr_inflateQuest.pex".

 

The script used an obsolete SexLab function AccessPosition that no longer exists in SexLab.

 

In order to compile the script, I had to comment out the use of the cumSpot variable and comment out the call to the obsolete SexLab function AccessPosition.

 

In order to fix the CTD when using a controller, I commented out the line Input.TapKey(Input.GetMappedKey("Forward"))

 

 

CBBE Version

 

@Yinkle is maintaining the CBBE version of Fill Her Up SE. According to @Yinkle, this fix is also available in the CBBE version of Fill Her Up SE found here.

 



×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use