Skip to content

Commit

Permalink
Update to latest translation utility, and fix some minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Feb 2, 2024
1 parent c20e2cb commit d924ad2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
所用的工具基于 [Haroohie Translation Club](https://haroohie.club/)(凉宫春日游戏英文化计划)的 [开源工具](https://github.com/haroohie-club/ChokuretsuTranslationUtility)[略有修改](https://github.com/Xzonn/ChokuretsuTranslationUtility)

## 使用方式
请自行获取游戏日文版 ROM,然后下载 [修正补丁](https://github.com/Xzonn/ACTMChsRevise/releases/latest)[补丁应用工具](https://github.com/Xzonn/NitroPatcher/releases/latest/),按照工具的说明进行操作。
请自行获取游戏日文版 ROM,然后下载 [修正补丁](https://github.com/Xzonn/ChokuretsuChsLocalization/releases/latest)[补丁应用工具](https://github.com/Xzonn/NitroPatcher/releases/latest/),按照工具的说明进行操作。

日文版 ROM 校验码([No-Intro](https://datomatic.no-intro.org/index.php?page=show_record&s=28&n=3810)):

Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ChokuretsuCli = "tools/HaruhiChokuretsuCLI/bin/Release/net6.0/HaruhiChokuretsuCLI.exe"
$ChokuretsuCli = "tools/HaruhiChokuretsuCLI/bin/Release/net8.0/HaruhiChokuretsuCLI.exe"

# Download the original files
if (-not(Test-Path -Path "original_files/arm9.bin" -PathType "Leaf")) {
Expand All @@ -10,7 +10,7 @@ if (-not(Test-Path -Path "original_files/arm9.bin" -PathType "Leaf")) {
if (-not(Test-Path -Path $ChokuretsuCli -PathType "Leaf")) {
Push-Location "tools/HaruhiChokuretsuCLI"
dotnet restore
dotnet build -c "Release" -f "net6.0"
dotnet build -c "Release" -f "net8.0"
Pop-Location
}

Expand Down
Binary file modified files/images/BAC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion texts/zh_Hans/dat_MESSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
],
[
"INFO",
"要保存到现在为止的状态吗?\n汉化预览到此为止\n七不思议汉化组汉化招募中!"
"要保存到现在为止的状态吗?\n(汉化预览到此为止。\n七不思议汉化组汉化招募中!"
],
[
"INFO",
Expand Down

0 comments on commit d924ad2

Please sign in to comment.