Filename sensitive XML-files?

Started by Urz_, November 24, 2016, 04:19:32 PM

Previous topic - Next topic

Urz_

Basically, is there any filename sensitive XML-files outside of about.xml in Rimworld, and can i expect to find filename sensitive XML-files in any mods? (I know the answer to the last part is prob "yes, it might happen" but does anyone have any idea of how often i might encounter it?)
Everything i end up releasing is licensed under CC BY-NC-SA 4.0. You do not need to ask permission to use any of my stuff, but do keep in mind i might not own the license to all of it.

Thirite

The only filename sensitive things are (afaik):
- Root subfolder names (Defs, About, Textures, Sounds, Assemblies...)
- About.xml and Preview.png under the About root subfolder

Everything else you should be able to name however you like.

1000101

It might be worth noting that XML itself is case sensitive.  Make sure your tags/fields are correct as well as any tags/fields which are references to other objects.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

RawCode

you may overcome all limitations expect "Assemblies" folder by injecting your own file handler.

since it host dll files and folder itself - there are no filename sensitive XML-files exists at this moment.