Author Topic: Dark Ground Textures  (Read 1539 times)

InfinityX

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Dark Ground Textures
« on: October 04, 2008, 03:44:46 pm »
Hi.
I am running on Xubuntu 8.04.
Everything seems ok, except one thing. All ground textures are getting dark when I come closer. They seems OK from a distant, but every ground texture around me are black.
In towns and near BD is everything OK.
I have tried more drivers, from build-in, to official from ATI, older, faster versions to the newest and there is no change. Any ideas please?


weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Dark Ground Textures
« Reply #1 on: October 05, 2008, 09:12:45 am »
Hi.
I am running on Xubuntu 8.04.
Everything seems ok, except one thing. All ground textures are getting dark when I come closer. They seems OK from a distant, but every ground texture around me are black.
In towns and near BD is everything OK.
I have tried more drivers, from build-in, to official from ATI, older, faster versions to the newest and there is no change. Any ideas please?



it's a known problem afflicting only ATI

InfinityX

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: Dark Ground Textures
« Reply #2 on: October 05, 2008, 11:59:21 am »
Is there anything what can be done about this? Except of changing graphic card  ;)

Enaudni

  • Traveller
  • *
  • Posts: 38
    • View Profile
Re: Dark Ground Textures
« Reply #3 on: October 06, 2008, 10:52:59 pm »
Its an interesting issue for sure. The splatting is failing so a shader isn't working correctly.  I'm not sure but maybe you could just try editing the world file to use a standard shader?  I'm not sure what version of CS PS is using these days or whether terrain meshes support these different shaders... I wonder.... if the renderloop lets you it might be possible. Might not be pretty but wouldn't be black.
Posts: 1292 + whatever it says on the left ;)

firiban

  • Traveller
  • *
  • Posts: 27
    • View Profile
Re: Dark Ground Textures
« Reply #4 on: October 08, 2008, 06:33:35 pm »
i can confirm this issue here using an ATI mobility radeon x1400 with the fglrx 9.8-driver and the 0.4.02 client.
Code: [Select]
    if (brain)
    {
        delete brain;
    }
From PlaneShift's npcclient code.

InfinityX

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: Dark Ground Textures
« Reply #5 on: October 12, 2008, 05:52:26 pm »
Strange is that its happening only in hydla/ojaveda area. When I enter Bronze Doors area, all is OK. It seems that could be something in config files/shader settings or something, but I have no idea where I could find it. Anyone has some idea? Thanks

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Dark Ground Textures
« Reply #6 on: October 12, 2008, 06:15:34 pm »
the bronze door map is not the same type that the roads are.

Enaudni

  • Traveller
  • *
  • Posts: 38
    • View Profile
Re: Dark Ground Textures
« Reply #7 on: October 20, 2008, 06:39:10 pm »
Correct, the entire bronze door region is done using gigantic genmeshes so the standard shader is used for texturing.  Since the other areas are utilizing terrain engine within CS the shader is the splatting one. This includes some brute force LOD and a basemap for textures to be replaced with in the distance.
Posts: 1292 + whatever it says on the left ;)