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

[invader-resource] Input paths without extension will always be checked for font/unicode_string_list/hud_message_text even when making bitmaps and sounds resource files. #196

Open
Aerocatia opened this issue Feb 6, 2021 · 1 comment
Labels
invader-resource This has to do with invader-resource

Comments

@Aerocatia
Copy link
Collaborator

Currently it is required that input lists for making loc.map contain no extensions, and the correct tags will be checked for in order.
It turns out that if your input lists for bitmaps.map and sounds.map contain no extensions and you pass -T sounds, invader-resource will still look for font/unicode_string_list/hud_message_text tags when creating those files.

What if it was changed to just use extensions in the input anyway for loc, like bitmaps and sounds?

@Aerocatia Aerocatia added the invader-resource This has to do with invader-resource label Feb 6, 2021
@Aerocatia
Copy link
Collaborator Author

There are also issues with / and \ in the lists, only \ is supported while / causes odd inconstant breakage.

@SnowyMouse SnowyMouse added this to the Complete Editing Kit milestone Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invader-resource This has to do with invader-resource
Projects
None yet
Development

No branches or pull requests

2 participants