Uppercase and lowercase in modding?
-
I have a question, do "uppercase letter" and "lowercase letter" have any differences in modding (meta, ymt, etc)? For example, in peds.meta, are "<pedtype>army</pedtype>" and "<pedtype>ARMY</pedtype>" the same or different? Can the game read it?
-
It depends on the file, some parts are case sensitive and will break if mixed up, others don't care. It is best practice to match the keyword and case being used across files to ensure that the file will be read correctly.