This project ports the English translation of Never7 - the end of infinity VN to PSP.
Credits for English translation go to TLWiki team (now defunct) and malucart
Scenes: Translated, but text overflows the text box in a few places. (Move the text box up a bit in game settings)
Shortcuts (init.bin): Translated.
TIPS (init.bin): Translated.
Names (init.bin): Translated.
Menus (BOOT.BIN): Translated. HOME menu - Translated.
Font (FONT00.FOP): Tweaked for English text, reduced spacing. EN glyphs are brightened and sharpened.
This project is a bunch of scripts and programs in bash, python and C. Python and C programs unpack and repack game resources, decode text, fonts etc. Shell scripts automate the process of applying the translation. They should should work both on macos and linux.
For the full run
-
Put the Never7 iso at
iso/Never7-jap.iso
-
Run
./release.sh
-
Result iso will be at
iso/n7-repacked.iso
./generate-patch.sh
can be used to generate an xdelta3 diff file.
For further details, read the content of shell scripts (and other source files).
The following tools should be available in your PATH:
7z mkisofs gcc python3
-
mkisofs
is a part ofcdrtools
package - google it. -
Brew command for macos to install dependencies:
brew install p7zip cdrtools python3
. -
Last tested to be working with python 3.12, will likely work with later versions too.