Skip to content

Localization of the mystery novel Never7 on PSP

Notifications You must be signed in to change notification settings

malucard/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)
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.

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

  • 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

Releases

No releases published

Packages

No packages published

Languages

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