Incremented _00E_PlayerFunctions version, added versioning to the Entropic Blood scripts
This commit is contained in:
parent
54aa09c3c2
commit
a2cbdf65ee
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -107,7 +107,7 @@ inline void CheckScriptVersions()
|
|||||||
|
|
||||||
std::map<std::string, short> scripts;
|
std::map<std::string, short> scripts;
|
||||||
scripts["EnderalFunctions"] = 1;
|
scripts["EnderalFunctions"] = 1;
|
||||||
scripts["_00E_PlayerFunctions"] = 1;
|
scripts["_00E_PlayerFunctions"] = 2;
|
||||||
scripts["_00E_PlayerSetUpScript"] = 1;
|
scripts["_00E_PlayerSetUpScript"] = 1;
|
||||||
scripts["_00E_EngineBugfixAlias"] = 1;
|
scripts["_00E_EngineBugfixAlias"] = 1;
|
||||||
scripts["_00E_Phasmalist_NewApparitionAlias"] = 1;
|
scripts["_00E_Phasmalist_NewApparitionAlias"] = 1;
|
||||||
@ -177,6 +177,9 @@ inline void CheckScriptVersions()
|
|||||||
scripts["_00e_nq06_functions"] = 1;
|
scripts["_00e_nq06_functions"] = 1;
|
||||||
scripts["_00e_mq18a_functions"] = 1;
|
scripts["_00e_mq18a_functions"] = 1;
|
||||||
scripts["_00e_mq05prologue_functions"] = 1;
|
scripts["_00e_mq05prologue_functions"] = 1;
|
||||||
|
scripts["_00E_A2_EldritchBloodSC"] = 1;
|
||||||
|
scripts["_00E_A2_EldritchBloodPlayerSC"] = 1;
|
||||||
|
scripts["_00E_A2_EldritchBloodPlayerMarkSC"] = 1;
|
||||||
|
|
||||||
for (const auto& entry : scripts) {
|
for (const auto& entry : scripts) {
|
||||||
RE::BSTSmartPointer<ScriptVersionCallback>{
|
RE::BSTSmartPointer<ScriptVersionCallback>{
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
Scriptname _00E_A2_EldritchBloodPlayerMarkSC extends ReferenceAlias
|
Scriptname _00E_A2_EldritchBloodPlayerMarkSC extends ReferenceAlias
|
||||||
|
|
||||||
|
|
||||||
Import Utility
|
Import Utility
|
||||||
|
|
||||||
|
int function _GetScriptVersion() Global
|
||||||
|
return 1
|
||||||
|
endFunction
|
||||||
|
|
||||||
;=====================================================================================
|
;=====================================================================================
|
||||||
; EVENTS
|
; EVENTS
|
||||||
|
@ -3,6 +3,10 @@ Scriptname _00E_A2_EldritchBloodPlayerSC extends activemagiceffect
|
|||||||
Import _00E_TalentLibrary
|
Import _00E_TalentLibrary
|
||||||
Import Utility
|
Import Utility
|
||||||
|
|
||||||
|
int function _GetScriptVersion() Global
|
||||||
|
return 1
|
||||||
|
endFunction
|
||||||
|
|
||||||
;=====================================================================================
|
;=====================================================================================
|
||||||
; EVENTS & STATES
|
; EVENTS & STATES
|
||||||
;=====================================================================================
|
;=====================================================================================
|
||||||
|
@ -3,6 +3,10 @@ Scriptname _00E_A2_EldritchBloodSC extends activemagiceffect
|
|||||||
Import _00E_TalentLibrary
|
Import _00E_TalentLibrary
|
||||||
Import Utility
|
Import Utility
|
||||||
|
|
||||||
|
int function _GetScriptVersion() Global
|
||||||
|
return 1
|
||||||
|
endFunction
|
||||||
|
|
||||||
;=====================================================================================
|
;=====================================================================================
|
||||||
; EVENTS
|
; EVENTS
|
||||||
;=====================================================================================
|
;=====================================================================================
|
||||||
|
@ -6,7 +6,7 @@ Float fDefaultHeadTrackTimerOldValue = 0.0
|
|||||||
Float fStayHeadTrackTimerOldValue = 0.0
|
Float fStayHeadTrackTimerOldValue = 0.0
|
||||||
|
|
||||||
int function _GetScriptVersion() Global
|
int function _GetScriptVersion() Global
|
||||||
return 1
|
return 2
|
||||||
endFunction
|
endFunction
|
||||||
|
|
||||||
Event OnInit()
|
Event OnInit()
|
||||||
|
Loading…
Reference in New Issue
Block a user