Request - Drakensang 2 expansion support It's the same as you already have!
Drakensang - The River of Time looks REALLY good in 3D! The expansion "Phileasson's Secret" looks mostly great but, unfortunately, the river reflections look horrible. Given that the river is pretty central to the game, this really hurts bad. I'm certain that the game will work just fine if it would just use the Drakensang profile that already exists so this should be pretty trivial for NVIDIA to support.
Unfortunately, I can't find a way to get the expansion (drakensanga1.exe) to work correctly when I rename it to drakensang.exe. In fact, I can't rename it at all without having Steam tell me that it is 'unavailable'.
River of Time really does look great, by the way. You can ignore the bit about turning off anti-aliasing. Just turn off shadows and you're good. There are a few anomolies with the sky sometimes but the water reflections work just fine. I uploaded a few [url=http://photos.3dvisionlive.com/Zloth/album/4e10b83d3785019f441a0300/]screenshots[/url] this afternoon. (And yes, the game is part of the Steam summer sale.)
Drakensang - The River of Time looks REALLY good in 3D! The expansion "Phileasson's Secret" looks mostly great but, unfortunately, the river reflections look horrible. Given that the river is pretty central to the game, this really hurts bad. I'm certain that the game will work just fine if it would just use the Drakensang profile that already exists so this should be pretty trivial for NVIDIA to support.
Unfortunately, I can't find a way to get the expansion (drakensanga1.exe) to work correctly when I rename it to drakensang.exe. In fact, I can't rename it at all without having Steam tell me that it is 'unavailable'.
River of Time really does look great, by the way. You can ignore the bit about turning off anti-aliasing. Just turn off shadows and you're good. There are a few anomolies with the sky sometimes but the water reflections work just fine. I uploaded a few screenshots this afternoon. (And yes, the game is part of the Steam summer sale.)
SOLVED! All I had to do was write my own program. Quite a trivial one, too, if you just so happen to have a programing language at your disposal. Eeesh.
Here's the full program for anyone who happens to have Visual Basic (or any other .Net language):
[code] Sub Main()
Dim psInfo As New ProcessStartInfo("D:\Games\Steam\steamapps\common\drakensang the river of time\drakensang.exe")
psInfo.UseShellExecute = False
Process.Start(psInfo)
End Sub[/code]
Rename drakensang.exe to be drakensang.exe.old or some such. Rename drakensanga1.exe to be drakensang.exe. Name the above program to be Drakensanga1.exe. Run it and Drakensang: River of Time with the DLC runs using NVIDIA's profile. Joyous 3D with proper river reflections and sane convergence!
P.S. Making hard and soft links didn't work at all.
P.P.S. If I see anyone else having problems like this, it would only take about half an hour to make this program vaguely user friendly. Bloody's 3D Vision blog mentioned fixing some other game by doing something like this so maybe there's a demand?
SOLVED! All I had to do was write my own program. Quite a trivial one, too, if you just so happen to have a programing language at your disposal. Eeesh.
Here's the full program for anyone who happens to have Visual Basic (or any other .Net language):
Sub Main()
Dim psInfo As New ProcessStartInfo("D:\Games\Steam\steamapps\common\drakensang the river of time\drakensang.exe")
psInfo.UseShellExecute = False
Process.Start(psInfo)
End Sub
Rename drakensang.exe to be drakensang.exe.old or some such. Rename drakensanga1.exe to be drakensang.exe. Name the above program to be Drakensanga1.exe. Run it and Drakensang: River of Time with the DLC runs using NVIDIA's profile. Joyous 3D with proper river reflections and sane convergence!
P.S. Making hard and soft links didn't work at all.
P.P.S. If I see anyone else having problems like this, it would only take about half an hour to make this program vaguely user friendly. Bloody's 3D Vision blog mentioned fixing some other game by doing something like this so maybe there's a demand?
Unfortunately, I can't find a way to get the expansion (drakensanga1.exe) to work correctly when I rename it to drakensang.exe. In fact, I can't rename it at all without having Steam tell me that it is 'unavailable'.
River of Time really does look great, by the way. You can ignore the bit about turning off anti-aliasing. Just turn off shadows and you're good. There are a few anomolies with the sky sometimes but the water reflections work just fine. I uploaded a few [url=http://photos.3dvisionlive.com/Zloth/album/4e10b83d3785019f441a0300/]screenshots[/url] this afternoon. (And yes, the game is part of the Steam summer sale.)
Unfortunately, I can't find a way to get the expansion (drakensanga1.exe) to work correctly when I rename it to drakensang.exe. In fact, I can't rename it at all without having Steam tell me that it is 'unavailable'.
River of Time really does look great, by the way. You can ignore the bit about turning off anti-aliasing. Just turn off shadows and you're good. There are a few anomolies with the sky sometimes but the water reflections work just fine. I uploaded a few screenshots this afternoon. (And yes, the game is part of the Steam summer sale.)
Here's the full program for anyone who happens to have Visual Basic (or any other .Net language):
[code] Sub Main()
Dim psInfo As New ProcessStartInfo("D:\Games\Steam\steamapps\common\drakensang the river of time\drakensang.exe")
psInfo.UseShellExecute = False
Process.Start(psInfo)
End Sub[/code]
Rename drakensang.exe to be drakensang.exe.old or some such. Rename drakensanga1.exe to be drakensang.exe. Name the above program to be Drakensanga1.exe. Run it and Drakensang: River of Time with the DLC runs using NVIDIA's profile. Joyous 3D with proper river reflections and sane convergence!
P.S. Making hard and soft links didn't work at all.
P.P.S. If I see anyone else having problems like this, it would only take about half an hour to make this program vaguely user friendly. Bloody's 3D Vision blog mentioned fixing some other game by doing something like this so maybe there's a demand?
Here's the full program for anyone who happens to have Visual Basic (or any other .Net language):
Rename drakensang.exe to be drakensang.exe.old or some such. Rename drakensanga1.exe to be drakensang.exe. Name the above program to be Drakensanga1.exe. Run it and Drakensang: River of Time with the DLC runs using NVIDIA's profile. Joyous 3D with proper river reflections and sane convergence!
P.S. Making hard and soft links didn't work at all.
P.P.S. If I see anyone else having problems like this, it would only take about half an hour to make this program vaguely user friendly. Bloody's 3D Vision blog mentioned fixing some other game by doing something like this so maybe there's a demand?