-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Feature Request]: Dump audio, models #12105
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
Comments
I don't know about the audio side of things, but as for 3D models it would be extremely, extremely difficult. You'd need to write custom tools for each game. |
@Mrlinkwii not exactly, no. It'd work, as I mentioned in my initial post, just like textures: when the emulator loads any texture of any sort, it gets dumped to the disk. Ideally audio dumping would work the same way. |
There's a fork that actually implements a sort of prototype for 3D Screenshot: feature/3d-screenshot/ However, there seems to exist a tool that fixes the stretched models: PCSX2ModelConverter Luckily the source code has been included along with the tool, so maybe it's possible to implement 3D Screenshots along with whatever PCSX2ModelConverter does to fix the models? |
For model dumping, it's better left as a fork. As stated by chaoticgd, a general model dumping solution isn't going to be feasible, definitely not for us anyways, where we woulds see issue reports left and right about how it doesn't work for $GAME. I am also not too familiar with the audio side of things. I think someone with enough time could make something work. |
Description
Since we're already able to dump textures & mipmaps, I was wondering if we could also dump audio clips and files in the same vein (writing them to disk when they're first loaded by the game). I can give audio dumping a shot, if someone can point me to the right direction. Would be even nicer if we could "hot-replace" audio clips the same way we can replace textures.
Reason
Texture dumping is a good first step to create skin mods or green screen backgrounds for video clip edits, but it would be nice if we could extract more assets from the games.
Examples
The audio / model dump would work similarly to the current texture dump implementation: while the toggle is enabled, whenever the emulator reads an audio file from the iso, it can write it to disk in mp3 format.
The text was updated successfully, but these errors were encountered: