
I can't get ULX working on my TTT server
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Sep 07, 2014 3:38 am
I can't get ULX working on my TTT server
ULX is not working for some reason on my garrysmod TTT server. I've tried uninstalling all ulx files and re-installing with SVN so that's not an option. Please help 

- Vanderburg
- Former staff
- Posts: 1253
- Joined: Sat Nov 13, 2010 7:27 am
- Location: Dallas, TX
Re: I can't get ULX working on my TTT server
Have you also installed Ulib on your server? This can be done using the same SVN tool on the Easy Setup tab of your control panel.
-
- New to forums
- Posts: 13
- Joined: Tue Nov 04, 2014 5:15 am
Re: I can't get ULX working on my TTT server
Is it hosted on Linux? If so MAKE SURE the folder's name is lowercase.
ULib = ulib
ULX = ulx
ULib = ulib
ULX = ulx
Re: I can't get ULX working on my TTT server
That actually applies to Windows as well. Garry's mod doesn't like capital letters in general.JacobStar9104 wrote:Is it hosted on Linux? If so MAKE SURE the folder's name is lowercase.
ULib = ulib
ULX = ulx
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
-
- New to forums
- Posts: 11
- Joined: Tue Oct 29, 2013 10:10 am
Re: I can't get ULX working on my TTT server
I have never experienced that. With windows I have had addons with names like Addon_Example and it works perfectly. moving to Linux causes it not to work until you make all characters lower case.
Re: I can't get ULX working on my TTT server
It may not do it with addons, but it does it with gamemodes and I've seen some issues with fastdl because of it. Though, it's definitely not as bad as Linux.djstrikes3 wrote:I have never experienced that. With windows I have had addons with names like Addon_Example and it works perfectly. moving to Linux causes it not to work until you make all characters lower case.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: I can't get ULX working on my TTT server
Yeah when you tell clients which files to download, they are case sensitive. Apache won't search for different case files and will return a 404 error.
For example, this is the real file name on a map for our CS:S server:
http://soja.hosted.nfoservers.com/fastd ... _3.bsp.bz2
If I change a single character to a different case, the download will fail:
http://soja.hosted.nfoservers.com/fastd ... _3.bsp.bz2
(the lowercase r changed)
Something that had me stumped for a while when clients would disconnect with a missing map error
For example, this is the real file name on a map for our CS:S server:
http://soja.hosted.nfoservers.com/fastd ... _3.bsp.bz2
If I change a single character to a different case, the download will fail:
http://soja.hosted.nfoservers.com/fastd ... _3.bsp.bz2
(the lowercase r changed)
Something that had me stumped for a while when clients would disconnect with a missing map error

Not a NFO employee