View Single Post
  #5  
Old 11-13-2005, 12:05 PM
IcIshoot is offline IcIshoot

Join Date: Mar 2004
Location: Farmington Hills, MI
Posts: 1,473

Send a message via AIM to IcIshoot Send a message via MSN to IcIshoot Send a message via Yahoo to IcIshoot
the video info is stored in dfv.cfg

The hardest part may be getting the guid for the video card.

Here is mine:

hw3d_name = "RADEON 9550 "
hw3d_guid = "D7B71EE2-0213-11CF-136A0824A1C2CB35"
hw3d_matchz = 0
hw3d_res512x384 = 0
hw3d_res640x480 = 1
hw3d_res800x600 = 1
hw3d_res1024x768 = 1
hw3d_res1280x1024 = 1
hw3d_res1600x1200 = 0
hw3d_res1920x1440 = 0
hw3d_res2048x1536 = 0

changing a 0 to a 1 shows that it passed for that resolution.

So, all you should have to do is

a: Get the guid for the video card
b: Get the name for the video card
c: edit your dfv.cfg file entering in the information gathered in a and b.
d: change 0 to 1 for the resolution your game is set to and for what the desktop resolution is set to (may not be needed, but it wouldn't hurt).

hth,

IcI
Reply With Quote