Important MessageYou are browsing the archived Lancers Reactor forums. You cannot register or login. |
texts problems
The place to ask for technical help with running the demo or the full game...
20 posts
• Page 2 of 2 • 1, 2
Fix text issues
Go to your FreelancerEXE folder. Look for a file named, ''flconfigdatabase.txt'' and open it. Scroll down until you see the name of your manufacturer. Now look for your GFX card's model number. Make a new line under it. Hit TAB then paste this: TextureOffset
Scroll down to the bottom of the model number list and you should see some words like this:
UnsupportedHardware
BrokenAlphaTest
ForceSquareTextures
break
Get rid of the ForceSquareTextures line. So it looks like this: (i use the intel 810e chipset)
Vendor = 0x8086 "Intel"
0x7800 = "740"
0x1240 = "752"
Bad8888
NoMipMap
LimitTextureSize
UnsupportedHardware
break
0x7121 = "810"
0x7123 = "810"
0x7124 = "810e"
TextureOffset
0x7125 = "810e"
0x7126 = "810"
0x7127 = "810"
0x1132 = "815"
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
Save the file then close it.
Go to your FreelancerEXE folder. Look for a file named, ''flconfigdatabase.txt'' and open it. Scroll down until you see the name of your manufacturer. Now look for your GFX card's model number. Make a new line under it. Hit TAB then paste this: TextureOffset
Scroll down to the bottom of the model number list and you should see some words like this:
UnsupportedHardware
BrokenAlphaTest
ForceSquareTextures
break
Get rid of the ForceSquareTextures line. So it looks like this: (i use the intel 810e chipset)
Vendor = 0x8086 "Intel"
0x7800 = "740"
0x1240 = "752"
Bad8888
NoMipMap
LimitTextureSize
UnsupportedHardware
break
0x7121 = "810"
0x7123 = "810"
0x7124 = "810e"
TextureOffset
0x7125 = "810e"
0x7126 = "810"
0x7127 = "810"
0x1132 = "815"
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
Save the file then close it.
20 posts
• Page 2 of 2 • 1, 2
Return to Freelancer Technical Issues