#How to I export edited textures to be usable in game?
8 messages · Page 1 of 1 (latest)
what tool are you using
just using photoshop to export the texture as a dds
exporting as bc7 i assume
bc7 support in gfd studio is an experimental pull request right now
you can use bc1/dxt1 with highest quality compression setting
or if you know how, replace the dds with 010 editor
got it working. thank you