TehCheat / PoEHUD

174 stars 124 forks source link

Poehud KR server need help #378

Closed nienD closed 5 years ago

nienD commented 5 years ago

KR client process name PathOfExile_x64_KG.exe

It is not an independent server.

need help !

myso-kr commented 5 years ago

This can be solved using the mklink command. If new updates are in progress, they can be resolved by applying them.

  1. Rename the two executables below. $ PathOfExile_KG.exe PathOfExile.exe $ PathOfExile_x64_KG.exe> PathOfExile_x64.exe

  2. Run the command prompt with administrator privileges.

  3. Use the CD command to navigate to the POE installation path

  4. Execute the following two commands. $ mklink PathOfExile_KG.exe PathOfExile.exe $ mklink PathOfExile_x64_KG.exe PathOfExile_x64.exe

  5. You can now use PoEHUD. enjoy!

TehCheat commented 5 years ago

Thanks to the above, I added support for the EXE name, which appears is all it needs.