Page 1 of 1

Anybody else have this problem?

Posted: Fri Jun 15, 2001 3:55 pm
by White Rabbit
When I start playing bg2 everything runs great, but after a while things get really choppy and I have to restart my computer to get things back to normal! It takes like 20-30 min for things to go bad. Anybody know what I can do?

Posted: Fri Jun 15, 2001 4:08 pm
by Nikolai
yeah i had the problem to. it got on my nerves.i don't know how you fix it though, bummer

Posted: Fri Jun 15, 2001 5:21 pm
by Amphibius
Did you, by any chance, install the bottomless bag of holding patch? And do you have the bottomless bag of holding? This might be one possibility why your game gets choppy, too many things in the bag of holding really does that to the game, most especially in certain areas (the sewers under the temple district, firkraag's lair, etc.)... If this is the case, take out some stuff from your bag of holding...

Another possibility would be the static animations... turning these off would really improve game play.

Posted: Fri Jun 15, 2001 11:48 pm
by White Rabbit
Nope no bottomless bags, wont turning off static animations make everything look like crap?

Posted: Sat Jun 16, 2001 12:04 am
by Sabre
Delete everything in the Cache/Data directory, it might solve your problem.

Posted: Sat Jun 16, 2001 9:55 am
by Metatron
This most often happens to me in the first level of irenicus's dungeon. It clears up by the time I get to the second level, though. I think that's just a natural result of the game engine trying to keep tabs on too many things at once, though I'm not sure how much there is in the dungeon to keep track of.

Posted: Sat Jun 16, 2001 10:01 am
by jonschneider
get a faster computer :D

Posted: Sat Jun 16, 2001 3:14 pm
by KensaiRyu
though I'm not sure how much there is in the dungeon to keep track of.
Heres some perspective:

Each actor on the level, including your PC's are running up to five scripts continuously.

The scripts are basically lists which say If this occurs, do this, or If X is seen, do this, etc...

Besides the scripts the characters (called actors) are running (which could be very big for the NPCS) all interactable objects on the level are also running scripts. The object scripts are much simpler If clicked or If opened or If over me checks but still all scripts are run continously.

Besides all of the above scripts which are running,the area itself has a script running that can override any of the actors or objects in that area.

And besides the area script there is a main script that controls most of the game interactions called Baldur.bcs that is always running. It is huge for a script (about 10 times bigger than a standard NPC Big script).(as a side note my improved Dragon AI script is almost double the size of Baldur.bcs).

Now according to Bioware all scripts are run 30 times a second. That means every second every script in the level is cycled through 30 times. (testing shows that even if they run that fast though some of the actions take a half second or more to execute...)

Now with all that runnning behind the scenes add in animations, animations with movements, burning torches, spell animations, and glowing weapons and armor, to name just a few animations, which are also running continuously.

Frankly Im suprised it works as well as it does. :)

Posted: Sun Jun 17, 2001 6:25 am
by Minya
By "choppy" what do you mean?(Sorry,I have limited english skills). If you mean that the game slows and NPCs speech comes out in parts and your characters move in parts and voices rattle then that´s the problem I have. Quick-Saving helps. And the mystery thing in this is that I have Celeron-800 so I do have speed and I have 400 in cache.

Posted: Sun Jun 17, 2001 1:50 pm
by Panda
Do you have enough swap (cache) hard disk space? I had about 150MB, and after I resized the partition that I had 500 MB it ran muuuuuuuch faster.

Posted: Sun Jun 17, 2001 2:45 pm
by White Rabbit
I have 999 cache lol.