I'm getting an instant crash trying to start a new game. I tracked the error down to:
Morrowind has raised a warning with a lua stack trace: Expression Error Unable to find global variable "GV_DoBSG_Conv" in script GV_NecroAltarCont. stack traceback: [C]: at 0x65e5ef30
Removing the mod removes the error.
I'm not using the Shade of the Revenant Altar. Maybe that's the reason?
In what way is it broken for you? Is it broken for you in a way other than the comemnt below? It currently does not have issues in OpenMW, as far as I could tell.
This looks really interesting and I'd love to try it but for some odd reason I get an instant CTD any time I try to begin or load a game with this enabled, even on a new game/installation with only this mod and its requirements installed. I can't say I've ever had this happen before. I tried redownloading it and I'm using PLOX. I am using the most recent version of the resources required.
19 comments
nvm: totally walked past the two side passages... found kermit the sload
Are you using OpenMW or MWSE/Vanilla?
You're using doOnce but forgot to set it to 1 so it loops constantly.
Adding it like this sloved the problem for me.
if ( onPCAdd == 1 )
set GVDM_GobGot to 1
if ( getJournalIndex GVDM_DD_Q1 < 50 )
if ( getJournalIndex GVDM_DD_Q1 > 10 )
Journal GVDM_DD_Q1 40
set doOnce to 1
endif
endif
endif
endif
Morrowind has raised a warning with a lua stack trace: Expression Error Unable to find global variable "GV_DoBSG_Conv" in script GV_NecroAltarCont.
stack traceback:
[C]: at 0x65e5ef30
Removing the mod removes the error.
I'm not using the Shade of the Revenant Altar. Maybe that's the reason?
Downloading: Shade of the Revenant Altar Resource fixes the issue.