0 of 0

File information

Last updated

Original upload

Created by

Thappysnek

Uploaded by

thappysnek

Virus scan

Safe to use

Tags for this mod

About this mod

Removes the "Mommmmm" debug notification that appears on-screen with every game load that was introduced by the optional file, "Arena - Harder Easy Spawns".

Requirements
Permissions and credits
Changelogs
Obsolete with SimonMagus new version--see sticky post. Nexusmods isn't letting me hide this mod either.

Arena - An Encounter Zone Overhaul
by SimonMagus and friends has an Optional Files: "Arena - Harder Easy Spawns" that has a script bug.

The script in question, MAG_ArenaController_Script, innocuously loads global variables but had a debug notification command that should have been removed after completion of development. I removed it and recompiled the code.

Thanks to https://www.reddit.com/user/SkylessKingdom/ for identifying the cause. It's a good mod with a silly developer mistake and shouldn't be disparaged. Information Source: https://www.reddit.com/r/skyrim/comments/14lc5ak/bug_mommmmm_when_loading_into_save/


original script code:
Scriptname MAG_ArenaController_Script extends Alias
GlobalVariable Property ArenaController Auto
Event OnPlayerLoadGame()
If (ArenaController.GetValue() == 1.0)
Debug.Notification("Mommmmm")
Game.SetGameSettingFloat("fLeveledActorMultEasy",1.0)
EndIf

EndEvent

corrected script code:
Scriptname MAG_ArenaController_Script extends Alias
GlobalVariable Property ArenaController Auto
Event OnPlayerLoadGame()
If (ArenaController.GetValue() == 1.0)
Game.SetGameSettingFloat("fLeveledActorMultEasy",1.0)
EndIf

EndEvent

Instructions:
Load my mod after the "Arena - Harder Easy Spawns". My mod replaces the original BSA.