Posted June 25, 2014
coffeegator: I've been curious in fixing the game's graphics by trying this but for some reason I always seem to get an error message saying something like "render did not init". I'll link to my .ini files, both from the original installations and the new ones that I replaced them with and changed the file paths to match my computer. Anyone care to help me out on this?
I think the maximum resolution supported by the game is 2048x1536, even with the modified D3D renderer. You could try 1920x1200 or 2048x1280 if your monitor supports that resolution.
You might be better off running at a 16:9 aspect resolution (1920x1080 or at most 2048x1152) though, as the horizontal field of view has been modified to suit that ratio - 16:10 and narrower will result in some "squishing" / distortion of the image.
EDIT: another possible cause of this crash is if you're trying to run the modified D3D renderer with the original exe rather than the d3d_SlaveZero.exe
Post edited June 25, 2014 by DreadMoth