Kulyok Posted January 1, 2008 Share Posted January 1, 2008 I know the (approximate) lists for ToB-only and TotSC-only dialogue resources exist somewhere(or do they?), and I just wondered if such lists exist for IWD's main expansion, HoW, and the secondary expansion, TotL. If you know of, or have contributed to, such materials, will you share, please? Link to comment
CamDawg Posted January 1, 2008 Share Posted January 1, 2008 Same way you do for BG2: in NI, Options > Ignore Overrides. Open up a dialogue and look at the source file for it in the bottom line of the window. DLGfile.bif is base IWD, eDLG.bif is a HoW resource, and zDLG.bif is a TotL resource. Same is true for other resource biffs (e- is a HoW file, z- is TotL). Link to comment
Kulyok Posted January 1, 2008 Author Share Posted January 1, 2008 Invaluable! Thank you very much. Can I use these files(eDLG.bif and zDLG.bif) for checks in my .tp2? Like ACTION_IF FILE_EXISTS ~data/eDLG.bif~ THEN ? Link to comment
CamDawg Posted January 1, 2008 Share Posted January 1, 2008 Sure, but I usually don't like checking for stuff in data folders in this new, shiny age of Multi-Install Tools and whatnot. I'd suggest an ACTION_IF FILE_EXISTS_IN_GAME ~foo~ THEN BEGIN. IWD Tweaks uses ar9100.are as my HoW detection and ar9700.are for TotL. Link to comment
Kulyok Posted January 1, 2008 Author Share Posted January 1, 2008 ACTION_IF FILE_EXISTS_IN_GAME ~foo~ THEN BEGIN. For some strange reason, I've been convinced it might not work if the user biffs his installation(though Weidu says otherwise), thus I've been using .bif files in my ToB checks for Xan/Angelo/Tiax/RE all along. But this is something to keep in mind, thank you! Link to comment
Ascension64 Posted January 2, 2008 Share Posted January 2, 2008 If you are checking which game it is, could you use instead: [REQUIRE_PREDICATE/ACTION_IF] GAME_IS <game> [THEN BEGIN/@X] where <game> is bg2, soa, tob, iwd2, pst, bg1, totsc, iwd, iwd1, how, tutu, tutu_totsc ? Some of the <game> things are equivalent, like bg2 and soa, and iwd and iwd1. Link to comment
Kulyok Posted January 2, 2008 Author Share Posted January 2, 2008 I'm just checking if HoW/TotL is installed to compile interjections/other stuff for the expansion, so. I think I'll trust the user to find IWD directory; NSIS will point him to the right direction, though. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.