lrusername Posted October 11, 2012 Share Posted October 11, 2012 I am trying to get a dump of the textures for the undead asylum to update them, but in my texture dump I cannot find any mountain textures. I can find all other textures I am looking for except the skybox.Does anyone know how skybox textures work?. Thank youLars Link to comment Share on other sites More sharing options...
kurtrussellfanclub Posted October 11, 2012 Share Posted October 11, 2012 Sorry, Skybox textures appear to be cube maps and cubes aren't exported by dsfix. Durante has overridden D3DXCreateTextureFromFileInMemory, but cube maps are uploaded to the graphics card using a separate function D3DXCreateCubeTextureFromFileInMemory. I don't know that part of the code well enough to tell you how much work it would be to add support for cube maps as well. Link to comment Share on other sites More sharing options...
Recommended Posts