Commit Graph

5 Commits (master)

Author SHA1 Message Date
blowfish 2a8287491b Blacklist complains if url pattern does not match any files
Easier to debug stuff
5 years ago
blowfish 91ec3c8341 Extract common code between blacklist and whitelist 5 years ago
blowfish bbc29c201f Make constants all capitals 5 years ago
Joseph Wong 366a354688 allow empty lines and comments in blacklist/whitelist 5 years ago
blowfish 3618a724e3 Blacklist for excluding replaced files
All .restockblacklist files will be read to prevent KSP from loading these files (i.e. models and textures).  Any .restockwhitelist files will be read to prevent them from being blacklisted (e.g. if a mod actually uses the squad files).  Each line in those files should be a GameData path that follows these rules:

* If it ends with a / then all files in that directory (or sibdirectories) will be matched
* A * can match anything in a directory or file name
* Files can optionally take an extension, but it is not required to match
5 years ago