Hey all, I'm having an issue with trying to run FS2_Open in D3D8 mode, most likely due to something the launcher is doing. When I try to set up D3D8 mode in the Launcher, it shows my adapter alright, but it fails to give me any options for the resolution, and lists a single AA mode: none. This seems to be resulting in FS2_Open generating a "Failed to create device" error, which prevents launching the game. Taking a look at the registry settings created by the launcher, I'm seeing a couple of things:
D3D8_Mode: it's set to -1 in the launcher, but RegEdit shows it as 2^32. When I set it to 0, the game launches fine, but this is in conflict with what the revised readme says, and I'm not particularly sure that it is even running in D3D8 mode in this case. When I do try the values from the readme, they result in the error message.
D3D8_Adaptor: This is set to 0; the readme says it should be the hardware ID of my video card, which would imply is should be something other than 0.
VideoApi: This is reading Direct3D8
VideoCard: This reads "Direct 3D - Primary Display Driver (32 bit) (1024x768)".
So I suppose I have two questions:
1. How do I set FS2_Open manually(without the lancher) to use D3D8?
2. How can I tell if it's running in D3D8 mode?
Thanks ahead of time.