-
Notifications
You must be signed in to change notification settings - Fork 75
plugin: Preliminary support for Tc region #835
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
Conversation
|
This is now ready for review. Thanks to an extremely helpful Discord user for helping to test this and the OverlayPlugin PRs. |
Legends0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me.
I preferred the older method of fullname comparison since it ensures it is loading files that we expect, but this change does work. I took a look at the history of the line and it seems it was always a full string comparison since created in 2018 and then later ACT plugin added Korean support with a new dll name and so a user added support for it by adding an additional comparison for the new filename. I couldn't see any discussion at the time of using other methods, only just orders in which the comparisons should be made. It also seems that later on another PR was added that mentioned the removal of needing to check for the Korean name.
My thought process is "We need Maybe it makes more sense for I'm willing to make adjustments as needed / what makes the most sense, but I don't want to hold up TC support for these changes, plus with global 7.4 releasing in a few days I'd rather get TC squared away so my focus can be on updating components for any changes there. |
Thanks for providing that reference. I had difficulty finding it myself by just a basic search. I agree with not holding up TC support for this type of change. |
Process file copied from Cn 7.2 version.
ACT plugin lookup logic changed to use
StartsWith, which matchesOverlayPlugin's logic.Have not done any testing with either Global or Tc region yet.