https://github.com/snipem/eccojr_translation
Ecco Jr. (Mega Drive) Translation Project
https://github.com/snipem/eccojr_translation
ecco-the-dolphin romhack translation
Last synced: 11 months ago
JSON representation
Ecco Jr. (Mega Drive) Translation Project
- Host: GitHub
- URL: https://github.com/snipem/eccojr_translation
- Owner: snipem
- Created: 2024-03-26T14:34:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T09:48:50.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T00:13:12.424Z (11 months ago)
- Topics: ecco-the-dolphin, romhack, translation
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecco Jr. Translation Project

This fan projects provides a German translation for [Ecco Jr.](https://en.wikipedia.org/wiki/Ecco_Jr.) for the SEGA Mega Drive.
## Info about translation
* Has to have same number of newlines as original string
* Has to have same length as original string
## How to Build
1. Use `make patch` to create the patch
2. This will download dependencies and will do the actual patching:
1. `write.py` writes language tables to a file. We defined the offset of the ASCII encoded text from the original game.
2. `enrich.py` takes the content from `strings_de.txt` and enriches it into the language table at `texts.json`
3. `write.py` reads the content from the enriched language table and writes it back to rom at the given offsets
3. An IPS patch will be created
## Rights
This fan project is not connected to SEGA. All rights belong to their respective owners.