Author Topic: Feature Request: Fix texture download  (Read 1387 times)

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Feature Request: Fix texture download
« on: March 23, 2008, 01:26:45 PM »
1. The hr4 textures doesnt download, if the client has a lowres texture and hr4 textures are enabled.


2. The textures (hr4 and low res) doesnt download, if the server stored them in a folder with uppercase letters. Wrong path in bsp? Linux server error? Download system error?
The (windows) client ignores uppercase and lowercase letters and load textures from both of them.
On the linux server it must be lowercase (to become a download).
Its a problem with the CTP1 and CTP1/HR4 textures for example.

PS: cl_drawtexinfo shows the texture path lowercase.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Feature Request: Fix texture download
« Reply #1 on: March 24, 2008, 04:03:00 PM »
1. That's intentional, otherwise every time you connected to a server it would try to download a bunch of textures that (most likely) don't exist.

2. That's an issue with case-sensitive operating systems.  Fix the directories.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Feature Request: Fix texture download
« Reply #2 on: March 24, 2008, 05:55:23 PM »
I fixed the directories.

It should also be fixed in the next ctp textures release.