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
Sign in to follow this  
StevenJian

流亡黯道中英文版快速切換

Recommended Posts

將此檔案用記事本編輯,另存為*.bat

 

@Echo Off
title POE語系切換

:A
for /f "delims= " %%i in ('tasklist^|find /i "PathOfExile.exe"') do (
if /i "%%i"=="PathOfExile.exe" goto Q)
goto F

:Q
Echo.請關閉POE主程式
ping 127.1 -n 2 >nul
cls
goto A

:F
Echo.請輸入代碼
Echo 1:英文化
Echo 2:中文化
Echo 3:觀看使用教學


choice /c 123 /n

if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1

:1
@ren POETW POETW2
@ren POETW3 POETW
cls
echo.目前英文化
echo.
goto A

:2
@ren POETW POETW3
@ren POETW2 POETW
cls
echo.目前中文化
echo.
goto A

:3
cls
echo 使用教學:
echo 步驟1:將此檔案放至POE資料夾GameDate/Apps/ 底下
echo.
echo 步驟2:將英文化所需檔案資料夾命名為POETW3
echo         並放置在GameDate/Apps/ 底下
echo.
echo.
echo.
goto A

 

Edited by erementar1
  • Upvote 3

Share this post


Link to post
Share on other sites
Guest Guest

請問一下 為什麼我不管怎麼弄都是中文= ="

弄得差不多了

應該就卡在因為你要先把內含pathofexile.exe的POETW2命名為POETW3請問這句話是什麼意思

 

Share this post


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

×
×
  • Create New...