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

Add asset dumper and filemap for extracting them #73

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PhoenixBound
Copy link
Contributor

It dumps assets (basically everything in the Big Combined Data Blob) from the ROM.

This version of the dumper is slow. It also touches the filesystem more than it needs to and leaves temp files that can interfere with the build if the timestamps line up perfectly. But, this has been laying on GitHub for nearly a year and I haven't worked on it, so I at least want to get it in the repo. (Thanks for asking about it, Pidgey, I thought I created a PR a while ago.)

This dumper is edited from extract-phoenix_data in Missingmew/phoenixtools. Credits go to him and the original author.

This version of the dumper is slow. It also touches the filesystem
more than it needs to and leaves temp files that can interfere with
the build if the timestamps line up perfectly.
I'm working on it, I swear...

This dumper is edited from extract-phoenix_data in
Missingmew/phoenixtools. Credits go to him and the original author.
@hatoving
Copy link

hatoving commented Sep 3, 2022

Hey, I can't seem to properly dump the files. gsdump keeps telling me Permission denied.
I've tried changing the files around, my permissions, everything I could think of.
Any help would be appreciated!

image

@PhoenixBound
Copy link
Contributor Author

gbagfx-path is supposed to be a path to a gbagfx executable, not a directory. tools/gsdump/gsdump baserom.gba pwaa1.filemap tools/gbagfx/gbagfx worked for me from the root of the repository just now.

@hatoving
Copy link

hatoving commented Sep 3, 2022

Oooooh. I thought it was the output path lmfao
Thanks!

@hatoving
Copy link

hatoving commented Sep 3, 2022

Me again, it def. got further this time, though it still can't convert them correctly.

image

@hatoving
Copy link

hatoving commented Sep 3, 2022

Never mind, just got it to work. Thank you!

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

Successfully merging this pull request may close these issues.

2 participants