lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
389 stars 30 forks source link

Some materials aren't getting imported properly #163

Closed Catastrphic closed 1 year ago

Catastrphic commented 1 year ago

Describe the bug I'm trying to import de_aztec (CS:S) into blender but some textures aren't importing correctly.

To Reproduce Decompile de_aztec from Counter Strike Source using BSPSource Import de_aztec_d into blender

Expected behavior All materials imported and get applied

Related files de_aztec_d.txt (rename .txt to .vmf)

Logs Pastebin

Screenshots Correct: image Incorrect: image Game Config: image

Details (please complete the following information):

Additional context I re-imported the map several times after changing settings because the first import wasn't configured correctly

lasa01 commented 1 year ago

Looks like the materials were not found. Make sure you checked "extract embedded files" in bspsource when decompiling. If the materials are still missing, the game configuration is probably wrong. In that case, you can try the latest Plumber beta version which can be found on the releases page, since it has automatic game configuration.

Catastrphic commented 1 year ago

ok now it works thanks