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

Add FFXIV Chinese version (6.5) support #76

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

Menci
Copy link
Contributor

@Menci Menci commented Mar 7, 2024

Since 6.5, The Chinese version of FFXIV has finally Dalamud API 9 landed. We can support both Chinese version and global version in one assembly.

Add the logic to check Chinese version of FFXIV and download Chinese version of parsing plugin. I'm using dalamudClientLanguage.ToString() == "ChineseSimplified" since the global version of Dalamud doesn't have the ChineseSimplified enum value.

Also added Chinese version's opcodes (6.5 currently) for machina, which is not available in the ravahn/machina repo. In the long term I'd like to move to using the opcodes from the bundled machina library rather than an own copy.

@marzent
Copy link
Owner

marzent commented Mar 15, 2024

Will merge this and point it back to the Dalamud Machina branch, since #77 is probably a bit more involved to get going for now.

@marzent marzent merged commit a6709cf into marzent:main Mar 15, 2024
1 check passed
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.

2 participants