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

Merging folders with the same name #28

Closed
ViToTiV opened this issue Mar 22, 2022 · 4 comments
Closed

Merging folders with the same name #28

ViToTiV opened this issue Mar 22, 2022 · 4 comments

Comments

@ViToTiV
Copy link

ViToTiV commented Mar 22, 2022

XML structure for example:

<dir name="ANI">
	<dir name="PAL">
		<file name="RMPBASE.PSX" source="ANI/PAL/RMPBASE.PSX" type="data"/>
		<file name="VRMBASE.PSX" source="ANI/PAL/VRMBASE.PSX" type="data"/>
	</dir>
</dir>
<dir name="PAL">
	<file name="BRIEFIN1.PSR" source="PAL/BRIEFIN1.PSR" type="data"/>
	<file name="BRIEFIN2.PSR" source="PAL/BRIEFIN2.PSR" type="data"/>
</dir>

In result image directories "PAL" is merged in "ANI/PAL/" path, and not exist in "PAL/" path

@Lameguy64
Copy link
Owner

Well I couldn't recreate this bug myself. What version of mkpsxiso are you using exactly?

@ViToTiV
Copy link
Author

ViToTiV commented Mar 25, 2022

On the example of the game "London Racer (Europe)" from redump:
Original files structure
Structure after rebuild
What I did (with last version 2.01):

1. dumpsxiso.exe -s "London Racer (Europe).xml" "London Racer (Europe).bin"
2. mkpsxiso.exe "London Racer (Europe).xml"

All subfolders "U" is merged to first one (DATA\U)
And this is not only with this game, but with any game where there are the same folder names in subfolders

@CookiePLMonster
Copy link
Collaborator

CookiePLMonster commented Apr 3, 2022

We have this fixed in a fork, yet to be upstreamed (again): CookiePLMonster@9b84455

@CookiePLMonster
Copy link
Collaborator

This is long fixed.

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

3 participants