Modding compatibility note
#1
Posted 09 January 2012 - 03:29 PM
Please alter your installations to check GAME_IS ~bgt~ instead. Alternatively, FILE_EXISTS_IN_GAME ~amnscene.bcs~ is a useful alternative.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#2
Posted 09 January 2012 - 07:48 PM
Would be a whole lot better than expecting ~50 mods (most of them dead) to use FILE_EXISTS_IN_GAME ~amnscene.bcs~
EDIT: There are some other checks used btw
BG1MOVIE.bif -> SCS
BG1BCS.bif -> BPv180
Edited by Lollorian, 09 January 2012 - 07:58 PM.
"I am the smiley addict, yellow and round, this is my grin when I'm usually around .
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"
BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST
GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod
#3
Posted 11 January 2012 - 08:21 PM
Debug 1 is with NEJ
SETUP-BGT.DEBUG 2.29MB 474 downloads
Debug 2 is with ROT,CTB, TS, SOS, TDD
SETUP-BGT 2.DEBUG 2.63MB 544 downloads
The installations stop when try to do something with cut01bgt.bcs in Debug 1 and bpbgtmap.bam in Debug 2
I put the weidu.log and weidu 2.log
Weidu.log 5.27K 267 downloads
Weidu 2.log 4.73K 287 downloads
If I test BGT alone there isn't any problem.
I've used BWP for install.
#4
Posted 11 January 2012 - 11:34 PM
Ok, will do a mock-up bg1are.bif with one file in it...Would be a whole lot better than expecting ~50 mods (most of them dead) to use FILE_EXISTS_IN_GAME ~amnscene.bcs~
Edited by Ascension64, 11 January 2012 - 11:49 PM.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#5
Posted 07 July 2012 - 07:01 PM
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#6
Posted 07 July 2012 - 07:10 PM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#7
Posted 08 July 2012 - 01:09 AM
Making sure BGT 1.15 didn't change too much in this regard.
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#8
Posted 08 July 2012 - 01:34 AM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#9
Posted 08 July 2012 - 08:13 AM
let tutu = if game_or_engine then f "fw0125.are" else false in let bgt = if game_or_engine then f "ar7200.are" else false in let ca = if game_or_engine then f "tc1300.are" else false in let bg2 = f "ar0803.are" in let tob = f "ar6111.are" in let iwd2 = f "ar6050.are" in let pst = f "ar0104a.are" in let bg1 = f "ar0125.are" in let tosc = f "ar2003.are" in let iwd1 = f "ar2116.are" in let how = f "ar9109.are" in let tolm = f "ar9715.are" in let ttsc = f "fw2003.are" in <...> | "BG2" | "SOA" -> bg2 && not tutu && not tob && not ca | "TOB" -> bg2 && not tutu && tob && not ca | "IWD2" -> iwd2 | "PST" -> pst | "BG1" -> bg1 && not tosc && not bg2 | "TOTSC" -> bg1 && tosc && not bg2 && not iwd1 | "IWD" | "IWD1" -> iwd1 && not how && not tolm | "HOW" -> iwd1 && how && not tolm | "TOTLM" -> iwd1 && how && tolm | "TUTU" -> tutu && not ttsc | "TUTU_TOTSC" | "TUTU+TOTSC" -> tutu && ttsc | "BGT" -> bgt | "CA" -> ca
right?
#10
Posted 08 July 2012 - 02:12 PM
BGTTweak checks for amnscene.bcs to differentiate certain newer versions of BGT from certain older versions, which used ambscene.bcs instead.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)