SnowyMouse / invader

Free toolkit for Halo: Combat Evolved for creating maps and assets
https://invader.opencarnage.net
Other
57 stars 10 forks source link

[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 3 years ago

Aerocatia commented 3 years ago

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 commented 3 years ago

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