Page 1 of 1

How do I access textures and 3d models?

Posted: Sun Nov 20, 2022 12:34 am
by Sebwill
How do I find the 3d models and textures for the base game. I tried looking for it but I can't find anything. do they need to be extracted with something?

Re: How do I access textures and 3d models?

Posted: Sun Nov 20, 2022 3:12 pm
by LNDavoust
Yep, you can extract them (both 3d models, in mdb format, or textures, as png/tga files) from the .assets files in the vanilla folder of the game. For example Bru discussed how to get some event images some time ago here https://www.slitherine.com/forum/viewtopic.php?t=65383 (the first 4 steps). I use other program, but imagine there will be a lot of free apps up to the task.

Re: How do I access textures and 3d models?

Posted: Sun Nov 20, 2022 3:36 pm
by Sebwill
Thank you :D

Re: How do I access textures and 3d models?

Posted: Sun Nov 20, 2022 7:02 pm
by Sebwill
The link for the unity asset explorer is broken. Is there any other unity asset explorers that are reliable?

Re: How do I access textures and 3d models?

Posted: Sun Nov 20, 2022 9:37 pm
by Horst
https://github.com/Perfare/AssetStudio/releases

Load the globalgamemanagers file in Order of Battle - WW2_Data and switch to the Asset List tab. There should be enough useable stuff to be found.

Enjoy! :twisted:

Re: How do I access textures and 3d models?

Posted: Mon Nov 21, 2022 2:46 am
by Sebwill
Thank you.