karashiiro / FFXIVOpcodeWizard

How about we not work hard?
GNU General Public License v3.0
68 stars 22 forks source link

Does this program support CN server? #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

Does this program support CN server? If support, when program ask me "Please enter the current game version: ", what should I input? something like 5.05 or other thing?

karashiiro commented 4 years ago

Uh, it does as of two seconds ago >.>

For the game version, it is 5.05 currently.

ghost commented 4 years ago

Thx a lot. This program works well now.BTW, FFXIVNetworkMonitor.cs#L90 it should be _monitor.WindowName = Region == Region.CN ? "最终幻想XIV" : "FINAL FANTASY XIV"; not Common.Region.CN.

karashiiro commented 4 years ago

Ah, whoops, forgot to change that, thank you ^^