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 option to skip having assets with #[number here] when exporting assets by full container path (with name) #34

Open
AraHaan opened this issue Apr 13, 2024 · 2 comments

Comments

@AraHaan
Copy link

AraHaan commented Apr 13, 2024

I would like the ability to not have assets with #[some number here] in the filenames of the exported assets. This is making it harder to mod a specific game that supports loading mods but expects one to export some of the assets on it.

My settings (for version v0.17.4.0):
image

@aelurum
Copy link
Owner

aelurum commented Apr 13, 2024

Yeah, it's already planned.
But what do you expect in that case? Overwriting existing files or just skipping the export of existing files?

Also, if you select exporting assets with pathID in the names (in v0.18.0), there will be no #uniq_id in the names.
And already existing files will be skipped during export.

@AraHaan
Copy link
Author

AraHaan commented Apr 16, 2024

Yeah, it's already planned. But what do you expect in that case? Overwriting existing files or just skipping the export of existing files?

Also, if you select exporting assets with pathID in the names (in v0.18.0), there will be no #uniq_id in the names. And already existing files will be skipped during export.

in this case if the change to the file is smaller or say is exactly the same then skip, otherwise overwrite if the size of say an image file is bigger. By size I mean in pixels.

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