Commit Graph

203 Commits

Author SHA1 Message Date
drojf
00c0877d85 Add Hou+ UI Text Edits for Translators 2024-07-27 00:00:30 +10:00
drojf
ee00947557 Fix error if ui-compiler already exists and add message when removing old vanilla folder 2024-07-26 23:54:52 +10:00
drojf
c8d918147a Migrate download links to Github 2024-07-26 23:47:39 +10:00
drojf
4444a08443 Print out the font source files when using TMPAssetConverter.py 2024-05-16 22:01:01 +10:00
drojf
6210077d71 Add workaround for "Access Denied" error on meakashi when trying to remove temp files
- For some reason you get an "Accees Denied" when trying to delete individual files, only when when compiling Meakashi. Also, deleting manually via file explorer has no issue, it's only when you try to remove a file from the rust program
 - Instead of removing all temp files besides the .assets file, we now archive only the .assets file via 7z and leave the temp files alone
 - Temp files are cleaned up the next time the script runs (so we don't accidentally reuse them)
 - For some reason removing the entire folder when the program is first called works, perhaps because file locks are released when the rust program finishes.
2024-05-13 20:11:08 +10:00
drojf
c36d671cd4 Use proper Hou+ PTSans font with drop shadow 2024-03-23 12:41:54 +11:00
drojf
56762b6298 Add some default drop-shadow to rei font (to be fined tuned in DLL) 2024-03-23 09:34:28 +11:00
drojf
d7f50f1460 Update font notes 2024-02-29 00:51:04 +11:00
drojf
eee324d4ec Upgrade Rust Edition to 2021 (was 2015) 2024-02-28 19:18:35 +11:00
drojf
62d160a30e Use PTSans font for Rei to match previous chapters
- The last commit used 'DejaVuSans+MS-PGothic.ttf'
 - The correct font is 'PTSans+MS-PGothic.ttf'
 - 'PTSans+MS-PGothic.ttf' Does not support all
2024-02-28 19:13:00 +11:00
drojf
159138ce0f Support ignoring files/folders and show error message for subdirs
- Previously subdirs were not supported and would cause an 'access denied' error
2024-02-28 19:11:27 +11:00
drojf
547e17e506 Use high res font supporting extra chars 凹 凸
- See https://github.com/07th-mod/higurashi-rei/issues/22
 - See https://github.com/07th-mod/higurashi-rei/issues/5 for previous font efforts
2024-02-25 17:07:23 +11:00
drojf
9f74455e2a Delete large files, replace with download link
- These will take up space in the repo though...
2024-02-13 16:29:22 +11:00
drojf
c7fa1e4976 Use 7000 char list for ZH instead of 3500 2024-02-13 15:35:43 +11:00
drojf
7c54d170ae Add fixed Rei font material for 4K font 2024-02-11 19:08:05 +11:00
drojf
781ec5160f Rename Rei 'files' folder to 'files-rei' instead of 'files-2019.4' 2024-02-11 19:07:50 +11:00
drojf
05552955f9 Add chinese fonts, charset, readme 2024-02-11 18:24:38 +11:00
drojf
f688825974 Add tips prefab for Rei (just for the buttons)
- Same fix as 8c9579ac6c
2024-02-11 15:51:51 +11:00
drojf
314c01095f Fix merge script, add 凹 to otherlang 2024-02-11 15:25:54 +11:00
drojf
f9057f64ad Download 7zip automatically if not found 2024-02-05 20:39:54 +11:00
drojf
8c9579ac6c Add tips prefab for hou (just for the buttons) 2024-02-04 20:50:40 +11:00
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