Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
300 stars 52 forks source link

Support dds/ prefix for dds images. #128

Open Clyybber opened 1 year ago

Clyybber commented 1 year ago

This PR ports over the changes outlined in https://netradiant.gitlab.io/post/2021-11-08-dds-prefix/.

Garux commented 1 year ago

I'm very sorry, but i highly dislike idea of adding this hack, as it's intrusive and adding ambiguity. I think better place for this is engine, which can additionally lookup .dds in regular path w/o dds/ Let's postpone this until many requests will appear and/or smoother implementation will come in mind.

Clyybber commented 1 year ago

Fair enough, I'd prefer if the implementation was a bit cleaner/more self contained too.