3. I am sending in this link BGEE.LUA, UI.MENU & dialog.tlk. Again I didnt find UTIL.LUA
https://www.sendspac...iXvG4pWiNXkB3sI
ok, now I can reproduce the problem. This error:
INFO: LUA: UI string not found: Recent events text will go here.
INFO: Error loading menu: [string "function onopen0609F2D0 () ..."]:6: 'then' expected near ')'
INFO: LUA: Initializing Quests
is caused by BGEE.LUA file. If you open it up in text editor and remove following lines:
createQuest ( 416492 )
createEntry ( 416492, -1, 414163, {}, nil )
createEntry ( 416492, -1, 414169, {}, nil )
createEntry ( 416492, -1, 414177, {}, nil )
createEntry ( 416492, -1, 414197, {}, nil )
createEntry ( 416492, -1, 414182, {}, nil )
createEntry ( 416492, -1, 414189, {}, nil )
createEntry ( 416492, -1, 414194, {}, nil )
createQuest ( 416493 )
createEntry ( 416493, -1, 416453, {}, nil )
than the game should start correctly but these quests will be missing in your journal. Now the question is what mod added these lines and why exactly they can't be parsed by the engine. Does anyone know which mod adds following quest? (text in Spanish, since it's extracted from TLK file used by Victor)
La hija de Aran Linvail ha sido secuestrada.
Aran quiere que rescate a su hija Abagail y no me volver� a ayudar hasta que cumpla esta tarea. Sus esp�as han reportado que creen que ella se encuentra en alg�n lugar al norte de la Hacienda de Balthis en el Distrito del Puente. Supongo que echar� un vistazo por all�.
Probably the mod didn't convert charsets or something like that. One think is almost certain - this problem is completely unrelated to EET - same thing would happen on BG2:EE.
edit: Keep in mind Victor Ballesteros, that if the mod that added above mentioned quest didn't use HANDLE_CHARSETS than your game will crash whenever any of the text added by that mod will be displayed, which makes your installation broken. You should uninstall that mod, but first we need to fighure out what is the mod name.
Edited by K4thos, 01 February 2017 - 06:48 PM.