Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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
https://steamcommunity.com/sharedfiles/filedetails/?id=2988290508
https://steamcommunity.com/sharedfiles/filedetails/?id=2988290558
c:createitem("sw1h04") wont work and gives me nil value
C:CreateItem("sw1h04") does work
https://steamcommunity.com/sharedfiles/filedetails/?id=2988295338