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
https://www.nexusmods.com/baldursgate3/mods/2172?tab=description
I'd be getting that from the author's github rather than Nexus, but yes it's built in.
The DWrite.dll file and ScriptExtenderSettings.json file should be in your steamapps\common\Baldur's Gate 3\bin folder.
If you got from Nexus, did you also get the optional Achievements file?
You may have to open the .json file with a word editor like Notepad, and add the line:
"EnableAchievements": true
So it should look something like:
{
"CreateConsole": true,
"EnableAchievements": true
}
I forgot to download the optional "ScriptExtenderSettings.json", now it works thanks mate!
https://www.nexusmods.com/baldursgate3/mods/2172?tab=files
or
https://github.com/Norbyte/bg3se/releases
If you're downloading from Nexus, get one of the optional files, doesn't matter which.
If from Norbyte's github, get the BG3SE-Updater-with-Console version.
Thx!
Ive tried to delete all the se files out of my bin folder, reinstall them, delete them again and so on, but nothing gets rid of that error :( I havnt yet tried to launch bg3 from steam coz im parinoid it'll corrupt my game lmao. This is a total hail mary but i just hoped someone might be abble to tell me what ive done wrong!! pleaseee!!
That error is basically saying that you've got a typo on line 3 in the file. You've probably put the wrong bracket in. Should be { or }, not ( ) or [ ].
*Sidenote, apologies for necroing the necro;
When the script extender updates (basically whenever the game updates) make sure to go to your ScriptExtenderSettings.json file and check your settings are still there.
Hii so sorry to be resurrecting this thread but every time i download either of these files, I don't get the 'ScriptExtenderSettings.json' file... Where am I supposed to get this from?
Doesn't seem to be included in any of the downloads anymore, so not sure if it's even needed. Try launching the game with the extender installed and see if one shows up.
It's very simple to make if needed though. Open a text editor like notepad, enter the lines, and save as a .json file instead of a .txt or whatever.
{
"CreateConsole": true,
"EnableAchievements": true
}
Save as ScriptExtenderSettings.json and place in your Steam\steamapps\common\Baldurs Gate 3\bin folder.