Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

Asset Casing Problem #5

Open Ragora opened 8 years ago

Ragora commented 8 years ago

A lot of mods for Tribes 2 were written by people who primarily use Windows and likely didn't even know (or care) about case sensitive file systems of Unix machines. This creates a lot of problems for Linux builds of Torque3D that cannot find those assets without proper casing. The full solution here may be to implement full case insensitivity in Torque3D's virtual file system for when running on Unix systems.