I'm not making this as a duplicate topic, I just want to ask my question here, too, so that maybe someone can help me.
Half Minute Hero just came out on PC, and I thought I'd translate the game. I went through the files (which are stored in appropriately named folders), and found out that the text files are in the cscv folders. They are .dct files.
A guy, namely WRS helped me a bit in extracting the file's contents, but his script gave me an error, and it only cut off the beginning of the file, not extracting text from it. Here is his script:
Code: Select all
get size asize
do
getdstring name 24
getdstring ext 4
get size long
savepos pos
string fname f= "%s.%s" name ext
log fname pos size
math pos += size
goto pos
while pos < sizeIs it possible to extract the text from the files, write whatever I want to, then import them back in?
I can provide you the first stage's file, which is roughly 519 kbyte, IF I can upload and post it here, that is.
