Support loading texture from loose files#1669
Open
hcdd0304 wants to merge 5 commits intopraydog:masterfrom
Open
Support loading texture from loose files#1669hcdd0304 wants to merge 5 commits intopraydog:masterfrom
hcdd0304 wants to merge 5 commits intopraydog:masterfrom
Conversation
Owner
|
This should definitely be part of LooseFileLoader, or at least be enabled with it. Not separate menu options. Everything should be under LooseFileLoader. |
Contributor
Author
|
I still keep it a separate class, since I feel embedding it will bloat LooseFileLoader a lot. But its now owned by LooseFileLoader, not a separate Mod anymore. Let me know if embedding it is better option |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #1227
Intentions
Logic overview
Try to be as non-intrusive as possible by loading a loose texture file using the game's existing texture load path (DirectStorage)
Logic allows disabling the texture cache (RE Engine)