Chuanhsing
Chuanhsing
Check the bottom right corner, there should be an event log The installed directory cannot have any non-English characters, including Chinese and Korean
Do you know where to download the korean translated version of PoeCharm? Wish to merge it.
@CryAngel1970 能否提供blog網址,或是定期將修改過的檔案寄信給我 [email protected] 或是用 pull request 方式更新後提交
@CryAngel1970 1. 檔案超過 50MB 會無法正常匯入 github,能否分開成兩個檔案 2. csv 檔案檔名靠後的會覆蓋前面的翻譯
這幾個版本都沒有改動過任何的 .exe 或 .dll,只有變更一些 .csv,我自己的電腦測試都是正常的
I got out of memory with this patch on extract Palworld' umap file "`Pal/Content/Pal/Maps/MainWorld_5/PL_MainWorld5`" ``` var allExports = provider.LoadAllObjects(path); var fullJson = JsonConvert.SerializeObject(allExports, Formatting.Indented); File.WriteAllText(mapJsonPath, fullJson); ``` and get out...
> the new code shouldn't run on any of the `Pal/Content/Pal/Maps/MainWorld_5/PL_MainWorld5/_Generated_/` umaps as they're all under 2 GB. i'll check again later, it could be that my refactors to decompression...