Unity-Source-Tools icon indicating copy to clipboard operation
Unity-Source-Tools copied to clipboard

CSGO Map Textures not loading

Open sKeLeTr0n opened this issue 6 years ago • 4 comments

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 avatar Mar 20 '19 21:03 sKeLeTr0n

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.

sKeLeTr0n avatar Mar 20 '19 21:03 sKeLeTr0n

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.

StamatisP avatar Mar 21 '19 11:03 StamatisP

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

lewa-j avatar Mar 21 '19 21:03 lewa-j

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

NeonWizard avatar Oct 06 '22 07:10 NeonWizard