Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Exiled Bot Classic Archive
This is the archived Exiled Bot Classic forum. Content is preserved for reference and may be outdated.
Sign in to follow this  
Sian_Romantic

running fail ENGLISH language in Garena TW

Recommended Posts

#include <stdio.h>

#include <stdlib.h>
 
int main(int argc, char *argv[]) {
    char command[4096] = {0};
    sprintf(command, "cd ..\\POETW2 && PathOfExile.exe %s --language english", argv[1]);
    system(command);
}
 
 
it not using..
The result was Chinese
 
------------------------------------
Garena TW
Game version 2.0.0d

Share this post


Link to post
Share on other sites

I try to use VisualGGPK tool,

Root->Data->*.dat  replace Root->Data->Traditional Chinese->*.dat

The Game can running in English.

 

But v0.50 RC can't run.

Share this post


Link to post
Share on other sites

I didn't get what he said, he is missing the file on what to replace and where to download the replacement file

 

Root->Data->*.dat  replace Root->Data->Traditional Chinese->*.dat

Share this post


Link to post
Share on other sites

Can anybody confirm that the Root->Data replacing trick works ?

 

Using Root->Data->*.dat  replace Root->Data->Traditional Chinese->*.dat 

not work

 

mod same chinese

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...