
Edited by horred the plague, 18 March 2005 - 10:36 AM.
Posted 18 March 2005 - 10:34 AM
Edited by horred the plague, 18 March 2005 - 10:36 AM.
Posted 21 March 2005 - 05:46 AM
Posted 21 March 2005 - 06:30 AM
Posted 21 March 2005 - 08:47 AM
Nice work man.
Should I install BP now or hold off till 170 you think?
Posted 21 March 2005 - 01:02 PM
Posted 22 March 2005 - 01:56 AM
No worries dude, your doing a damn good thing for us all. I think I will try and wait a while untill I get Tales then go from gobsh*te to godhood
Thanks for all your work dude
Posted 22 March 2005 - 05:47 AM
No worries dude, your doing a damn good thing for us all. I think I will try and wait a while untill I get Tales then go from gobsh*te to godhood
Thanks for all your work dude
Horred
I have a pretty major question here:
I already (as you know) have a BP install and am partway through the game--I've been doing more modding of some spells than playing, so I'm not that far into the game (perhaps 20% through SOA...I've completed about maybe 10 sidequests (still in chapter 1, my Paladin is level 10; transferred from BG1 at level.
If I decide to install BP 1.70, with all the weidu mods, will I have to start a new game again or will I be able to continue my existing game? (I REALLY do NOT want to deal with those freaking spectral trolls that keep going "cannot target spells on invisible creatures", when I have no one with a flaming weapon, and then some other troll rams through my defensive wall and takes out Nalia and Aerie -.-....boy that was a HARD fight. That plus your improved AI make for a REALLY REALLY difficult time
Posted 24 March 2005 - 10:17 PM
Posted 27 March 2005 - 07:00 AM
Posted 27 March 2005 - 01:52 PM
I Ride for the King!
a.k.a. Chev
Posted 27 March 2005 - 06:07 PM
...although it is not recommended at the moment. There has already been a report about TS songlist making SONGLIST.2DA too long, so I guess all I really need to say is that I haven't checked up much on compatibility since KD started with his fixes.BP 1.7 should work with the new BGT.
--------------
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)
Posted 08 April 2005 - 07:17 AM
Leaving the kits into the TDD mod isn't a bad thing now that there is a mod that allows you to remove them again. What we really need is someone crazy enough to build a program (not a mod) to install and remove kits from a game. Any C++ programmers out there looking for a good class project?
Umm, I'm already working on a silly little command line utility which helps the user to edit the k_*_*.2da files. It's almost done, if I have the time it'll be ready by the end of the day (GMT +1) . It is not a big deal though. Just a command line prog, no mouse support, etc. It collects data from kitlist.2da, and then edits the selected k_*_*.2da as the user wishes.
If this is not enough, just tell me what else it shoud do. I can make my program delete/copy files without any problem.
Posted 08 April 2005 - 03:24 PM
Posted 08 April 2005 - 04:37 PM
I Ride for the King!
a.k.a. Chev
Posted 08 April 2005 - 09:37 PM
Not 100% sure if this is the only reason for Kelsey's incompatibility. But if this in fact is the only problem, then all the makers of Kelsey and other mods would have to do is finally stop using PlaySong() and use PlaySound() insteadI think the incompatiblity with Kelsey is with the song list wich is full with BP-BGT. There has been some work on opening some slots on the list.
Posted 08 April 2005 - 11:17 PM
Not 100% sure if this is the only reason for Kelsey's incompatibility. But if this in fact is the only problem, then all the makers of Kelsey and other mods would have to do is finally stop using PlaySong() and use PlaySound() insteadI think the incompatiblity with Kelsey is with the song list wich is full with BP-BGT. There has been some work on opening some slots on the list.
![]()
WeiDU does not make mods compatible automatically, it only helps. The mod maker still has to take care when it comes to limited engine resources or when modifying existing resources. You really cannot blame BP if such problems arise, they are simply the consequence of mod makers not caring too much about compatibility
Posted 09 April 2005 - 02:06 AM
Posted 09 April 2005 - 03:06 AM
So is BP-BGT using PlaySound()? (I'm also extremely sceptical that PlaySound() would work with the same effectiveness as PlaySong(). The Imoen Romance gives an excellent demonstration of it causing huge lag, for starters.)Not 100% sure if this is the only reason for Kelsey's incompatibility. But if this in fact is the only problem, then all the makers of Kelsey and other mods would have to do is finally stop using PlaySong() and use PlaySound() instead
This is funny. The people who use WeiDU and append to files where possible are the ones who don't care about compatibility?WeiDU does not make mods compatible automatically, it only helps. The mod maker still has to take care when it comes to limited engine resources or when modifying existing resources. You really cannot blame BP if such problems arise, they are simply the consequence of mod makers not caring too much about compatibility
Posted 09 April 2005 - 03:36 AM
So a CtD upon startup is better? And if you have a look at the BGT-WeiDU thread you can see, that KD is indeed trying hard to free slots.So is BP-BGT using PlaySound()? (I'm also extremely sceptical that PlaySound() would work with the same effectiveness as PlaySong(). The Imoen Romance gives an excellent demonstration of it causing huge lag, for starters.)
Sim, like so often, you are trying to twist my remark here to your liking. If you read my post again, you can see that I am just saying that you still have to 'take care' - there are lots of so called WeiDU-mods out there that actually override files instead of appending to them, prepend scripts without considering their content or alter files without considering that other mods might do so as well. WeiDU cannot fix such bad practice for a modder automatically, it just does what you tell it to do. You still have to consider in which way your changes may affect other mods. And unfortunately many modders only care that their own mods work when used alone and as soon as compatibility issues arise they blame that the other mods are the cause.This is funny. The people who use WeiDU and append to files where possible are the ones who don't care about compatibility?WeiDU does not make mods compatible automatically, it only helps. The mod maker still has to take care when it comes to limited engine resources or when modifying existing resources. You really cannot blame BP if such problems arise, they are simply the consequence of mod makers not caring too much about compatibility
Edited by Yacomo, 09 April 2005 - 03:38 AM.