Cosetto

Results 122 comments of 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 ![image](https://user-images.githubusercontent.com/81801486/185925811-615dd92f-0175-4f97-bdef-1d3417f96d4b.png) 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. ![image](https://github.com/YuriSizuku/GalgameReverse/assets/81801486/4fc64ede-3d2a-4dce-bd71-19ae1cfa2f03) It's the second type...

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 ![Screenshot_20230204-125431_1](https://user-images.githubusercontent.com/103632948/216760765-54a73140-1a85-41d2-90ce-2f1f880ff311.jpg) Dude just use GARbro.GUI.exe