708
edits
No edit summary |
No edit summary |
||
Line 102: | Line 102: | ||
[[User:EdT|EdT]] 03:42, 12 November 2008 (CET) | [[User:EdT|EdT]] 03:42, 12 November 2008 (CET) | ||
This happens when you don't have all the textures that are used by AKEV in the same folder. In this case the missing texture is TXMP<none> aka TXMP%3Cnone%3E.oni. You can copy it to that folder but there is another problem caused by it's funky name. | |||
If you really want to do that you need to "create" hexagon using a different default texture: | |||
onisplit create out *.xml -format:dxt1 -envscale:40 -texdefault:notfoundtex | |||
Now you can copy TXMPnotfoundtex.oni to the folder that contains the AKEV file and export should work. | |||
PS: maybe I should make notfoundtex the default texture. That way I avoid using that troublesome <none> and it's more obvious which quads have missing textures. | |||
[[User:Neo|Neo]] | |||
---- | ---- |
edits