Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eev2.5 - Issues with installing on BGT #43

Closed
ghost opened this issue Jan 17, 2019 · 1 comment
Closed

eev2.5 - Issues with installing on BGT #43

ghost opened this issue Jan 17, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 17, 2019

The latest BG1 NPC v24beta is barfing on the second component for me. On linux, running classical BG2 GOG through wine with ToBEx and BGT- Attached are the weidu.log and the debug file. The offending lines seem to be:

[SAREVO.DLG] loaded
WARNING: internal label [17] not found in processed DLG [TAZOK]
WARNING: EXTEND_BOTTOM state #17 out of range 0-7, SKIPPED
WARNING: internal label [33] not found in processed DLG [TAZOK]
WARNING: EXTEND_BOTTOM state #33 out of range 0-7, SKIPPED
WARNING: internal label [8] not found in processed DLG [TAZOK]
WARNING: internal label [13] not found in processed DLG [TAZOK]
ERROR: processing .D actions [tb#_compile_eval_buffer/bg1npc/Phase2/dlg/x#kivantazok_tutu.d]: Invalid_argument("index out of bounds")

Before that, there are two warnings:

[YESLIJ.DLG] loaded
WARNING: EXTEND_BOTTOM #position 1 out of range 0-1

 [CORANP.DLG] loaded
WARNING: REPLACE specifies no WEIGHT for state 16 and DLG uses non-trivial weights. Using weight from DLG (4). [4]

https://www.gibberlings3.net/forums/topic/29937-bg1npc-v24-prerelease/?do=findComment&comment=266332

@ghost
Copy link
Author

ghost commented Jan 17, 2019

From Jastey: Indeed! @AstroBryGuy : in BGT, Tazok's dialogue is BGTazok, so all instances of ~%tutu_var%TAZOK%eet_var% need to be %tutu_scriptbg%TAZOK%eet_var% in x#kivantazok_tutu.d

https://www.gibberlings3.net/forums/topic/29937-bg1npc-v24-prerelease/?do=findComment&comment=266333

ghost pushed a commit that referenced this issue Jan 19, 2019
Fix issue with installs on BGT.

Replace %tutu_var%TAZOK%eet_var% with %tutu_scriptbg%TAZOK%eet_var% in x#kivantazok_tutu.d

Fixes issue #43
@ghost ghost closed this as completed Jan 19, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants