4
Fork 0

Removed Levelsystem from _00E_CQJ01_Functions

remove-levelsystem
Eddoursul 4 months ago
parent d5f679b2c3
commit 28baef02e2
  1. BIN
      Enderal - Forgotten Stories.esm
  2. BIN
      Skyrim.esm
  3. BIN
      scripts/_00e_cqj01_functions.pex
  4. BIN
      scripts/_00e_playerfunctions.pex
  5. 10
      source/scripts/_00e_cqj01_functions.psc
  6. 8
      source/scripts/_00e_playerfunctions.psc

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -40,11 +40,13 @@ EndFunction
Function FadeToBlack()
Levelsystem.FadeToBlack()
_00E_FadeToBlackControl FadeToBlackControl = _00E_PlayerFunctions.GetFadeToBlackControl()
FadeToBlackControl.FadeToBlack()
CQJ01_SC01_BreadREF.Enable()
CapitalCityCommonTavern_LightLinkMarker.Disable()
DisableAcquaintance()
Levelsystem.FadeToBlackBack()
FadeToBlackControl.FadeToBlackBack()
EndFunction
@ -73,7 +75,7 @@ EndFunction
Function FinishUp()
AudioCategoryBardMusic.SetVolume(1)
Levelsystem.GiveEP(__Config_RewardEXP)
_00E_EPHandler.GiveEP(__Config_RewardEXP)
EndFunction
@ -85,8 +87,6 @@ EndFunction
int Property __Config_RewardEXP = 250 Auto
_00E_QuestFunctions Property Levelsystem Auto
Actor Property _00E_MC_JesparREF Auto
ObjectReference Property CQJ01_AcquaintanceREF Auto

@ -1,4 +1,4 @@
Scriptname _00E_PlayerFunctions extends actor
Scriptname _00E_PlayerFunctions extends Actor
_00E_EnderalControls Property ControlRepository Auto
@ -23,9 +23,9 @@ Event OnPlayerLoadGame()
endif
EndEvent
_00E_EnderalControls function Controls()
return ControlRepository
endFunction
_00E_FadeToBlackControl function GetFadeToBlackControl() Global
return (Game.GetForm(0x14) as _00E_PlayerFunctions).ControlRepository.FadeToBlackControl
endfunction
;=====================================================================================

Loading…
Cancel
Save