agnes Posted June 8, 2015 Posted June 8, 2015 Hello. When I install Vynd I get this: ##### Vynd NPC ######## 0000: Vynd for BGTutu, BGT and BG:EE ###Ready for installationSetup-Vynd.exe --no-exit-pause --noautoupdate --language 0 --skip-at-view --quick-log --force-install-list 0 --logapp[setup-Vynd.exe] WeiDU version 23800Installing [Vynd for BGTutu, BGT and BG:EE]BGT install detected.Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Copying and patching 1 file ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Copying and patching 1 file ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Appending to files ...Copying and patching 4 files ...Copying and patching 22 files ...Copying and patching 5 files ...Copying and patching 3 files ...Copying 1 file ...Copying and patching 1 file ...Copying and patching 1 file ...Copying and patching 1 file ...Copying 1 file ...Copying and patching 1 file ...Copying and patching 1 file ...Compiling 1 dialogue file ...Compiling 1 dialogue file ...[trigger list near line 2298, column 138 of tb#_compile_eval_buffer/Vynd/Dialogue/GV#VYNDJ.d] PARSE WARNING at line 2298 column 1-46Near Text: ) [Kit] argument [blackguard] not found in [KIT.IDS][trigger list near line 2299, column 154 of tb#_compile_eval_buffer/Vynd/Dialogue/GV#VYNDJ.d] PARSE WARNING at line 2299 column 1-46Near Text: ) [Kit] argument [blackguard] not found in [KIT.IDS]Compiling 1 dialogue file ...Compiling 1 dialogue file ...Compiling 1 script ...Compiling 1 script ...Compiling 1 script ...Compiling 1 script ...Compiling 1 script ...Extending game scripts ...Extending game scripts ...Copying 1 file ...Copying and patching 1 file ...Copying and patching 1 file ...Copying 1 file ... Decoding: VYND\AUDIO\gv#vynda.ogg (etc) ... then it seems to complete successfully. Should I be concerned about this?
Jarno Mikkola Posted June 8, 2015 Posted June 8, 2015 Should I be concerned about this? Not really. The reason why it does it's warning is that the Enhanced Editions kit doesn't exist in the regular game, and the dialog is likely about that kit... it would of course be better that the mod itself would extent the dialog in particular if the EE is detected, but that's not of your concern ...
Glam Vrock Posted June 9, 2015 Posted June 9, 2015 Should I be concerned about this? Not really. The reason why it does it's warning is that the Enhanced Editions kit doesn't exist in the regular game, and the dialog is likely about that kit... It's actually the opposite. There's an option to ask Vynd about poisoning weapons, which assassins and blackguards don't get because they already know how to do it. I'm not sure how to exclude the blackguard check for non-EE installations short of having two separate dialogue files. That said, the warning is mentioned in the readme. It's normal and it shouldn't cause any problems. Happy backstabbing!
Jarno Mikkola Posted June 9, 2015 Posted June 9, 2015 I'm not sure how to exclude the blackguard check for non-EE installations short of having two separate dialogue files.Well, like you implicated, you just compile a different dialog file in case the game is a EE game, than in the case it's not. Now you just endanger the the compilation of the whole dialog file in the case the game is not an EE game.
Mike1072 Posted June 9, 2015 Posted June 9, 2015 There's an option to ask Vynd about poisoning weapons, which assassins and blackguards don't get because they already know how to do it. I'm not sure how to exclude the blackguard check for non-EE installations short of having two separate dialogue files. You can use a variable in your .d file and compile the .d using EVALUATE_BUFFER. Instead of this: !Kit(Player1,Blackguard) You can use this: %P1_NOT_BLACKGUARD% And in your .tp2 file, before compiling the .d, add this: // Blackguard kit only exists in BGEE and BG2EE OUTER_TEXT_SPRINT P1_NOT_BLACKGUARD ~True()~ ACTION_IF (ENGINE_IS ~bgee bg2ee eet~) BEGIN OUTER_TEXT_SPRINT P1_NOT_BLACKGUARD ~!Kit(Player1,Blackguard)~ END
Recommended Posts
Archived
This topic is now archived and is closed to further replies.