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
Then go to your steam folder and to the BG3 folder and find the Data folder. Open that up and delete the files that show up in that file you opened above labeled steam_latestversionhere(will be labeled like 4.141223)_alteredFiles.
Then try the launcher again.
Delete the contents of
%LocalAppData%\Larian Studios\Baldur's Gate 3\LevelCache
This is general tip from FAQ, but what they DONT tell you is that you can simply delete settings profile without losings saves if you have Steam Cloud enabled %LocalAppData%\Larian Studios\Baldur's Gate 3\PlayerProfiles
First do a backup of ....\PlayerProfles\Public(or profile name)\Savegames
Then wipe this folder's contents
%LocalAppData%\Larian Studios\Baldur's Gate 3\PlayerProfiles
This helped.
I was still having an issue until I did a bit more, I had to deactivate and uninstall all mods from Vortex, this is the major issue. I also uninstalled Vortex for the time being just to be safe. then I had to completely reinstall the game because there are files in the \PlayerProfiles folder that were needed.
finally I went to %LocalAppData%\Larian Studios\Baldur's Gate 3\PlayerProfiles\Public and opened modsetting.lsx with notepat++ and had to edit the code to the following
<?xml version="1.0" encoding="UTF-8"?>
<save>
<version major="4" minor="7" revision="1" build="3"/>
<region id="ModuleSettings">
<node id="root">
<children>
<node id="Mods">
<children>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSString" value="GustavDev"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="LSString" value="GustavDev"/>
<attribute id="PublishHandle" type="uint64" value="0"/>
<attribute id="UUID" type="guid" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8"/>
<attribute id="Version64" type="int64" value="36028797018963968"/>
</node>
</children>
</node>
</children>
</node>
</region>
</save>
Game worked for me after this!