kadsend Posted September 19, 2023 Posted September 19, 2023 Is the minigame speed related to level of defeated opponent? Because it's way too fast on the npc I'm testing... Is there a way to modify that?
Someone92 Posted September 19, 2023 Posted September 19, 2023 It was reduced in one of the more recent versions. Either go to the script AELStruggleAlias.psc and edit the default afDifficulty and/or afDuration and compile the script, or find the script where the mod starting the mini game calls AELStruggleAlias.Create and edit the values there. 1
Ngo Van Dang Posted September 19, 2023 Posted September 19, 2023 paid addon Acheron is a must required?
kadsend Posted September 19, 2023 Posted September 19, 2023 11 hours ago, Someone92 said: It was reduced in one of the more recent versions. Either go to the script AELStruggleAlias.psc and edit the default afDifficulty and/or afDuration and compile the script, or find the script where the mod starting the mini game calls AELStruggleAlias.Create and edit the values there. It just fails, I'm using CK and editing with VSCode... Spoiler Starting 1 compile threads for 1 files... Compiling "AELStruggleAlias"... <unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flg E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(0,0): unable to locate script ReferenceAlias E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(5,24): unknown type referencealias E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(6,16): unknown type static E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(12,6): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(16,27): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(16,46): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(18,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(18,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(23,2): type mismatch on parameter 1 (did you forget a cast?) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(29,36): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(29,18): unknown type objectreference E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(30,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(31,11): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(32,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(35,54): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(38,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(38,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(39,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(39,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(42,22): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(42,27): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(42,10): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(45,21): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(45,32): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(45,12): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(47,10): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(47,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,10): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,38): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,43): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(49,13): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(49,24): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(50,12): RegisterForModEvent is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(51,12): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(51,18): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(56,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(56,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(60,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(60,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,16): variable Utility is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,24): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,45): cannot compare a none to a float (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,45): cannot relatively compare variables to None E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(64,2): RegisterForSingleUpdate is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(65,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(65,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(69,77): unknown type form E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(70,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(70,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(71,2): UnregisterForModEvent is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(73,16): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(73,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(90,20): GetReference is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(90,35): cannot cast a none to a actor, types are incompatible E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(90,8): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(93,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(93,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(94,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(94,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(95,6): variable Utility is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(95,14): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(97,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(97,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(98,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(98,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(104,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(106,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(108,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(110,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(112,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(114,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(121,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(121,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(122,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(122,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(123,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(123,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(124,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(124,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(125,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(125,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(126,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(126,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(127,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(127,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(131,12): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(132,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(135,15): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(135,24): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(135,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(136,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(136,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(137,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(137,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(138,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(138,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(139,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(139,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(142,24): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(143,16): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(143,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(144,4): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(144,9): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(146,12): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(150,31): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(151,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(152,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(153,13): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(154,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(156,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(159,37): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,13): variable JValue is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,33): variable JValue is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,40): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,20): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(162,13): variable JMap is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(162,18): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(162,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(169,13): variable JMap is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(169,18): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(169,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(171,11): variable Utility is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(171,19): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(173,9): variable JArray is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(173,16): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(177,36): unknown type objectreference E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(178,9): referencealias is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(179,14): referencealias is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(183,9): referencealias is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(184,14): referencealias is not a known user-defined type No output generated for AELStruggleAlias, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on AELStruggleAlias
Someone92 Posted September 19, 2023 Posted September 19, 2023 4 hours ago, Ngo Van Dang said: paid addon Acheron is a must required? It's free, just not uploaded to LL yet. Simply download it from Patreon 15 minutes ago, kadsend said: It just fails, I'm using CK and editing with VSCode... Reveal hidden contents Starting 1 compile threads for 1 files... Compiling "AELStruggleAlias"... <unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flg E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(0,0): unable to locate script ReferenceAlias E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(5,24): unknown type referencealias E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(6,16): unknown type static E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(12,6): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(16,27): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(16,46): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(18,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(18,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(23,2): type mismatch on parameter 1 (did you forget a cast?) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(29,36): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(29,18): unknown type objectreference E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(30,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(31,11): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(32,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(35,54): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(38,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(38,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(39,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(39,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(42,22): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(42,27): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(42,10): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(45,21): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(45,32): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(45,12): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(47,10): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(47,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,10): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,38): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,43): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(48,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(49,13): variable UICallback is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(49,24): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(50,12): RegisterForModEvent is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(51,12): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(51,18): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(56,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(56,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(60,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(60,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,16): variable Utility is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,24): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,45): cannot compare a none to a float (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(63,45): cannot relatively compare variables to None E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(64,2): RegisterForSingleUpdate is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(65,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(65,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(69,77): unknown type form E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(70,2): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(70,8): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(71,2): UnregisterForModEvent is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(73,16): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(73,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(90,20): GetReference is not a function or does not exist E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(90,35): cannot cast a none to a actor, types are incompatible E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(90,8): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(93,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(93,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(94,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(94,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(95,6): variable Utility is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(95,14): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(97,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(97,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(98,6): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(98,12): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(104,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(106,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(108,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(110,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(112,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(114,14): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(121,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(121,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(122,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(122,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(123,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(123,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(124,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(124,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(125,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(125,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(126,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(126,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(127,4): variable Debug is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(127,10): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(131,12): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(132,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(135,15): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(135,24): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(135,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(136,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(136,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(137,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(137,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(138,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(138,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(139,2): variable ModEvent is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(139,11): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(142,24): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(143,16): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(143,21): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(144,4): variable Game is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(144,9): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(146,12): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(150,31): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(151,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(152,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(153,13): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(154,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(156,10): actor is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(159,37): unknown type actor E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\Acheron.psc(1,0): Unknown user flag Hidden E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,13): variable JValue is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,33): variable JValue is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,40): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,20): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(161,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(162,13): variable JMap is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(162,18): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(162,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(169,13): variable JMap is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(169,18): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(169,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(171,11): variable Utility is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(171,19): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(173,9): variable JArray is undefined E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(173,16): none is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(177,36): unknown type objectreference E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(178,9): referencealias is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(179,14): referencealias is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(183,9): referencealias is not a known user-defined type E:\Games\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\AELStruggleAlias.psc(184,14): referencealias is not a known user-defined type No output generated for AELStruggleAlias, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on AELStruggleAlias You need to have the source scripts the script you are editing, too. See if this guide helps. https://www.youtube.com/watch?v=Hejm3TJw10E
kadsend Posted September 19, 2023 Posted September 19, 2023 8 minutes ago, Someone92 said: It's free, just not uploaded to LL yet. Simply download it from Patreon You need to have the source scripts the script you are editing, too. See if this guide helps. https://www.youtube.com/watch?v=Hejm3TJw10E Don't worry, I changed the AEL AcheronEL_qte.json file multipliers and now it's much better!
bono-bono Posted September 25, 2023 Posted September 25, 2023 What would be an workaround to restore the PC from the defeat state? Like when beaten up from enemy and it falls on its knees waiting to restore its health or whatever happens. Problem is, the PC is 80% of the time stuck in that position forever.
DaddyDubstep13 Posted September 26, 2023 Posted September 26, 2023 Decided to give Yamete Kudasai a try after getting fed up with Defeat. (I was using Bane's version) However, I have two bugs that I'm trying to work out. 1. I manually assign a hotkey to assault someone out of combat, and it gives me "Assualt Failed due to unexpected Error" Doesn't matter what the hotkey is. ( side bar, I play with controller, and would really love it if the Hotkey Modifier would work. If I put it to Down on the Dpad, it works, but I want it to be LB +Down. ) Hotkey Modifier doesnt work for surrender either. 2. When I defeat an NPC and select them with A (xbox controller) it pulls up the little menu. I can move around the options with the joystick, but it will not let me click A to pick one. Instead, it activates my right joystick as a mouse and then I have to drag it across the screen, hover over it, and THEN hit A. Is there an option to just select which choice I want without having to drag my mouse over? XD
DaddyDubstep13 Posted September 26, 2023 Posted September 26, 2023 10 minutes ago, DaddyDubstep13 said: Decided to give Yamete Kudasai a try after getting fed up with Defeat. (I was using Bane's version) However, I have two bugs that I'm trying to work out. 1. I manually assign a hotkey to assault someone out of combat, and it gives me "Assualt Failed due to unexpected Error" Doesn't matter what the hotkey is. ( side bar, I play with controller, and would really love it if the Hotkey Modifier would work. If I put it to Down on the Dpad, it works, but I want it to be LB +Down. ) Hotkey Modifier doesnt work for surrender either. 2. When I defeat an NPC and select them with A (xbox controller) it pulls up the little menu. I can move around the options with the joystick, but it will not let me click A to pick one. Instead, it activates my right joystick as a mouse and then I have to drag it across the screen, hover over it, and THEN hit A. Is there an option to just select which choice I want without having to drag my mouse over? XD In addition, if I am fighting an NPC and I use True Directional Movement's lock on, the moment I get knock down the camera stays locked on and never disconnects. The animation hook overrides my manual toggle. This causes all the animations to be extremely misaligned. The moment that animations end I can unlock no issues. Just thought I'd let ya know.
gerkesiz Posted September 26, 2023 Posted September 26, 2023 What's difference between yamate and sexlab-defeat ?
DaddyDubstep13 Posted September 27, 2023 Posted September 27, 2023 5 hours ago, gerkesiz said: What's difference between yamate and sexlab-defeat ? Sexlab defeat has been around for a while. Defeat has a couple more options that I like, such as restricting the NPC knockdown to the final enemy. A feature that i wish Yamate had. However, Defeat can be script intensive and depending upon which version you have some features might not work at all. Bane's version allows NPC-NPC interactions to work ok, but has a tendency to stop working occasionally and ctd. Baka's version the NPC-NPC doesn't work worth a fuck, but the other features are a little more robust. Yamate and Acheron seem to work really well, the only issues I've had are the ones I'm hoping to get an answer to up above Sexlab Defeat also incorporates a *prostitution* feature. If you push the surrender hotkey on an NPC out of combat (like in town) you can whore yourself out, or a follower if you have selected them. 1
DaddyDubstep13 Posted September 27, 2023 Posted September 27, 2023 Sexlab Defeat also has much better controller support. It's about an equal trade off... want a better Defeat mod with better hooks and less problems? Use Yamete Kudasai and Acheron. Want better controller support and a bit more robust features, but also more potential troubleshooting? Use Sexlab Defeat. I want to give Yamete a really honest try, because from what I've seen it can be incredible, as long as I can either some sort of direction on fixing the issues I've got. I can live without the Assault option, I can tolerate the weird menu (though it's definitely not controller friendly, but the biggest one is definitely the lock on bug. Defeat would give you time to unlock, even if the animation started. I've manually done about 20-25 Yamete "defeat" scenes with both a lock on and no lock on, the lock on ones the animations are messed up and you can't unlock until ALL scenes end, the unlock ones work fine. The problem is that I use Yamete's "stun" feature, so if I'm locked in combat and it triggers, I basically have to skip a bunch of animations because the moment it hooks it breaks my ability to toggle the lock on until it's over. 1
Someone92 Posted September 27, 2023 Posted September 27, 2023 6 hours ago, gerkesiz said: What's difference between yamate and sexlab-defeat ? Acheron is a Defeat Alternative mod. Actors which health would be reduced below 1 are instead put into a custom bleedout state. Once combat ends because only fighters of one side remain Acheron choose one of its outcomes. YK provides NSFW outcomes. The main advantage of Acheron compared to other DA mods and Defeat mods is that it doesn't use a "dirty" method to prevent actors from getting killed, thus being more stable and less bug prone. 1
gerkesiz Posted September 27, 2023 Posted September 27, 2023 @Someone92 @DaddyDubstep13 Thanks for your answers. I'll give a try to YK with Acheron. I've modded Skyrim before so i have experience. I just don't know which mods i should install. For example, should i definitely install fnis and skeleton xp32? I saw the guide on the site and will check it later. Last question, there is mod collection named "immersive&adult". Should i give a try that collection ?
Scrab Posted September 27, 2023 Author Posted September 27, 2023 (edited) 8 hours ago, DaddyDubstep13 said: Decided to give Yamete Kudasai a try after getting fed up with Defeat. (I was using Bane's version) However, I have two bugs that I'm trying to work out. 1. I manually assign a hotkey to assault someone out of combat, and it gives me "Assualt Failed due to unexpected Error" Doesn't matter what the hotkey is. ( side bar, I play with controller, and would really love it if the Hotkey Modifier would work. If I put it to Down on the Dpad, it works, but I want it to be LB +Down. ) Hotkey Modifier doesnt work for surrender either. 2. When I defeat an NPC and select them with A (xbox controller) it pulls up the little menu. I can move around the options with the joystick, but it will not let me click A to pick one. Instead, it activates my right joystick as a mouse and then I have to drag it across the screen, hover over it, and THEN hit A. Is there an option to just select which choice I want without having to drag my mouse over? XD I plan on looking into better controller support once I got SLP+ over its first hurdles 8 hours ago, DaddyDubstep13 said: In addition, if I am fighting an NPC and I use True Directional Movement's lock on, the moment I get knock down the camera stays locked on and never disconnects. The animation hook overrides my manual toggle. This causes all the animations to be extremely misaligned. The moment that animations end I can unlock no issues. Just thought I'd let ya know. Are you sure this is due to Acheron? Sounds more like an issue in SL? Also if youre missing certain features from Acheron you can check if other addons provide them already: https://gist.github.com/MissCorruption/e0d820be576a00d187eddc748376d5a3 Edited September 27, 2023 by Scrab
DaddyDubstep13 Posted September 27, 2023 Posted September 27, 2023 7 hours ago, Scrab said: I plan on looking into better controller support once I got SLP+ over its first hurdles Are you sure this is due to Acheron? Sounds more like an issue in SL? Also if youre missing certain features from Acheron you can check if other addons provide them already: https://gist.github.com/MissCorruption/e0d820be576a00d187eddc748376d5a3 Thanks Scrab! I know you're busting your ass making this thing and it really shows! Yeah, pretty confident it's Acheron/YK. The only issue I ever ever un-locking my target is with scenes started via Acheron/YK. I've even tried to be stupid quick. I've put my self in single combat against a bandit I keep reviving, the moment I go down I click the right stick down (that's my target lock key) but it just stays stuck. Like I mentioned with Sexlab Defeat, it was never an issue there. I'll definitely check out the addons!
anon202269 Posted September 30, 2023 Posted September 30, 2023 (edited) On 9/27/2023 at 10:22 PM, UltronRulesAll said: Ostim standalone compatible? compatible, MCM. Edited September 30, 2023 by anon202269
Daemon Felix Posted October 1, 2023 Posted October 1, 2023 On 6/27/2023 at 2:58 AM, Scrab said: Yamete Kudasai 2.1.2.5 Fixed an issue that causes the Assault Quest to no longer work after an initial victory in the struggle game Fixed an issue that caused Allies to not be recognized correctly as part of the Assault Quest How to troubleshoot an already bugged mod: If the first issue mentioned has already happened in your game, then this fix will NOT solve this issue for you. It is merely to prevent further incidents happening To fix this issue and have YK events appear again correctly, you need to type in the following in the console: stopquest KudasaiAssault after that the mod should work as expected again and further incidents of this sort should no longer happen Does this command still work? I made several attempts and it didn't work (parameter error)
bono-bono Posted October 2, 2023 Posted October 2, 2023 (edited) On 10/1/2023 at 5:20 PM, Daemon Felix said: Does this command still work? I made several attempts and it didn't work (parameter error) I have 2.1.3 and if you look at the mod using xEdit, you can see the name being "Kudasai_Assault". So, maybe try with that ID. I will try it too, because the assault does not work (only the robbing). P.S. It worked out with "stopquest Kudasai_Assault". Nice. Edited October 2, 2023 by bono-bono 1
DaddyDubstep13 Posted October 4, 2023 Posted October 4, 2023 (edited) Man... I think my Acheron/Yamete is busted XD 1. A follower gets knocked down, I can rescue them maybe once or twice before the rescue button becomes grayed out for every npc. I use Nether's Follower Framework and selecting the Npc with my interact key (A for my xbox controller) brings up their dialogie from Nether's, but they are still "defeated." The only way to get them working again is to cast a healing spell on them. 2. The moment the rescue gray out happens, followers are no longer involved in any scenes, ever. In fact I don't think I've had a single follower ever deal out punishment or recieve punishment for being knocked down. 3. I get stuck in endless "defeat" loops. I was in Treva's watch. Aela and Brelyna both get "defeated." I get defeated, and then I start regening health, stuck in bleedout, while 4 npc's just wail on me. Finally just had to force quit the game XD I'm using YK 2.1.3 and the latest Acheron from Patreon. When it works, it works well. When it bricks itself, which it always does, it's a headache and a half to fix. Sidebar, I would love to see enemies that are "defeated" and subjugated by the player "NOT" immediately stand up and start swinging at them. I use a fade to black mod and the moment I finish assaulting someone it fades to black and they start fucking swing on me XD naked as a jaybird with a weapon lol. It would be nice if they had like a 10 second period or so where they just kinda stayed on the ground. Edited October 4, 2023 by DaddyDubstep13
BAB PEEG Posted October 5, 2023 Posted October 5, 2023 Something wrong with acheron, when I change anything in the mcm menu and go to a different menu or even exit it the changes don't save. 1
DamayatiYalistan Posted October 9, 2023 Posted October 9, 2023 On 9/26/2023 at 1:13 PM, DaddyDubstep13 said: Decided to give Yamete Kudasai a try after getting fed up with Defeat. (I was using Bane's version) However, I have two bugs that I'm trying to work out. 1. I manually assign a hotkey to assault someone out of combat, and it gives me "Assualt Failed due to unexpected Error" Doesn't matter what the hotkey is. ( side bar, I play with controller, and would really love it if the Hotkey Modifier would work. If I put it to Down on the Dpad, it works, but I want it to be LB +Down. ) Hotkey Modifier doesnt work for surrender either. I have the same issue here but with a keyboard.
foreveraloneguy Posted October 11, 2023 Posted October 11, 2023 I tried switching to this after being unhappy with naked defeat. However I'm getting an immediate crash while running 1.5.97 + skse 2.0.20. At this point, I'm at a loss as to how to resolve the crash. Unhandled native exception occurred at 0x7FFCD18E6A2C (YameteKudasai.dll+36A2C) on thread 58700! FrameworkName: NetScriptFramework FrameworkVersion: 15 FrameworkArchitecture: x64 GameLibrary: SkyrimSE GameLibraryVersion: 18 ApplicationName: SkyrimSE.exe ApplicationVersion: 1.5.97.0 VersionInfo: Successfully loaded Time: 11 Oct 2023 10:38:00.055 Possible relevant objects (1) { [ 166] NiNode(Name: `WorldRoot CameraNode`) } Probable callstack { [0] 0x7FFCD18E6A2C (YameteKudasai.dll+36A2C) [1] 0xFE7D83F1 [2] 0xB88ABAEF70 } Registers { AX: 0x7FF7459781A8 (SkyrimSE.exe+2F281A8) (SkyrimScript::HandlePolicy*) BX: 0x0 (NULL) CX: 0x2A5EEDF8100 (BSScript::Internal::VirtualMachine*) DX: 0x0 (NULL) SI: 0xB88ABAEED8 (void*) DI: 0x2A5EEDF8100 (BSScript::Internal::VirtualMachine*) BP: 0xB88ABAF050 (void*) SP: 0xB88ABAEE20 (void*) IP: 0x7FFCD18E6A2C (YameteKudasai.dll+36A2C) (void*) R8: 0x2A4A8B04CC0 (void*) R9: 0x7D90B (u32):[514315] R10: 0x2A4A8FC1B20 (void*) R11: 0x7FFCD1951391 (YameteKudasai.dll+A1391) (void*) R12: 0x1 (u8):[1] R13: 0x1 (u8):[1] R14: 0xB88ABAEF80 (void*) R15: 0x0 (NULL) Flags: 0x10206 XMM0: (double)-2.55183119888241E+21 / (float)-5.366217E-08 XMM1: (double)-1.00476556368071E+15 / (float)-1.301458E-07 XMM2: (double)0 / (float)0 XMM3: (double)0 / (float)0 XMM4: (double)0 / (float)0 XMM5: (double)0 / (float)0 XMM6: (double)0 / (float)0 XMM7: (double)0 / (float)0 XMM8: (double)0 / (float)0 XMM9: (double)0 / (float)0 XMM10: (double)0 / (float)0 XMM11: (double)0 / (float)0 XMM12: (double)0 / (float)0 XMM13: (double)0 / (float)0 XMM14: (double)0 / (float)0 XMM15: (double)0 / (float)0 } Stack { [SP+0] 0xFE7D83F1 (u32):[4269638641] [SP+8] 0xB88ABAEF70 (char**) "ConTitle" [SP+10] 0x0 (NULL) [SP+18] 0xB88ABAF050 (void*) [SP+20] 0x7FFCD1951380 (YameteKudasai.dll+A1380) (char*) "YameteKudasai.esp" [SP+28] 0x11 (u8):[17] [SP+30] 0x7FFD00000000 (u64):[140724603453440] [SP+38] 0x26 (u8):[38] [SP+40] 0xFFFFFFFFFFFFFFFE (i64):[-2] [SP+48] 0x9 (u8):[9] [SP+50] 0xB88ABAEED8 (void*) [SP+58] 0x7FF74367A231 (SkyrimSE.exe+C2A231) (void*) [SP+60] 0x2A6D6D9B670 (void*) [SP+68] 0x7C66 (u16):[31846] [SP+70] 0x0 (NULL) [SP+78] 0xB88ABAEF49 (void*) [SP+80] 0x0 (NULL) [SP+88] 0x7FFCD18EB544 (YameteKudasai.dll+3B544) (void*) [SP+90] 0x1 (u8):[1] [SP+98] 0xB88ABAEF70 (char**) "ConTitle" [SP+A0] 0x2A48A809124 (void*) [SP+A8] 0x8 (u8):[8] [SP+B0] 0x7FFCD19526B8 (YameteKudasai.dll+A26B8) (char*) "ConTitle" [SP+B8] 0x0 (NULL) [SP+C0] 0x2A400000009 (u64):[2903397892105] [SP+C8] 0x0 (NULL) [SP+D0] 0x2A6D6D9B670 (void*) [SP+D8] 0xFFFFFFFFFFFFFFFE (i64):[-2] [SP+E0] 0xB88ABAEF80 (void*) [SP+E8] 0x0 (NULL) [SP+F0] 0x0 (NULL) [SP+F8] 0xB5A1F27B6DD1 (u64):[199707162537425] [SP+100] 0x0 (NULL) [SP+108] 0x0 (NULL) [SP+110] 0x0 (NULL) [SP+118] 0x2A48A809124 (void*) [SP+120] 0xB88ABAF050 (void*) [SP+128] 0x7FFCD18F23FD (YameteKudasai.dll+423FD) (void*) [SP+130] 0x2A6D6D9B670 (void*) [SP+138] 0x0 (NULL) [SP+140] 0x7FF742A50000 (SkyrimSE.exe+0) (char*) "MZ?" [SP+148] 0x6873696C62617473 (u64):[7526475316494169203] [SP+150] 0x2A6D6D9B688 (char*) "ConTitle" [SP+158] 0x1 (u8):[1] [SP+160] 0x0 (NULL) [SP+168] 0x0 (NULL) [SP+170] 0x0 (NULL) [SP+178] 0x0 (NULL) [SP+180] 0x2A4E31C36F0 (char*) "\nending message type 3 to plugin 68eners......atch.espim Special Edition\Saves\\5 Companions complete.skse(00000001 YameteKudasai 01020000) loaded correctly (handle 68) 66)handle 61) 58) (handle 46)4)" [SP+188] 0x1 (u8):[1] [SP+190] 0x7FFD30B735C0 (skse64_1_5_97.dll+1335C0) (void*) [SP+198] 0x1B (u8):[27] [SP+1A0] 0xB88ABAEF80 (void*) [SP+1A8] 0x0 (NULL) [SP+1B0] 0x1 (u8):[1] [SP+1B8] 0x7FFD30AFB984 (skse64_1_5_97.dll+BB984) (void*) [SP+1C0] 0x23 (u8):[35] [SP+1C8] 0x7FFD30AFBF9B (skse64_1_5_97.dll+BBF9B) (void*) [SP+1D0] 0x3 (u8):[3] [SP+1D8] 0x0 (NULL) [SP+1E0] 0x0 (NULL) [SP+1E8] 0x7FFD30B32048 (skse64_1_5_97.dll+F2048) (char*) "SKSE" [SP+1F0] 0x1 (u8):[1] [SP+1F8] 0x1 (u8):[1] [SP+200] 0x1 (u8):[1] [SP+208] 0x7FFD30AF5CC3 (skse64_1_5_97.dll+B5CC3) (void*) [SP+210] 0xB800000003 (u64):[790273982467] [SP+218] 0x2A4816F72D0 (char**) "\nending message type 3 to plugin 68eners......atch.espim Special Edition\Saves\\5 Companions complete.skse(00000001 YameteKudasai 01020000) loaded correctly (handle 68) 66)handle 61) 58) (handle 46)4)" [SP+220] 0x2A4E31C36F0 (char*) "\nending message type 3 to plugin 68eners......atch.espim Special Edition\Saves\\5 Companions complete.skse(00000001 YameteKudasai 01020000) loaded correctly (handle 68) 66)handle 61) 58) (handle 46)4)" [SP+228] 0x0 (NULL) [SP+230] 0xB88ABAF118 (void*) [SP+238] 0x7FFD30AF5D11 (skse64_1_5_97.dll+B5D11) (void*) [SP+240] 0x2A4816F72D0 (char**) "\nending message type 3 to plugin 68eners......atch.espim Special Edition\Saves\\5 Companions complete.skse(00000001 YameteKudasai 01020000) loaded correctly (handle 68) 66)handle 61) 58) (handle 46)4)" [SP+248] 0xB88ABAF1A8 (void*) [SP+250] 0xB88ABAF0C0 (void*) [SP+258] 0x1 (u8):[1] [SP+260] 0x0 (NULL) [SP+268] 0x7FFD30AF5C0B (skse64_1_5_97.dll+B5C0B) (void*) [SP+270] 0x7FFD30B7090A (skse64_1_5_97.dll+13090A) (void*) [SP+278] 0x2A4816F72D0 (char**) "\nending message type 3 to plugin 68eners......atch.espim Special Edition\Saves\\5 Companions complete.skse(00000001 YameteKudasai 01020000) loaded correctly (handle 68) 66)handle 61) 58) (handle 46)4)" [SP+280] 0x108EB (u32):[67819] [SP+288] 0x0 (NULL) [SP+290] 0x0 (NULL) [SP+298] 0x0 (NULL) [SP+2A0] 0x0 (NULL) [SP+2A8] 0x0 (NULL) [SP+2B0] 0x0 (NULL) [SP+2B8] 0x0 (NULL) [SP+2C0] 0x0 (NULL) [SP+2C8] 0x0 (NULL) [SP+2D0] 0xB5A1F27B6C31 (u64):[199707162537009] [SP+2D8] 0x7FFD30AC92D4 (skse64_1_5_97.dll+892D4) (void*) [SP+2E0] 0x0 (NULL) [SP+2E8] 0x7FFD30B32048 (skse64_1_5_97.dll+F2048) (char*) "SKSE" [SP+2F0] 0x31 (u8):[49] [SP+2F8] 0x7FFCD18CC6C4 (YameteKudasai.dll+1C6C4) (void*) [SP+300] 0xFFFFFF01 (u32):[4294967041] [SP+308] 0x2A48E6F6390 (char*) "D" [SP+310] 0x3 (u8):[3] [SP+318] 0xFFFFFFFF (u32):[4294967295] [SP+320] 0xB88ABAF1A8 (void*) [SP+328] 0x2A5D7A04100 (void*) [SP+330] 0x0 (NULL) [SP+338] 0xB88ABAF1A8 (void*) [SP+340] 0xFFFFFFFF (u32):[4294967295] [SP+348] 0x7FFD30AC1E1A (skse64_1_5_97.dll+81E1A) (void*) [SP+350] 0x2A48E6F6390 (char*) "D" [SP+358] 0x31 (u8):[49] [SP+360] 0x3 (u8):[3] [SP+368] 0x3 (u8):[3] [SP+370] 0x30 (u8):[48] [SP+378] 0x7FFD30AC1182 (skse64_1_5_97.dll+81182) (void*) [SP+380] 0x7FFD30B38520 (skse64_1_5_97.dll+F8520) (char*) "sending message type %u to plugin %u" [SP+388] 0x3 (u8):[3] [SP+390] 0x44 (u8):[68] [SP+398] 0x1 (u8):[1] [SP+3A0] 0x7FFD30B32048 (skse64_1_5_97.dll+F2048) (char*) "SKSE" [SP+3A8] 0x100000003 (u64):[4294967299] [SP+3B0] 0x1 (u8):[1] [SP+3B8] 0xD0000010 (u32):[3489660944] [SP+3C0] 0x0 (NULL) [SP+3C8] 0x0 (NULL) [SP+3D0] 0x2A556496080 (anonymous_namespace::Win32FileType*) [SP+3D8] 0x1 (u8):[1] [SP+3E0] 0x0 (NULL) [SP+3E8] 0x7FFD30A50537 (skse64_1_5_97.dll+10537) (void*) [SP+3F0] 0xD0000010 (u32):[3489660944] [SP+3F8] 0xB88ABAF320 (void*) [SP+400] 0x2A556496B30 (char*) "5 Companions complete.ess" [SP+408] 0x2A556496080 (anonymous_namespace::Win32FileType*) [SP+410] 0x0 (NULL) [SP+418] 0x3C073 (u32):[245875] [SP+420] 0xFFFFFFFFFFFFFFFE (i64):[-2] [SP+428] 0x68 (u8):[104] [SP+430] 0x68 (u8):[104] [SP+438] 0x7FF743F711A8 (SkyrimSE.exe+15211A8) (void*) [SP+440] 0xB88ABAF268 (void*) [SP+448] 0x0 (NULL) [SP+450] 0x5D16ED834005 (u64):[102353055465477] [SP+458] 0x0 (NULL) [SP+460] 0x0 (NULL) [SP+468] 0x2A556496B30 (char*) "5 Companions complete.ess" [SP+470] 0x1 (u8):[1] [SP+478] 0x2A5D79E7C00 (BGSSaveLoadManager*) [SP+480] 0x0 (NULL) [SP+488] 0xB88ABAF3C0 (char*) "ions complete.ess" [SP+490] 0xB88ABAF678 (anonymous_namespace::Win32FileType**) [SP+498] 0x7FF742FDB0A1 (SkyrimSE.exe+58B0A1) (void*) [SP+4A0] 0xB88ABAF678 (anonymous_namespace::Win32FileType**) [SP+4A8] 0xB88ABAF678 (anonymous_namespace::Win32FileType**) [SP+4B0] 0x0 (NULL) [SP+4B8] 0x2A5D79E7C00 (BGSSaveLoadManager*) [SP+4C0] 0xB88ABAF320 (void*) [SP+4C8] 0x0 (NULL) [SP+4D0] 0x0 (NULL) [SP+4D8] 0x7FFD5C071B6D (NetScriptFramework.Runtime.dll+1B6D) (void*) [SP+4E0] 0x0 (NULL) [SP+4E8] 0x7FFD755F4565 (clr.dll+64565) (void*) [SP+4F0] 0x0 (NULL) [SP+4F8] 0x7FF742F8E576 (SkyrimSE.exe+53E576) (void*) [SP+500] 0x0 (NULL) [SP+508] 0x0 (NULL) [SP+510] 0x2A400000000 (u64):[2903397892096] [SP+518] 0x7FFD5C071B6D (NetScriptFramework.Runtime.dll+1B6D) (void*) [SP+520] 0x2A4E5EA60C0 (NiNode**) -> (Name: `WorldRoot CameraNode`) [SP+528] 0x7FFD755F4565 (clr.dll+64565) (void*) [SP+530] 0x0 (NULL) [SP+538] 0x7FFD5C071B6D (NetScriptFramework.Runtime.dll+1B6D) (void*) [SP+540] 0x8 (u8):[8] [SP+548] 0x2A5F6AB8090 (char*) "Mods are currently loaded. Note: Achievements are disabled. Do you wish to continue loading this save?" [SP+550] 0x2A400680067 (u64):[2903404707943] [SP+558] 0x7FFD5C071B6D (NetScriptFramework.Runtime.dll+1B6D) (void*) [SP+560] 0x2A400000008 (u64):[2903397892104] [SP+568] 0x7FFD755F4565 (clr.dll+64565) (void*) [SP+570] 0x0 (NULL) [SP+578] 0x7FFD1731C041 (void*) [SP+580] 0x8 (u8):[8] [SP+588] 0xFFFFFFFFFFFFFFFE (i64):[-2] [SP+590] 0x7FF7442BF638 (SkyrimSE.exe+186F638) (void*) [SP+598] 0x6E61706D6F432035 (u64):[7953762032233422901] [SP+5A0] 0x6D6F6320736E6F69 (u64):[7885630463575748457] [SP+5A8] 0x73652E6574656C70 (u64):[8315103300288867440] [SP+5B0] 0x2A4EFEF0073 (void*) [SP+5B8] 0x2A4EDC48FF0 (void*) [SP+5C0] 0x0 (NULL) [SP+5C8] 0x7FFD15F64571 (void*) [SP+5D0] 0x7FFD18117408 (void*) [SP+5D8] 0x2A4E319C970 (void*) [SP+5E0] 0x2A4EDC42D78 (void*) [SP+5E8] 0x7FFD17903937 (void*) [SP+5F0] 0x8DE385E46C9B (u64):[156008343432347] [SP+5F8] 0x7FFD75D76370 (clr.dll+7E6370) (void*) [SP+600] 0xFFFFFFFFFFFFFFFF (i64):[-1] [SP+608] 0x7FFD17901F83 (char*) "?H??([^_A\A]A^A_]?" [SP+610] 0xB88ABAF450 (void*) [SP+618] 0x2A4EFEF18E0 (void*) [SP+620] 0xB88ABAF490 (void*) [SP+628] 0x7FFD1790383C (void*) [SP+630] 0xB88ABAF4A0 (void*) [SP+638] 0xE54C (u16):[58700] [SP+640] 0x2A4EFEF18E0 (void*) [SP+648] 0x2A4EDC42D78 (void*) [SP+650] 0x0 (NULL) [SP+658] 0x1 (u8):[1] [SP+660] 0x2A4EDC48FF0 (void*) [SP+668] 0x2A4EFEF1A68 (void*) [SP+670] 0xB88ABAF540 (void*) [SP+678] 0x7FFD17901F3C (char*) "?H?e?[^_A\A]A^A_]???C^?UAWAVAUATWVSH??(H?i H?l$ H???" [SP+680] 0x8 (u8):[8] [SP+688] 0xB88ABAF480 (void*) [SP+690] 0x2A4EFEF1A28 (void*) [SP+698] 0x0 (NULL) [SP+6A0] 0xB88ABAF3B8 (char*) "5 Companions complete.ess" [SP+6A8] 0x1040019 (u32):[17039385] [SP+6B0] 0x0 (NULL) [SP+6B8] 0x2A400000000 (u64):[2903397892096] [SP+6C0] 0x0 (NULL) [SP+6C8] 0x2A400000000 (u64):[2903397892096] [SP+6D0] 0x0 (NULL) [SP+6D8] 0x0 (NULL) [SP+6E0] 0x0 (NULL) [SP+6E8] 0x0 (NULL) [SP+6F0] 0x0 (NULL) [SP+6F8] 0x2A4E5EA6510 (void*) [SP+700] 0x0 (NULL) [SP+708] 0x100000005 (u64):[4294967301] [SP+710] 0x0 (NULL) [SP+718] 0x2A4ED000000 (void*) [SP+720] 0x0 (NULL) [SP+728] 0x7FF700000003 (u64):[140698833649667] [SP+730] 0x0 (NULL) [SP+738] 0x2A4D4FD9268 (char*) "[" [SP+740] 0x0 (NULL) [SP+748] 0x1 (u8):[1] [SP+750] 0xB88ABAF5F9 (void*) [SP+758] 0x7FF742FD9D20 (SkyrimSE.exe+589D20) (void*) [SP+760] 0x2A5D79E7C00 (BGSSaveLoadManager*) [SP+768] 0x2A5D79E7C00 (BGSSaveLoadManager*) [SP+770] 0x10 (u8):[16] [SP+778] 0x2A5D79E7F70 (BSTCommonStaticMessageQueue<BSTSmartPointer<bgs::saveload::Request, BSTSmartPointerIntrusiveRefCount>, 8>*) [SP+780] 0xD0000010 (u32):[3489660944] [SP+788] 0x0 (NULL) [SP+790] 0xFFFFFFFFFFFFFFFE (i64):[-2] [SP+798] 0x7FFD17900A4E (void*) [SP+7A0] 0x7FF744094360 (SkyrimSE.exe+1644360) (void*) [SP+7A8] 0x0 (NULL) [SP+7B0] 0x200010058 (u64):[8590000216] [SP+7B8] 0x75A (u16):[1882] [SP+7C0] 0x0 (NULL) [SP+7C8] 0x2A4D4FD8B00 (void*) [SP+7D0] 0x0 (NULL) [SP+7D8] 0x0 (NULL) [SP+7E0] 0x0 (NULL) [SP+7E8] 0x7FFD7571FF6E (clr.dll+18FF6E) (char*) "foD$ foL$0foT$@fo\$PH?L$pH?T$xL??$?" [SP+7F0] 0x0 (NULL) [SP+7F8] 0x7FF700000000 (u64):[140698833649664] [SP+800] 0x0 (NULL) [SP+808] 0x0 (NULL) [SP+810] 0x0 (NULL) [SP+818] 0x0 (NULL) [SP+820] 0x8000 (u16):[32768] [SP+828] 0x2A5D79E7C00 (BGSSaveLoadManager*) [SP+830] 0x0 (NULL) [SP+838] 0x7FFD30A506E8 (skse64_1_5_97.dll+106E8) (void*) [SP+840] 0x2A4D6E99300 (Main*) [SP+848] 0x2 (u8):[2] [SP+850] 0x2A5D7660100 (bgs::saveload::LoadRequest*) [SP+858] 0x2A556496080 (anonymous_namespace::Win32FileType*) [SP+860] 0x0 (NULL) [SP+868] 0x8000 (u16):[32768] [SP+870] 0x8000 (u16):[32768] [SP+878] 0x7FF743003074 (SkyrimSE.exe+5B3074) (void*) [SP+880] 0x2A4D6E99300 (Main*) [SP+888] 0x0 (NULL) [SP+890] 0x0 (NULL) [SP+898] 0x0 (NULL) [SP+8A0] 0xFFFFFFFFFFFFFFFE (i64):[-2] [SP+8A8] 0x7FFC00000003 (u64):[140720308486147] [SP+8B0] 0x1413EE (u32):[1315822] [SP+8B8] 0x7FFCAC2B1CD9 (hdtSMP64.dll+C1CD9) (void*) [SP+8C0] 0x2A4D6E99300 (Main*) [SP+8C8] 0x0 (NULL) [SP+8D0] 0x0 (NULL) [SP+8D8] 0x0 (NULL) [SP+8E0] 0x1413EE (u32):[1315822] [SP+8E8] 0x0 (NULL) [SP+8F0] 0x0 (NULL) [SP+8F8] 0x7FFCEEB85EC7 (MuJointFix.dll+25EC7) (void*) [SP+900] 0x0 (NULL) [SP+908] 0xB88ABAF7A0 (void*) [SP+910] 0x2A4D6E99300 (Main*) [SP+918] 0x1413EE (u32):[1315822] [SP+920] 0x1413EE (u32):[1315822] [SP+928] 0x7FF742FFF4F4 (SkyrimSE.exe+5AF4F4) (void*) [SP+930] 0x0 (NULL) [SP+938] 0x0 (NULL) [SP+940] 0x0 (NULL) [SP+948] 0xA (u8):[10] [SP+950] 0x1 (u8):[1] [SP+958] 0x0 (NULL) [SP+960] 0x0 (NULL) [SP+968] 0x0 (NULL) [SP+970] 0x0 (NULL) [SP+978] 0xFFFFFFFFFFFFFF00 (i64):[-256] [SP+980] 0x1413EE (u32):[1315822] [SP+988] 0x14FE (u16):[5374] [SP+990] 0x138911BC (u32):[327750076] [SP+998] 0x1 (u8):[1] [SP+9A0] 0x50003CBEE16 (u64):[5497621835286] [SP+9A8] 0x2D0 (u16):[720] [SP+9B0] 0x0 (NULL) [SP+9B8] 0x7FF742FFCC05 (SkyrimSE.exe+5ACC05) (void*) [SP+9C0] 0xA (u8):[10] [SP+9C8] 0x0 (NULL) [SP+9D0] 0xA (u8):[10] [SP+9D8] 0x7FF700000002 (u64):[140698833649666] [SP+9E0] 0x0 (NULL) [SP+9E8] 0x7FF743D9B17A (SkyrimSE.exe+134B17A) (void*) [SP+9F0] 0xA (u8):[10] [SP+9F8] 0x7FF743D9B231 (SkyrimSE.exe+134B231) (void*) [SP+A00] 0x7FF74612B310 (SkyrimSE.exe+36DB310) (void*) [SP+A08] 0x0 (NULL) [SP+A10] 0x0 (NULL) [SP+A18] 0x0 (NULL) [SP+A20] 0x0 (NULL) [SP+A28] 0x7FFD91A6257D (KERNEL32.DLL+1257D) (void*) [SP+A30] 0x0 (NULL) [SP+A38] 0x0 (NULL) [SP+A40] 0x0 (NULL) [SP+A48] 0x0 (NULL) [SP+A50] 0x0 (NULL) [SP+A58] 0x7FFD936CAA78 (ntdll.dll+5AA78) (void*) [SP+A60] 0x0 (NULL) [SP+A68] 0x0 (NULL) [SP+A70] 0x0 (NULL) [SP+A78] 0x0 (NULL) [SP+A80] 0x0 (NULL) [SP+A88] 0x0 (NULL) [SP+A90] 0x4ABC1E5B00000000 (u64):[5385212630619127808] [SP+A98] 0x0 (NULL) [SP+AA0] 0x4F0FFFFFB30 (u64):[5433133628208] [SP+AA8] 0x7FFD910AC550 (KERNELBASE.dll+15C550) (void*) [SP+AB0] 0xB88ABADEC0 (void*) [SP+AB8] 0x76DB6160000FFFBB (u64):[8564546181320933307] [SP+AC0] 0x7FFDDBB6DB0B (u64):[140728289647371] [SP+AC8] 0xB88ABADEC0 (void*) [SP+AD0] 0x0 (NULL) [SP+AD8] 0x0 (NULL) [SP+AE0] 0x0 (NULL) [SP+AE8] 0x0 (NULL) [SP+AF0] 0x0 (NULL) [SP+AF8] 0x0 (NULL) [SP+B00] 0x0 (NULL) [SP+B08] 0x0 (NULL) [SP+B10] 0x0 (NULL) [SP+B18] 0x0 (NULL) [SP+B20] 0x0 (NULL) [SP+B28] 0x0 (NULL) [SP+B30] 0x0 (NULL) [SP+B38] 0x0 (NULL) [SP+B40] 0x0 (NULL) [SP+B48] 0x0 (NULL) [SP+B50] 0x0 (NULL) [SP+B58] 0x0 (NULL) [SP+B60] 0x0 (NULL) [SP+B68] 0x0 (NULL) [SP+B70] 0x0 (NULL) [SP+B78] 0x0 (NULL) [SP+B80] 0x0 (NULL) [SP+B88] 0x0 (NULL) [SP+B90] 0x0 (NULL) [SP+B98] 0x0 (NULL) [SP+BA0] 0x0 (NULL) [SP+BA8] 0x0 (NULL) [SP+BB0] 0x0 (NULL) [SP+BB8] 0x0 (NULL) [SP+BC0] 0x0 (NULL) [SP+BC8] 0x0 (NULL) [SP+BD0] 0x0 (NULL) [SP+BD8] 0x0 (NULL) [SP+BE0] 0x0 (NULL) [SP+BE8] 0x0 (NULL) [SP+BF0] 0x0 (NULL) [SP+BF8] 0x0 (NULL) [SP+C00] 0x0 (NULL) [SP+C08] 0x0 (NULL) [SP+C10] 0x0 (NULL) [SP+C18] 0x0 (NULL) [SP+C20] 0x0 (NULL) [SP+C28] 0x0 (NULL) [SP+C30] 0x0 (NULL) [SP+C38] 0x0 (NULL) [SP+C40] 0x0 (NULL) [SP+C48] 0x0 (NULL) [SP+C50] 0x0 (NULL) [SP+C58] 0x0 (NULL) [SP+C60] 0x0 (NULL) [SP+C68] 0x0 (NULL) [SP+C70] 0x0 (NULL) [SP+C78] 0x0 (NULL) [SP+C80] 0x0 (NULL) [SP+C88] 0x0 (NULL) [SP+C90] 0x0 (NULL) [SP+C98] 0x0 (NULL) [SP+CA0] 0x0 (NULL) [SP+CA8] 0x0 (NULL) [SP+CB0] 0x0 (NULL) [SP+CB8] 0x0 (NULL) [SP+CC0] 0x0 (NULL) [SP+CC8] 0x0 (NULL) [SP+CD0] 0x0 (NULL) [SP+CD8] 0x0 (NULL) [SP+CE0] 0x0 (NULL) [SP+CE8] 0x0 (NULL) [SP+CF0] 0x0 (NULL) [SP+CF8] 0x0 (NULL) [SP+D00] 0x0 (NULL) [SP+D08] 0x0 (NULL) [SP+D10] 0x0 (NULL) [SP+D18] 0x0 (NULL) [SP+D20] 0x0 (NULL) [SP+D28] 0x0 (NULL) [SP+D30] 0x0 (NULL) [SP+D38] 0x0 (NULL) [SP+D40] 0x0 (NULL) [SP+D48] 0x0 (NULL) [SP+D50] 0x0 (NULL) [SP+D58] 0x0 (NULL) [SP+D60] 0x0 (NULL) [SP+D68] 0x0 (NULL) [SP+D70] 0x0 (NULL) [SP+D78] 0x0 (NULL) [SP+D80] 0x0 (NULL) [SP+D88] 0x0 (NULL) [SP+D90] 0x0 (NULL) [SP+D98] 0x0 (NULL) [SP+DA0] 0x0 (NULL) [SP+DA8] 0x0 (NULL) [SP+DB0] 0x0 (NULL) [SP+DB8] 0x0 (NULL) [SP+DC0] 0x0 (NULL) [SP+DC8] 0x0 (NULL) [SP+DD0] 0x0 (NULL) [SP+DD8] 0x0 (NULL) [SP+DE0] 0x0 (NULL) [SP+DE8] 0x0 (NULL) [SP+DF0] 0x0 (NULL) [SP+DF8] 0x0 (NULL) [SP+E00] 0x0 (NULL) [SP+E08] 0x0 (NULL) [SP+E10] 0x0 (NULL) [SP+E18] 0x0 (NULL) [SP+E20] 0x0 (NULL) [SP+E28] 0x0 (NULL) [SP+E30] 0x0 (NULL) [SP+E38] 0x0 (NULL) [SP+E40] 0x0 (NULL) [SP+E48] 0x0 (NULL) [SP+E50] 0x0 (NULL) [SP+E58] 0x0 (NULL) [SP+E60] 0x0 (NULL) [SP+E68] 0x0 (NULL) [SP+E70] 0x0 (NULL) [SP+E78] 0x0 (NULL) [SP+E80] 0x0 (NULL) [SP+E88] 0x0 (NULL) [SP+E90] 0x0 (NULL) [SP+E98] 0x0 (NULL) [SP+EA0] 0x0 (NULL) [SP+EA8] 0x0 (NULL) [SP+EB0] 0x0 (NULL) [SP+EB8] 0x0 (NULL) [SP+EC0] 0x0 (NULL) [SP+EC8] 0x0 (NULL) [SP+ED0] 0x0 (NULL) [SP+ED8] 0x0 (NULL) [SP+EE0] 0x0 (NULL) [SP+EE8] 0x0 (NULL) [SP+EF0] 0x0 (NULL) [SP+EF8] 0x0 (NULL) [SP+F00] 0x0 (NULL) [SP+F08] 0x0 (NULL) [SP+F10] 0x0 (NULL) [SP+F18] 0x0 (NULL) [SP+F20] 0x0 (NULL) [SP+F28] 0x0 (NULL) [SP+F30] 0x0 (NULL) [SP+F38] 0x0 (NULL) [SP+F40] 0x0 (NULL) [SP+F48] 0x0 (NULL) [SP+F50] 0x0 (NULL) [SP+F58] 0x0 (NULL) [SP+F60] 0x0 (NULL) [SP+F68] 0x0 (NULL) [SP+F70] 0x0 (NULL) [SP+F78] 0x0 (NULL) [SP+F80] 0x0 (NULL) [SP+F88] 0x0 (NULL) [SP+F90] 0x0 (NULL) [SP+F98] 0x0 (NULL) [SP+FA0] 0x0 (NULL) [SP+FA8] 0x0 (NULL) [SP+FB0] 0x0 (NULL) [SP+FB8] 0x0 (NULL) [SP+FC0] 0x0 (NULL) [SP+FC8] 0x0 (NULL) [SP+FD0] 0x0 (NULL) [SP+FD8] 0x0 (NULL) [SP+FE0] 0x0 (NULL) [SP+FE8] 0x0 (NULL) [SP+FF0] 0x0 (NULL) [SP+FF8] 0x0 (NULL) } [/spoiler/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now