Disable Alternate Renderer out of game
Cru
Member Posts: 12
I was toying with some of the graphics settings and I tried to load the game with the alternate renderer (DirectX support).
Now I get an error message stating "could not compile directx shaders". If I could just disable the renderer all would be well though I can't find a way to do it out of game. (nothing in the baldur.ini and I don't know how to create the line from scratch).
I've tried using the baldur.ini from my BGEE2 install as well as the repair installation feature to no success.
How can I disable the alternate renderer (or simply restore default settings in general) without launching the game?
I'd really rather not reinstall...
Now I get an error message stating "could not compile directx shaders". If I could just disable the renderer all would be well though I can't find a way to do it out of game. (nothing in the baldur.ini and I don't know how to create the line from scratch).
I've tried using the baldur.ini from my BGEE2 install as well as the repair installation feature to no success.
How can I disable the alternate renderer (or simply restore default settings in general) without launching the game?
I'd really rather not reinstall...
0
Comments
SetPrivateProfileString('Graphics','Backend','0')
In the Documents folder, there is a BG:EE folder
In that folder there is a file called baldur.lua
You need to edit this file with a programmer's text editor like Notepad++
Find the line that matches "SetPrivateProfileString('Graphics','Backend','1')" and change the 1 to a 0
Save
Start the game