Version 3.0 is out !
Change Log
2.0 - Renamed prefix PerGame to PerSession ; Added new prefix PerSessionEx
1.0 - Initial Release
IfNot ScriptExtenderNewerThan 0.0.18.2 Message "This mod requires Oblivion Script Extender v0018 or higher to work." "Warning" FatalErrorEndIf DontInstallAnyDataFilesSelect "Which logging mode do you want to use?" "Per Game Load" "|Per Game Session" "Only one Log-File" Case Per Game Load CopyDataFile "OBSE\\Plugins\\ConScribe.dll" "OBSE\\Plugins\\ConScribe_PerLoad.dll" Break Case Per Game Session CopyDataFile "OBSE\\Plugins\\ConScribe.dll" "OBSE\\Plugins\\ConScribe_PerSession.dll" Break Case Only one Log-File CopyDataFile "OBSE\\Plugins\\ConScribe.dll" "OBSE\\Plugins\\ConScribe_PerSessionEx.dll" BreakEndSelect
IfNot ScriptExtenderNewerThan 0.0.1.8.2
IfNot ScriptExtenderNewerThan 0.0.18.2
PrintC "%z" stringVarAnd the stringVar was uninitialized. I figured it might be a bug of sorts cause everything works fine (and by that I mean no crashy) without ConScribe active.
PrintC "%z" stringVarAnd the stringVar was uninitialized. I figured it might be a bug of sorts cause everything works fine (and by that I mean no crashy) without ConScribe active.