Kerisa / ExtractGames

70 stars 16 forks source link

Can add support kirikiri game "Ore no Osananajimi ga Ero" #3

Open sum2012 opened 1 year ago

sum2012 commented 1 year ago

https://vndb.org/r107356

loader_d.exe GAME.EXE --passive

After pop up 1 Pressed,Then error 2

Kerisa commented 1 year ago

I tried the game, you can extract resources by specifying the xp3 files instead of using passive mode.

sum2012 commented 1 year ago

loader_d.exe GAME.EXE data.xp3 Same result . I am using windows 7

Kerisa commented 1 year ago

Try this v1.0.1

sum2012 commented 1 year ago

Thanks,it worked

sum2012 commented 1 year ago

The dumped text is not work,for example Menus.tjs Japanese,UTF-8 not work 1

Kerisa commented 1 year ago

Use the DecryptText.exe from v1.0.2 to decrypt the script

sum2012 commented 1 year ago

I am now using Windows 11. Some text still do not correctly decrypt 1 2

Kerisa commented 1 year ago

This is encoded in UTF-16 LE, you can try another text editor like notepad2 or vscode image

sum2012 commented 1 year ago

Thanks, can you add parameter of loader.exe so that it auto decrypt the script ?

Kerisa commented 1 year ago

Sure, will add it once I have time. For now, you can use the for command in cmd to batch decode these scripts.