NoonLeu

Results 3 comments of NoonLeu

#59 #59 //通过使用wstring和wcout来实现中日韩字符在Windows的console下正确输出 void sub_process(std::string dir) { std::wstring wdir; wdir.resize(("decode:"+dir).size()); int newSize = MultiByteToWideChar( CP_UTF8, 0, ("decode:"+dir).c_str(), static_cast(("decode:"+dir).length()), const_cast(wdir.c_str()), static_cast(wdir.size())); wdir.resize(newSize); std::wcout.imbue(std::locale("chs"));//wcout需要设置为“chs”字符集才能输出正确的字符 std::wcout

I wonder how to extract the voice file in this game ガマンができない童貞兄キと、スナオになれない反抗妹.Is there anybody successded in extracting the voice file?can you please tell me how to extracting voice files in...

> @Chenx221 @Entangled-Cable It's hard to extract Wamsoft's krkr, read [this](https://github.com/morkt/GARbro/issues/547#issuecomment-1195242722) from issue 547. The only way now is to use the krkrzextract above or [krkrdump](https://github.com/crskycode/KrkrDump) or [kirikiritool](https://github.com/arcusmaximus/KirikiriTools) so,Can krkrzextract...