Help:Creating mods: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
imported>Leoetlino (File extensions for compressed resources) |
imported>BravelyPeculiar mNo edit summary |
||
Line 30: | Line 30: | ||
=== File names and caching === | === File names and caching === | ||
The game assumes that any 2 files with the exact same filename also have the exact same contents. If you don't follow this rule when editing files, the game might load the wrong version of the file, leading to errors. The same rule applies to texture names - all textures should have unique names, even if they're located in different files. | The game assumes that any 2 files with the exact same filename also have the exact same contents. If you don't follow this rule when editing files, the game might load the wrong version of the file, leading to errors. The same rule applies to texture names - all unique textures should have unique names, even if they're located in different files. | ||
=== File extensions for compressed resources === | === File extensions for compressed resources === |