Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

[Request] Help re-inserting translation back to game

NoveiaVonGeorgia

セキ
Distinguished
上級乙女
Aug 31, 2014
156
124
Title: 黒と金の開かない鍵。
Aliases: Kuro to Kin no Akanai Kagi
VNDB: https://vndb.org/v4106
Developer: little cheese
Release Date: 2010-12-04
Game Engine: little cheese
Download: https://mega.nz/folder/qY0xQKAa#AKugGOtQpMqqgzDgtpZwMw

Request:
I am requesting a programmer/hacker for reinserting long english translated lines to the game without crashing
Notes:
Hello, my team has completed translation of https://vndb.org/v4106
Unfortunately the tool that were currently using can only re-insert text if it matches the same amount of characters/byte as the original JP string, so the original translation had to be chopped and in the end it looses a lot of context.
We're seeking help for a programmer/hacker that can help us re-insert all uncut translations in the game.
The game engine is using littlecheese engine, and while garbro can decompile blackgold.scb because it has ARCG headers, it cannot recompile it back that it allows longer string replacements.
Attached is blackgold.scb which contains all script files
 

Attachments

Last edited:
  • Like
Reactions: Otoge lover
Check message in ETC server
1767935980355.png
 
  • Love
Reactions: NoveiaVonGeorgia
I can't help with this engine sadly but OMG!!!! I've always wanted to play this game in English ever since I watched the ova! Good luck with coding the translation and thank you for all of your and your teams effort!
 
  • Love
Reactions: NoveiaVonGeorgia
Use SExtractor
1767980857663.png


Copy the json from org to trans

1767980911028.png


The line breaker is "x00[\x01-\xFF]\x09"

Image



\x01-\xFF is the length of next sentence

It also includes the bytes of next line breaker
Image


Image


And also the separate bytes x00\x02\x0A

Image



Wait for the owner of SExtractor to answer. He'll fix the word-wrap logic
https://github.com/satan53x/SExtractor/issues/161

Excerpt for conveience
 
  • Love
Reactions: NoveiaVonGeorgia