1
Support / Re: Slowdown problem.
« on: August 21, 2008, 08:16:08 pm »
I finally found a solution. I found it while searching for a fix to a similar problem with another game, Eternity's Child. The game had great debug logs and clear warnings which lead me to the problem: wrong OpenGL version (Windows default dll) was detected and used. I've attached the registry patch I used to fix this problem. For reference, my card is ATI Mobility Radeon 9700 and I'm running Windows XP SP3 with Omega Drivers.
EDIT:
Or would have attached if the attach functionality had been enabled. Great... Here is the code, just copy&paste this into (e.g.) openglfix.reg and double click to execute.
EDIT:
Or would have attached if the attach functionality had been enabled. Great... Here is the code, just copy&paste this into (e.g.) openglfix.reg and double click to execute.
Code: [Select]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag]
"Dll"="atioglxx.dll"
"DriverVersion"=dword:00000001
"Flags"=dword:00000001
"Version"=dword:00000002