Skip to content

bibarub/N7-psp-english

 
 

Repository files navigation

This project ports the English translation of Never7 - the end of infinity VN to PSP.

Useful Links

Patch Downloads

Thread on Gbatemp.net

All endings flowchart

Credits for English translation go to TLWiki team (now defunct) and malucart

Current status

Scenes: Translated, but text overflows the text box in a few places. (Move the text box up a bit in game settings)
Append Scenarios: Yuka Cure and Okuhiko Cure are translated. Everything else has the original text, but English names.
Shortcuts (init.bin): Names are translated. Descriptions are not translated.
TIPS (init.bin): Fully translated.
Names (init.bin): Fully translated.
Menus (BOOT.BIN): Fully translated.
HOME menu (BOOT.BIN): Fully translated.
Settings (BOOT.BIN): Mostly translated. Help messages are not translated.
Font (FONT00.FOP): Tweaked for English text, reduced spacing. EN glyphs are brightened and sharpened.

For Developers

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

  1. Put the Never7 iso at iso/Never7-jap.iso

  2. Run ./release.sh

  3. 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).

Dependencies:

The following tools should be available in your PATH:

7z mkisofs gcc python3 xdelta3

  • mkisofs is a part of cdrtools 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.

About

Localization of the mystery novel Never7 on PSP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 83.6%
  • C 10.3%
  • Shell 4.9%
  • Assembly 1.2%