Thu May 15, 2003 8:02 pm by romar05
go to the EXE subdirectory of freelancer, scroll down to where it says INTEL, and replace that section with the following: (let me know if this works)
(you could just type in the two changes if you want, its just adding TextureOffset line and deleting another one that was right under it.
///////////////////////////////////////////////////
//
// INTEL
//
//////////////////////////////////////////////////
Vendor = 0x8086 "Intel"
0x7800 = "740"
0x1240 = "752"
Bad8888
NoMipMap
ForceSquareTextures
LimitTextureSize
UnsupportedHardware
break
0x7121 = "810"
0x7123 = "810"
0x7124 = "810e"
0x7125 = "810e"
0x7126 = "810"
0x7127 = "810"
0x1132 = "815"
TextureOffset
Bad8888
NoMipMap
LimitTextureSize
if os > win2k
if driver < 6.13.1.3196
UnsupportedDriver
endif
endif
if os == win2k
if driver < 5.13.1.3196
UnsupportedDriver
endif
endif
if os < win2k
if driver < 4.13.1.3196
UnsupportedDriver
endif
endif
break
0x3577 = "830"
0x2560 = "845g"
0x2562 = "845"
0x3580 = "852"
if os > win2k
if driver < 6.13.1.3413
UnsupportedDriver
endif
endif
if os == win2k
if driver < 5.13.1.3413
UnsupportedDriver
endif
endif
if os < win2k
if driver < 4.13.1.3413
UnsupportedDriver
endif
endif
break
unknown = "**UNIDENTIFIED**"
UnknownHardware
break