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

Batch Convert Dreamcast Games to .GDI #24

Open
cleberjorge opened this issue Jan 31, 2023 · 1 comment
Open

Batch Convert Dreamcast Games to .GDI #24

cleberjorge opened this issue Jan 31, 2023 · 1 comment

Comments

@cleberjorge
Copy link

cleberjorge commented Jan 31, 2023

Suggested improvements for the program when converting Dreamcast CHD games to GDI.

To perform a perfect extraction of Dreamcast games, the ideal is to rename the .chd games to track.chd

Example:
"Crazy Taxi.chd" to "track.chd"

By doing this, the game will extract the correct information to the .gdi

Example: (Open .gdi with NotePad++)
track.gdi
3
1 0 4 2352 track01.bin 0
2 450 0 2352 track02.raw 0
3 45000 4 2352 track03.bin 0

Once that's done, just rename the .gdi file to the game's original name "Crazy Taxi.gdi"

The namDHC program is limited when you want to batch convert multiple games, because the names of the games are the same.

My suggestion is to put an option in the program to carry out this conversion by keeping the games in their source folders
Example:
../Crazy Taxi/track.chd
../Crazy Taxi/track.gdi

../Crazy Taxi 2/track.chd
../Crazy Taxi 2/track.gdi

I hope this information and improvement tip is useful.
Thanks

@umageddon
Copy link
Owner

Ill look into it. Thanks for heads up.

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

No branches or pull requests

2 participants