iikarachoko CN Patch v9 README
=================================

This patch is made for the original Japanese game folder that contains iikarachoko.exe.
This v9 build forces the visible game font to xiaolai.ttf.

How to use:
1. Delete any old iikarachoko_cn.exe generated by older patches.
2. Extract this patch zip completely.
3. Copy these patch files into the original game folder:
   - install_cn_patch.bat
   - install_cn_patch.cmd
   - install_cn_patch.ps1
   - patch_payload.bin
   - PATCH_PACKAGE_INFO.json
4. Double-click install_cn_patch.bat.
5. A new file will be created:
   iikarachoko_cn.exe
6. Run iikarachoko_cn.exe from the same folder.

Important:
- Do not run the bat directly inside a zip preview window. Extract it first.
- The original iikarachoko.exe will not be modified.
- The generated iikarachoko_cn.exe still needs the original DLL files, nw.pak and locales folder.
- Do not move iikarachoko_cn.exe alone to another folder.

Font changes in v9:
- data/others/xiaolai.ttf is embedded inside the patched app package.
- data/others/ロゴたいぷゴシック.ttf is replaced with xiaolai.ttf, so the original Tyrano font family points to Xiaolai visually.
- data/system/Config.tjs sets userFace to a xiaolai-first font stack.
- tyrano/font.css registers xiaolai and 小赖字体.
- tyrano/tyrano.css and index.html add !important font rules for message/menu/log/save/common text.

Environment:
- No Python required.
- No 7-Zip required.
- Windows PowerShell is required. Windows 10/11 normally includes it.

Command line:
  install_cn_patch.bat
  install_cn_patch.bat iikarachoko.exe
  powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install_cn_patch.ps1 -ExePath .\iikarachoko.exe
