Baldur's Gate: Enhanced Edition

Baldur's Gate: Enhanced Edition

View Stats:
Therin Skarn Jun 12, 2023 @ 12:10am
Console command
What is the proper console command for properly adding items via Console... I have tried what they say on forums and wiki's but get nothing could someone please help me out 🙏
Originally posted by Hopper:
It's case sensitive. Save games don't matter, you should always be able to use the console stuff.

c:createitem("sw1h04") wont work and gives me nil value
C:CreateItem("sw1h04") does work

https://steamcommunity.com/sharedfiles/filedetails/?id=2988295338
< >
Showing 1-10 of 10 comments
Hopper Jun 12, 2023 @ 3:31am 
Find and open the Baldur.LUA in your Documents\Baldur's Gate - Enhanced Edition folder.
Add this line.
SetPrivateProfileString('Program Options','Debug Mode','1')

When in game, press CTRL+SPACE to open the console. Click the bar that appears and type yours commands. For example, this command would create a long sword.
C:CreateItem("SW1H04")

If an item has charges or stacks, you can tell it how many you want. This command will create a Wand of Monster Summoning with 999 charges.
C:CreateItem("WAND10",999)

And you can go over the stack limits too. For example this command would create a stack of 999 arrows.
C:CreateItem("AROW01",999)

This site has a list of most of the items.
https://baldursgate.fandom.com/wiki/Items
Therin Skarn Jun 12, 2023 @ 3:38am 
I just typed that in as test and all I get is attempt to call method createitem (a nil value)
Therin Skarn Jun 12, 2023 @ 3:57am 
I'll try again and see what happens
Therin Skarn Jun 12, 2023 @ 3:58am 
I am using it on a previous save game so that might be the problem
Therin Skarn Jun 12, 2023 @ 4:01am 
Still nothing even used lowercase on item names
The author of this thread has indicated that this post answers the original topic.
Hopper Jun 12, 2023 @ 4:12am 
It's case sensitive. Save games don't matter, you should always be able to use the console stuff.

c:createitem("sw1h04") wont work and gives me nil value
C:CreateItem("sw1h04") does work

https://steamcommunity.com/sharedfiles/filedetails/?id=2988295338
Last edited by Hopper; Jun 12, 2023 @ 4:15am
Therin Skarn Jun 12, 2023 @ 4:26am 
Finally got it to work had to type in C:CreateItem("chan06") to get it to work....thank you for the help
Biohog Jun 12, 2023 @ 3:03pm 
Does Shadowkeeper work still? Would probably be much easier.
Hopper Jun 12, 2023 @ 3:32pm 
Yeah it still works. It's known as EEKeeper now.
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Jun 12, 2023 @ 12:10am
Posts: 10