The VG Resource
Help with converting RuneScape models to .DAE - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: Help with converting RuneScape models to .DAE (/thread-40931.html)



Help with converting RuneScape models to .DAE - EvZone - 08-04-2022

I managed to extract RuneScape Models. But they are in a .GLB format.
Opening these in Blender goes fine. But when I export them to .DAE en then reopen said file its missing its textures.

[Image: qgnl8b6.png]
[Image: 2xPPN9o.png]

Could anyone help me with this example: https://drive.google.com/file/d/1np-WzSUHm9cgTPHzjUZkE_SAAyUKnKol/view?usp=sharing


RE: Help with converting RuneScape models to .DAE - scurest - 08-04-2022

The model has both a diffuse texture and vertex colors. The glTF material says they should be combined together.

[Image: PlYWMBX.png]

The node graph for that looks like this (Shader Editor).

[Image: 6PG2Chn.png]

This node graph is too complex for the Collada exporter to understand though, that's why it doesn't see the textures. For Collada to understand it, you need to get rid of the "combine with vertex color" parts.

[Image: Qh9cZsN.png]

Do this for all the materials (the one on Mesh_2 has no texture so you can't do anything about that), then export to Collada and it should work. Be careful where you export, because the exporter will also create files named Image_0.png, etc in the same directory, and it will clobber any file with the same name that was already there.

Re-importing should get you

[Image: 1vmYmgy.png]

Since 2.8 Blender hasn't handled texture transparency in Collada (neither exporting nor importing), so this is the best you can do.


RE: Help with converting RuneScape models to .DAE - EvZone - 08-04-2022

Ill be sure to try this, thank you!

Edit: It worked! I Managed to get some transparency by exporting it as .OBJ.


RE: Help with converting RuneScape models to .DAE - WollieWoltaz - 08-06-2022

How did you managed to export the RuneScape models?
And is it possible to extract them with animations?