It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
i have already reinstaild BG TOS TOTSC into my c drive. how do i find program options to get to baldur.ini i have went to C:\Users\user name\AppData\Local\VirtualStore\Program Files\program name

and my virtual store is empty. what should i do next
Post edited May 31, 2012 by ValkirionLink
This question / problem has been solved by Coelocanthimage
Dumb question, but did you check the folder where you actually installed the game? (ie., if you installed it in C:\Games\Baldur's Gate, did you check there?)
just did it brougth up some info but it put it in a note pad this is what it is [Alias]
HD0:=c:\
CD1:=D:\CD1\
CD2:=D:\CD2\
CD3:=D:\CD3\
CD4:=D:\CD4\
CD5:=D:\CD5\
CD6:=D:\CD6\

[Program Options]
SoftSrcKeyBltFast=0
SoftBltFast=0
SoftSrcKeyBlt=0
SoftBlt=0
SoftMirrorBlt=0
Translucent Shadows=1
Path Search Nodes=4000
Maximum Frame Rate=30
Tooltips=45
Sprite Mirror=0
Gamma Correction=0
Brightness Correction=0
Volume Movie=80
Volume Music=30
Volume Voices=80
Volume Ambients=80
Volume SFX=80
Strref On=0

[GameSpy]
Region=0

[Program Options]
Volume Music=40
[Game Options]
Memory Access=100
Footsteps=1
Weather=1
Memory Level=1
Mouse Scroll Speed=12
GUI Feedback Level=5
Locator Feedback Level=3
Bored Timeout=3000
Always Dither=1
Subtitles=0
Keyboard Scroll Speed=36
Command Sounds Frequency=2
Selection Sounds Frequency=3
Effect Text Level=62
Infravision=0
Tutorial State=1
Attack Sounds=1
Auto Pause State=0
Difficulty Level=3
Quick Item Mapping=1
Environmental Audio=1
[Config]
CacheSize=512
DisplayConfigMsg=0
[RogerWilco]
Enabled=1
[Movies]
BG4LOGO=1
TSRLOGO=1
BILOGO=1
INFELOGO=1
INTRO=1
[MissionPack]
HardDrive=1

if this is the right folder where is the Baldur.ini
Post edited June 01, 2012 by ValkirionLink
avatar
ValkirionLink: if this is the right folder where is the Baldur.ini
That is baldur.ini. What is it you're trying to do with it?
put in the debug mode so i can use codes.
i have put in Debug Mode1 under both my program options but it didnt work
Post edited June 01, 2012 by ValkirionLink
avatar
ValkirionLink: put in the debug mode so i can use codes.
i have put in Debug Mode1 under both my program options but it didnt work
For BG1, you use Cheats=1 and put it under [Game Options], which is just under Program Options.
ok i got the space to type the codes in to pop up but now im cant get the codes to work add gold item creation heal and drizzit defend
avatar
ValkirionLink: ok i got the space to type the codes in to pop up but now im cant get the codes to work add gold item creation heal and drizzit defend
Make sure you type it in properly. For Drizzt defends, it should look like this:

CLUAConsole:DrizztDefends()

Note that it's case sensitive and there are no spaces. All cheats/commands you enter should be prefaced with CLUAConsole:

For more info, try Planet Baldur's Gate.

Hope that helps.
got the gold and heal to work but the item creation
and drizzt still wont work.
avatar
ValkirionLink: got the gold and heal to work but the item creation
and drizzt still wont work.
Not sure what the issue is with Drizzt (never tried it), but for the item creation, make sure you do the following format:

Let's assume you want to create item 123ABC. Type into the console:

CLUAConsole:CreateItem{"123ABC")

Be sure you have the proper code, and be sure it's in the double quotes inside the brackets. If you're trying to create more than one (such as a stack of arrows), make sure you follow the item code and double quotation with a comma and the number you want to create (up to 99). Example:

CLUAConsole:CreateItem{"123ABC",99)
ive not been putting the " " inside the ()