Commit Graph

182 Commits

Author SHA1 Message Date
drojf
4b56346a93 Update readme with caret fix instructions 2024-02-04 18:08:31 +11:00
drojf
f39bef65aa Fix hou+caret
- Needed to manually edit the '0 SInt64 m_PathID' to reference the correct texture (value copied from vanilla sharedassets)
2024-02-04 18:00:25 +11:00
drojf
2829c6d978 Scale font by .85 to match vanilla game 2024-02-04 13:12:08 +11:00
drojf
5f6e07d49d Add hou+ font 2024-02-04 01:36:02 +11:00
drojf
f3c8d89f42 Add new JP characters to character lists 2024-02-04 01:03:21 +11:00
drojf
3e7f7aa62c Add merged charset 2024-02-04 00:59:08 +11:00
drojf
3585729a86 Don't include SGCaret .png automatically, as it does not work for hou 2024-02-04 00:08:16 +11:00
drojf
781b87156e Print every file copied for debugging 2024-02-04 00:06:59 +11:00
drojf
8673d05ebd Fix github actions tag parsing 2024-01-27 22:12:40 +11:00
drojf
326f4919ad Add initial hou plus images 2024-01-27 15:37:21 +11:00
drojf
1375552fa9 Add initial support for Hou Plus UI 2024-01-26 11:45:15 +11:00
drojf
70d2484f1b Improve readability of EMIPGenerator.py 2024-01-26 10:31:20 +11:00
drojf
5eb74fbdb3 Fix invalid escape sequence warning 2024-01-26 10:31:20 +11:00
drojf
9e57ea9fb1 Explain how to run script in a venv 2024-01-26 10:31:20 +11:00
drojf
33d24e3f38 Remove requirement of using Python 3.10 and below
- I added a 'legacy mode' flag to revert https://github.com/HearthSim/UnityPack/pull/101 as it caused problems on Rei
 - I tested the new setup (using custom unitypack) vs old one, and the output .asset files were bit-for-bit identical
2024-01-26 10:30:43 +11:00
drojf
bb2ac64e37 Add better error message if python not found 2024-01-25 22:04:42 +11:00
drojf
cd42630ace Add some extra debug info in case of error 2024-01-22 00:11:34 +11:00
drojf
68f8bdd9ae Update otherlang charset and add python script for extract characters
rei: 凸
hou: ▲ and ▼
Note: there is already a swift script, but this rudimentary python script should be good enough
The missing 凸 was reported in https://github.com/07th-mod/higurashi-rei/issues/22
2024-01-14 19:08:04 +11:00
drojf
526acf5fe7 Add missing Rei title image for translators 2023-12-07 20:14:32 +11:00
drojf
a336dc22d6 Add instructions on dumping textures and how to use dumped textures 2023-12-06 20:50:47 +11:00
drojf
5f8f7118aa Add missing Rei assets for translators 2023-12-06 20:32:43 +11:00
drojf
835b96b78b Check python can be called correctly from rust, and add missing check 2023-12-06 20:32:41 +11:00
drojf
ee813ef952 Add check that 7zip is 64 bit
- To use dictionary sizes above 128mb, need 64-bit 7zip
2023-12-06 20:32:39 +11:00
drojf
15f5fd34e0 Allow 7z or 7za 2023-12-06 20:32:36 +11:00
Daniel Wong
5adde5b725 Fix python 3.11 warning showing on Python 3.10.X 2023-07-14 20:23:24 +10:00
Daniel Wong
a8d7b4b710 Change arg to disable translation, rather than to have no effect
- translation output is enabled by default
2023-07-14 20:22:31 +10:00
Daniel Wong
a91dac2a3c Add script for merging multiple text-edits together 2023-07-14 20:10:39 +10:00
Daniel Wong
0306beb4b5 Fix double exception if discriminator provided when it is not needed 2023-07-14 20:04:24 +10:00
Daniel Wong
d7ab0edcb7 Update old compileall.sh to remove unused sharedassets configurations 2023-07-09 20:09:38 +10:00
Daniel Wong
5f40393706 Remove unused Ch.8 Matsuribayashi sharedassets variant
- I re-tested the "GOG Linux" mod with the normal linux sharedassets and it works, so the special variant is not is not required.
 - I think this is because we upgrade the GOG/MG Linux variant anyway, which means no special sharedassets is required (maybe it was required in the past, but not now)
 - If there are still issues, we should fix it by upgrading the variant, rather than creating new sharedassets
 - See https://github.com/07th-mod/ui-editing-scripts/issues/16
 - See https://github.com/orian34/matsuribayashi/issues/9
 - See https://github.com/07th-mod/python-patcher/issues/128
2023-07-09 19:29:22 +10:00
Daniel Wong
8f3128ff86 Add note about Unix/MacOS sharedassets compatability 2023-07-09 12:03:34 +10:00
Daniel Wong
0c38307256 Rpevent running script on python 2.7, add warning on python 3.11 2023-07-09 12:00:57 +10:00
Daniel Wong
e774623eb7 Update docs to match new translation output behavior - See #12 2023-03-18 12:24:55 +11:00
Daniel Wong
f6d4e2e0b3 Output translation archive from CI, see #12 2023-03-18 11:52:27 +11:00
Daniel Wong
a0e717d80a Update Readme.md 2023-01-04 16:36:03 +11:00
Daniel Wong
46e911e58a Add option for installer translation output format 2023-01-03 12:46:11 +11:00
Daniel Wong
a9ef5f3e44 Use class instead of string for BuildVariants 2023-01-03 10:52:28 +11:00
Daniel Wong
cbaf2787f8 Add proper fonts for rei
- Generated using new Rei font instructions
 - Font Size: 26pt
 - Used font file PTSans+MS-PGothic.ttf
 - Used SDF32
 - See https://github.com/07th-mod/higurashi-rei/issues/5#issuecomment-1364560588
2022-12-25 09:07:33 +11:00
Daniel Wong
76f8292d36 Bump inflector version 2022-11-05 12:25:16 +11:00
TellowKrinkle
26122b8cfa Add support for extracting a specific character's dialogue 2022-10-09 23:41:54 -05:00
drojf
63a441a544 Update Readme.md 2022-09-12 19:09:48 +10:00
drojf
87bfdf0080 Revert "Add Higurashi Rei Mac to buiild scripts"
This reverts commit 50cd943279.
2022-09-12 15:05:39 +10:00
drojf
9ca557ee34 Update documentation link 2022-09-12 12:37:31 +10:00
drojf
50cd943279 Add Higurashi Rei Mac to buiild scripts 2022-09-11 22:54:09 +10:00
drojf
98cb606280 ignore lastModified.json file 2022-09-11 22:24:19 +10:00
drojf
44079366a6 Fix checksum specific sharedassets using assets from wrong folder 2022-09-11 22:20:21 +10:00
drojf
1eb4d12c48 Update readme.md 2022-08-28 13:28:12 +10:00
drojf
628037f2e5 Add rei 2019.4.4 to build scripts 2022-08-21 14:20:52 +10:00
drojf
b22040eae0 Automatically re-download changed files 2022-08-21 14:20:33 +10:00
drojf
819817cc4e Add github actions build and easy build script 2022-08-06 15:34:06 +10:00