All Projects → dreambottle → R11-psp-english

dreambottle / R11-psp-english

Licence: other
Localization of the mystery novel Remember11 on PSP

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
assembly
5116 projects

Projects that are alternatives of or similar to R11-psp-english

WA2EnglishPatch
White Album 2 English Patch Installer
Stars: ✭ 40 (+42.86%)
Mutual labels:  patch, english-translation
PSXPackager
A utility to convert Playstation disc images in various formats to PBP format and back
Stars: ✭ 67 (+139.29%)
Mutual labels:  iso, psp
Learn-to-program-with-C AR
ترجمة لدرس تعلّم البرمجة بلغة السي الخاص بموقع OpenClassrooms
Stars: ✭ 51 (+82.14%)
Mutual labels:  translation
MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (+10.71%)
Mutual labels:  patch
patch-ruby
Patch's Ruby client library - https://www.patch.io
Stars: ✭ 50 (+78.57%)
Mutual labels:  patch
potools
Tools for working with translations in R
Stars: ✭ 42 (+50%)
Mutual labels:  translation
validator
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
Stars: ✭ 9,721 (+34617.86%)
Mutual labels:  translation
flutter-internationalization
Flutter Internationalization by Using JSON Files
Stars: ✭ 18 (-35.71%)
Mutual labels:  translation
rust-book-fr
🇫🇷 French translation of the book "The Rust Programming Language"
Stars: ✭ 89 (+217.86%)
Mutual labels:  translation
BruteSploit
BruteSploit is a collection of method for automated Generate, Bruteforce and Manipulation wordlist with interactive shell. That can be used during a penetration test to enumerate and maybe can be used in CTF for manipulation,combine,transform and permutation some words or file text :p
Stars: ✭ 26 (-7.14%)
Mutual labels:  translation
2119
RFC 2119 interpretations in other languages
Stars: ✭ 14 (-50%)
Mutual labels:  translation
TET
TET- Trans Euro Trail - Public Files
Stars: ✭ 27 (-3.57%)
Mutual labels:  translation
Thirukkural-English-Translation-Dataset
Thirukural in English
Stars: ✭ 12 (-57.14%)
Mutual labels:  translation
dotnet-version-cli
dotnet version cli (similar to npm version cli)
Stars: ✭ 30 (+7.14%)
Mutual labels:  patch
article-transfer-rs
rust/php-src article translate
Stars: ✭ 19 (-32.14%)
Mutual labels:  translation
duolingo-solution-viewer
A browser extension providing access to the lists of solutions to the translation / listening challenges on Duolingo, and restoring the correction of typos for listening challenges.
Stars: ✭ 31 (+10.71%)
Mutual labels:  translation
lua-player-plus
Multiplatform Lua interpreter (PSP/PSP Go version)
Stars: ✭ 17 (-39.29%)
Mutual labels:  psp
blazor-ui-messages
Localization messages for Telerik UI for Blazor components: https://www.telerik.com/blazor-ui
Stars: ✭ 24 (-14.29%)
Mutual labels:  translation
google-java-style-guide-zh cn
📖【译】Google Java 编程风格指南
Stars: ✭ 70 (+150%)
Mutual labels:  translation
loco-php-sdk
Loco SDK for PHP including REST API client
Stars: ✭ 12 (-57.14%)
Mutual labels:  translation

This project ports the English translation of Remember 11 - the age of infinity VN to PSP.

Now also includes the Simplified Chinese translation.

Useful Links

Patch Downloads

Chinese release

Thread on Gbatemp.net

Remember11 Explained - explanation and analysis of the game mysteries, also has a full walkthrough chart.

Remember11 links on Wikia - contains other useful links

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

Current status

Scenes: Translated, but text overflows the text box in some places. (Move the text box up a bit in game settings)
Shortcuts (init.bin): Translated
TIPS (init.bin): Translated. Starting from version 2, crashes are fixed.
Names (init.bin): Translated
Chronology (init.bin): Not translated in English. Translated in Chinese.
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 Remember11 iso at iso/Remember11-jap.iso

  2. Run ./make.sh

  3. Result iso will be at iso/remember11-repacked.iso

./generate-patches.sh can be used to generate xdelta3 diff files.

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.8, likely works with later versions too.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].