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
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