awaytools / awd-sdk

10 stars 8 forks source link

C++ SDK Request #4

Open bboltz opened 10 years ago

bboltz commented 10 years ago

I have a small issue when textures are embedded into the AWD file.

The SDK doesn't write out the filename anymore. This causes a slight headache for importers that want to extract the texture data to file.

So, I would like to request that the local filename (w/extension) be exported for embedded textures too. It doesn't have to be set as the URL if that causes a problem. It could be added to the Properties section or perhaps the UserAttributes section at the end of the texture block. It doesn't have to be the full path either. Just the filename with extension is necessary.

Thanks

80prozent commented 10 years ago

Will look into this request...