• Version 1.0.0
  • 2,974 downloads

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.