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] inconsistent path separator behavior throughout various tools. #209

Open Aerocatia opened 3 years ago

Aerocatia commented 3 years ago

When running on Linux, various invader tools will fail if you give them a tag path that uses windows path separators. This is not too unreasonable since the game natively uses these internally.

Ideally invader should abstract this away from the user and support both types of paths separators for tag paths and convert them to the correct format as needed.

Aerocatia commented 3 years ago

Also related is issue #129