Added ability to dump textures from cache#6
Conversation
|
For consistency with the other dumpers, could you write it using Here's an example of how the resource dumper picks the path: https://github.com/Techdaan/OpenNXT/blob/main/src/main/kotlin/com/opennxt/tools/impl/ResourceDumper.kt#L32 You could, for example, dump to |
|
This is valuable. Perhaps this can be used to make osrs maps look HD. |
|
You could use these textures in OSRS yeah. It also depends on the other features. I don't believe OSRS supports normal maps for example. You'd also have to look into materials (all files in index 26, archive 0). There's two formats for materials. I believe they are planning some updates to materials and textures. So I am not sure for how long the information above is accurate. Either way, we'll probably figure it out then. |
TextureDumper allows you to:
Technical information: