MTrop / DoomTools

Doom-related tools for Java. Home of DECOHack and lots of other utilities. Build WAD projects (and soon, other kinds) with ease!
https://mtrop.github.io/DoomTools/
MIT License
46 stars 5 forks source link

[WTEXport] WTEXport does not like texture names with brackets "[". #96

Closed MTrop closed 1 year ago

MTrop commented 1 year ago

What it says on the tin. Says they're invalid. Might be coming from DoomStruct.

Maybe WTEXport should just be more lenient?

MTrop commented 1 year ago

It's coming from DoomStruct. The bigger problem is there is no consensus on what characters are valid in a texture name (or entries, for that matter). Had to infer from wikis.

Might just need to treat input as gospel - it'll either be found or not found, in the end.

MTrop commented 1 year ago

Fixed in commit 5919146a136bd489912fd51bfe207619dba04ec4