Supersonicswag / generic-defaults-combat

Automatically exported from code.google.com/p/generic-defaults-combat
0 stars 0 forks source link

Naming conventions for materials and models #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to implement GDCW in a custom GMod game mode.
In single player, everything works fantastically. 

Trying to run it on my dedi is another issue. 
Some SWEP's references to models and materials don't line up, as far as case 
goes. 
I've tried running the server on Windows and linux, and under linux, I've tried 
running the server on JFS with case sensitivity enabled, but no avail.
The original cases are preserved on my redirect server.
I've even gone as far as renaming everything in lowercase, since that what 
SRCDS looks for, and changed the SWEP references and even hexed the models so 
that they refer to the correct material, but no luck.

In future updates, could you look into having file names and paths in all 
lowercase and make all the weapon references that way?
SRCDS only looks for lower cases and it would be nice to be able to use this on 
a server.

Thanks.

Original issue reported on code.google.com by zetan...@gmail.com on 31 Dec 2012 at 2:10