I'm thinking of creating a mod kind of like "advanced combat odds" for Civ IV, but as both sides can get damaged, the plan is to make a 2D heatmap-type image to visualize the probability of each damage combination.
For what it's worth, the dds files are loaded on-the-fly. There is some function called "UnloadTexture" (or something like that) that may be needed.
Gimp can be called from other programs to make your dds. Or if you understand dds format, perhaps you could construct it from scratch. Lua is sandboxed so you can't use it for IO. But I guess this should be possible from dll.
For what it's worth, the dds files are loaded on-the-fly. There is some function called "UnloadTexture" (or something like that) that may be needed.
Gimp can be called from other programs to make your dds. Or if you understand dds format, perhaps you could construct it from scratch. Lua is sandboxed so you can't use it for IO. But I guess this should be possible from dll.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.