Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacklist for excluding replaced files #178

Merged
merged 1 commit into from
Jan 21, 2019
Merged

Blacklist for excluding replaced files #178

merged 1 commit into from
Jan 21, 2019

Conversation

blowfishpro
Copy link
Collaborator

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

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
@ChrisAdderley
Copy link
Contributor

Sounds awesome!

@ChrisAdderley ChrisAdderley merged commit 9a14251 into PorktoberRevolution:master Jan 21, 2019
@blowfishpro blowfishpro deleted the Blacklist branch January 21, 2019 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants