This member has provided no bio about themself...

Comment History
LordMaleki
LordMaleki - - 1 comments @ [1.5.2][1.5.1] Respawn Mod/Curse of Immortality 1.1.0 [MCM]

Quick solution for those that are experiencing the following crash (main symptom is a crash to desktop after death, but you can view the log for yourself at "<anomaly_root>/appdata/logs/xray_*.log"):

#########################################################################

FATAL ERROR

[error]Expression : ai().script_engine().functor<LPCSTR>(*cb_name,fl)
[error]Function : CAnimatorCamEffectorScriptCB::Valid
[error]File : ActorEffector_script.cpp
[error]Line : 26
[error]Description : assertion failed

stack trace:

#########################################################################

You'll need to make a small change to the file "<anomaly_root>/gamedata/scripts/respawn_mode_mcm.script", the steps to do so are as follows:

1. Open the file with any text editor (I personally used vscode)
2. Navigate to line 180 OR just search for "level.add_cam_effector"
3. Change the string "xr_effects.on_tutor_gameover_respawn" to "respawn_mode_mcm.on_tutor_gameover_respawn"
4. Save the file

It seems like the dependency on "xr_effects.script" was removed and the modified file was subsequently removed from the mod, but this line wasn't updated correctly. Hope this helps!

Good karma+3 votes