Linux and resource file structure naming

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

ZonedOut
Posts: 320
Joined: Sun, 15. Dec 13, 16:52
x4

Linux and resource file structure naming

Post by ZonedOut »

Not sure that anyone even cares at this point, but in porting some of my data mining tools to Linux I've found some naming issues. The index/macros.html file disagrees with the actual file structure naming due to case sensitivity on the following directories:

./assets/props/surfaceelements
./assets/props/cockpit_bridge
./assets/props/Cockpit_Bridge/macros
./assets/props/SurfaceElements/macros
./assets/structures/build_trees/macros
./assets/structures/Economy/mining/generic/macros
./assets/structures/Economy/agriculture
./assets/structures/Economy/refinery
./assets/structures/Economy/science/macros
./assets/structures/Economy/factory

The list above is the set of softlinks I had to create to match the macros file entries. This (of course) is a non issues on a windows platform. So basically this is just an FYI in case anyone at ES is trying to maintain compatibility.

@moderator - couldn't really think of an appropriate place to put this, please move if you have a better idea?

Return to “X Rebirth - Scripts and Modding”