Post all available information. We're not psychic; we need all the information we can get to help you. Example post:QuoteOperating System: Windows XP SP2Processor: Intel P4 2.66 GhzGraphics Card: ATI Radeon Mobility 7500System Memory: 1 GBVideo Memory: 16 MBI just downloaded the game, and ran the updater. The game <insert problem here>. I tried <whatever you did>, and <whatever results you got>. Please help me. Thanks.Please note that if you graphics card has "shared" memory, you must state so. The "shared" RAM is very slow, and takes away from the main system. This setup is generally on the bad, cheap, onboard cards; the good cheap onboard cards don't even do that.
Operating System: Windows XP SP2Processor: Intel P4 2.66 GhzGraphics Card: ATI Radeon Mobility 7500System Memory: 1 GBVideo Memory: 16 MBI just downloaded the game, and ran the updater. The game <insert problem here>. I tried <whatever you did>, and <whatever results you got>. Please help me. Thanks.
;Video.OpenGL.UseExtension.GL_ARB_texture_compression = false
Video.OpenGL.UseExtension.GL_ARB_texture_compression = false
Looks to me like the broken texture compression bug. Usually this is most prevalant on the OSX but I've seen a few people with it on windows too. First open your planeshift directory which is usually C:\PlaneShift Crystal Blue - inside that directory is a folder called data. Browse to it. Inside data is a folder called config. Open the config folder and look for the file:r3dopengl.cfgNow open that file in notepad. Look for this line:Code: [Select];Video.OpenGL.UseExtension.GL_ARB_texture_compression = falseand change it toCode: [Select]Video.OpenGL.UseExtension.GL_ARB_texture_compression = falsenote that the difference between the two lines is the ; at the front. a ; at the beginning of a line means its commented out. Commented out lines are ignored in config files so removing it activates the tag. This will turn off texture compression which might help out. Also check out the page:http://vaalnor.mine.nu/psdoc/?q=node/39and try some of the other fixes.If nothing still works, try this page to manually troubleshoot the issue - this is a bit tricky though:http://vaalnor.mine.nu/psdoc/?q=node/44Good luck!