You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the other end, I was having the texture list contain textures named texture_group/00001111.png which looks truncated to me. I am not sure but I think the UV data was messed up too.
I was trying to confirm this issue is in libmap, the middle ware libs appears to directly pass-through map_data_get_textures so I think it must be.
I would have liked to offer a patch, Sorry, I didin't see an obvious way to add a test case to this project or an obvious build entry point to further diagnose so I would want to get some blessed suggestions first.
I had the artist "fixup" their new textures by applying this bash oneliner
and then go back through their map files and re-apply textures. They were pretty grumpy about that.
But it worked, so I'm reporting back that quoted texture names seem to break if they contain white space in libmap when they don't in the os or trench boom.
(unrelated) note, the artist also had file names like foo....png (with a crude three-period ellipsis because of file name length limits elsewhere), pretty sure these were breaking qodot's name formatted but that might have been fine if the file names weren't getting truncated here first.
Thanks for the report, aside from this hurdle, everyone was very positive about qodot!
The text was updated successfully, but these errors were encountered:
I had an artist using trenchboom generated
map
file, using textures with spaces and dashes.ex
00001111 AAAA - 2222 - My Name Is.png
On the other end, I was having the texture list contain textures named
texture_group/00001111.png
which looks truncated to me. I am not sure but I think the UV data was messed up too.I was trying to confirm this issue is in libmap, the middle ware libs appears to directly pass-through
map_data_get_textures
so I think it must be.I would have liked to offer a patch, Sorry, I didin't see an obvious way to add a test case to this project or an obvious build entry point to further diagnose so I would want to get some blessed suggestions first.
I had the artist "fixup" their new textures by applying this bash oneliner
and then go back through their map files and re-apply textures. They were pretty grumpy about that.
But it worked, so I'm reporting back that quoted texture names seem to break if they contain white space in libmap when they don't in the os or trench boom.
(unrelated) note, the artist also had file names like
foo....png
(with a crude three-period ellipsis because of file name length limits elsewhere), pretty sure these were breaking qodot's name formatted but that might have been fine if the file names weren't getting truncated here first.Thanks for the report, aside from this hurdle, everyone was very positive about qodot!
The text was updated successfully, but these errors were encountered: