Sid Meier's Civilization: Beyond Earth

Sid Meier's Civilization: Beyond Earth

Experience Worlds Beyond Earth
Game modifications, scenarios, interface, and so much more. Explore the modding world of Beyond Earth, and when you're ready, download the SDK to create and upload your own.
[Mods on linux] Naming Conventions
OK, so I've looked into why about 95% of the mods don't work on linux. It seems after downloading it, all the files are changed to lower case, not sure if it was published like this or changed during subscription process.

Point is, all the folder/file references in XML, etc files are not necessarily in lower case, most seem to be in CamelCase.

If this is done during the subscription process, I think I understand why, as the linux filesystem is case-sensitive. But if the file references stay the same in the config files, it's not going to work anyway.

Now, I can go through each mod's files and fix the refences (or rename the files), however tedious that might be, but can someone from Steam or Aspyr please have a look at this?

Thanks.