Darkspore Beta became available for download on Steam today, however I can't get it to run on my TripleHead2Go Digital Setup.
Gives me an error: "The specified game resolution is invalid. Try changing your desktop resolution and run the game again. Please see the README for details. [2004]"
I found a file named "ConfigManager.txt"
located in "C:Program Files (x86)SteamsteamappscommondarksporeDataConfig"
inside the ConfigManager.txt I found the following under "Resolution":
# Resolution
#
# the pixel count below is found, if not found then one with less pixels is
# we won't pick a default resolution higher than this
# we'll find something that matches the current desktop resolution under this size
# RTT usage is currently a 13x4 multiplier on the pixels
# for 2MP, we'll allocate 104MB of vram.
# May want to eventually base this against card vram size.
#seti resolutionWidth 1024
#seti resolutionHeight 768
seti resolutionTarget (1024 * 768) # 4x3
if ($gpuLevel >= $gpuLevelHigh)
#seti resolutionWidth 3840
#seti resolutionHeight 2160
seti resolutionTarget (3840 * 2160) # 4x3
elseif ($gpuLevel >= $gpuLevelMedium)
#seti resolutionWidth 1280
#seti resolutionHeight 768
seti resolutionTarget (1280 * 768) # 16x10
endif
setResolution $resolutionTarget # $resolutionWidth $resolutionHeight
_______________________________________________________________________________________
I tried changing everything to 5040 x 1050 and the 16x10 but I get the same error.
Any ideas? I'm not a guru at this but I tried to provide all the data, this game looks like alot of fun.
TIA
Bewst
|