Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PSV] [RGBA8_SW] [ご注文はうさぎですか wonderful party] Blue filter on images #95

Closed
MrShiruba opened this issue Dec 6, 2022 · 4 comments

Comments

@MrShiruba
Copy link

MrShiruba commented Dec 6, 2022

Game affected : ご注文はうさぎですか wonderful party
Platform : PS Vita, 2016

I was interested in the voice clips from the game but out of curiosity I attempted to extract the images / graphics of the game. I came across https://github.com/UlyssesWu/FreeMote/issues/40. So I looked for the key which was in the eboot.bin of the game and is : a23e898ef1032.
On the command prompt I then did PsbDecompile.exe info-psb -k a23e898ef1032 image_info.psb.m -l 131 -a and suceeded in extracting the file. The problem is there is some weird blue filter on the images. Upon extracting the voices (PsbDecompile.exe info-psb -k a23e898ef1032 voice_info.psb.m -l 131 -a) I got normal .wav audio so I don't know if the problem is the command or the file. Below is a comparison :

Left is how she normally looks and right is how the extracted files look like :
image cocoa_blue

Download link for image_body.bin and image_info.psb.m : here

@UlyssesWu UlyssesWu self-assigned this Dec 7, 2022
@UlyssesWu UlyssesWu added this to the v4.0 milestone Dec 7, 2022
@UlyssesWu UlyssesWu added the bug label Dec 7, 2022
@UlyssesWu
Copy link
Owner

@UlyssesWu UlyssesWu changed the title [Question] [ご注文はうさぎですか wonderful party] Blue filter on images [PSV] [RGBA8_SW] [ご注文はうさぎですか wonderful party] Blue filter on images Dec 7, 2022
@MrShiruba
Copy link
Author

Thanks!
If anyone is interested the command is still the same : PsbDecompile.exe info-psb -k a23e898ef1032 <file.psb.m> -l 131 -a

@MrShiruba
Copy link
Author

@guranu Look here : https://zenhax.com/viewtopic.php?t=7898
It's in eboot.bin just before "script/.script_info.psb.m". Open eboot.bin with an hex editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@UlyssesWu @MrShiruba and others