lewa-j / Unity-Source-Tools

Plugin to import resources from the Source engine in Unity3D.
GNU General Public License v2.0
109 stars 22 forks source link

CSGO Map Textures not loading #6

Open sKeLeTr0n opened 5 years ago

sKeLeTr0n commented 5 years ago

Hey,

any ideas why the textures of the csgo maps I try to load are not loading? It loads up most of the geometry but all of them without textures. If you need more details let me know. Thought this might maybe be a known issue.

sKeLeTr0n commented 5 years ago

I edited the path for materials + textures to where I decompiled the csgo .vpk with GCFScape and now it loads some textures but deletes some geometry. I will probably figure it out. Still open to ideas though.

StamatisP commented 5 years ago

CS:GO has a different BSP version, so that's why I think it isn't working. However, I'm not really the expert on this. Lewaj should know.

lewa-j commented 5 years ago

Some materials are in the zip archive inside bsp. And csgo maps format is not fully supported.

NeonWizard commented 2 years ago

I managed to make all the missing texture errors disappear by extracting the BSP materials and linking the "Assets Path" setting, but I still don't have a single texture on the imported map. There are no errors in console