Cosetto
Cosetto
I forgot to mention the line breaker symbol is \n
The opcode for ver0 of [this python code](https://github.com/mchubby-3rdparty/Bgi_script_tools/blob/c26728315aecd9716fe1501aedad9407259dd991/bgi_config.py#L5-L20) works, so you can get the opcode from it
Can you also implement .qdb along with it too? It's a part of Catsystem2 and contains text such like this  My friend said it uses utf-8 and he gave...
``` import zlib with open('tips_en.qdb', 'rb') as fs: stm = fs.read() with open('tips_en_decompressed.qdb', 'wb') as fs: fs.write(zlib.decompress(stm[12:])) ``` This code should help decompress the qdb file
@Todaymayfly Is it possible to add support to encode this xtx of Iwaihime? [xtx.zip](https://github.com/YuriSizuku/GalgameReverse/files/15441532/xtx.zip) We can view the image with GARbro after decoding the files.  It's the second type...
Close as fixed
Could you also check this [game](https://vndb.org/v32745). I think the game is encrypted so the tool gave me **Found invalid data while decoding.** when I extracted the config and vntextpatch can't...
Hey there, you have the same error like me in issue 2 because the scripts are not encrypted, they are just "unicode string", so please report this to [vntextpatch's issue](https://github.com/arcusmaximus/VNTranslationTools)
I wish I know how to. Anyways, you should make a issue in vntextpatch's repos
> > @guranu [data02999.arc](https://1drv.ms/u/s!Am4dgr-LCPwjwWqrughKAIRpeXOw?e=j0Oxi7) > > @Chenx221 nope still gives me an error  Dude just use GARbro.GUI.exe