Hey there! I have been having some trouble with the recent updates (2.30-2.35). TexGen throws this error
Exception in unit line -1: Error in unit 'userscript' on line 523 : Undeclared Identifier 'ResourceOrFileExists'
Checking DynDOLOD TexGen.pas and lines 519-532 are as follows.
for j := 0 to Pred(FileCount) do begin e := FileByLoadOrder(j); if Assigned(e) then sFileName := 'DynDOLOD\' + AppName + '_TexGen_noalpha_' + Lowercase(RemoveNonAlphaNum(GetFileName(e)) + '.txt'); 523--> if not ResourceOrFileExists(sFileName) then sFileName := ScriptsPath + 'DynDOLOD\' + AppName + '_TexGen_noalpha_' + Lowercase(RemoveNonAlphaNum(GetFileName(e)) + '.txt'); if ResourceOrFileExists(sFileName) then slFiles.Add(sFileName); sFileName := 'DynDOLOD\' + AppName + '_TexGen_alpha_' + Lowercase(RemoveNonAlphaNum(GetFileName(e)) + '.txt'); if not ResourceOrFileExists(sFileName) then sFileName := ScriptsPath + 'DynDOLOD\' + AppName + '_TexGen_alpha_' + Lowercase(RemoveNonAlphaNum(GetFileName(e)) + '.txt'); if ResourceOrFileExists(sFileName) then slFiles.Add(sFileName); end;
And DyndoLOD returns this error
Exception in unit line -1: Error in unit 'lodgenalt' on line 81 : Not enough parameters
Is this a user error or is something else going on. I'm running Skyrim LE on MO 1.3.11. Thanks.
Question
filmguy93
Hey there! I have been having some trouble with the recent updates (2.30-2.35). TexGen throws this error
Checking DynDOLOD TexGen.pas and lines 519-532 are as follows.
And DyndoLOD returns this error
Is this a user error or is something else going on. I'm running Skyrim LE on MO 1.3.11. Thanks.
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now