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

Import of materials, props and models fails #183

Closed rickardsjodin closed 3 months ago

rickardsjodin commented 3 months ago

Description Trying to import a .vmf file, but a vast majority of the materials, props and models fails. The brushes seems fine.

Additional context I tried another tool with this .vmf file aswell (VMF2OBJ), and there it seemed to find all the materials.

The plugin seem to find my game installation just fine (the csgo folder). However it is only this folder that is listed by default. Is this expected? I noticed CSS had some .vtk files aswell.

plumber_csgo_paths

Logs Here is a part of the logs (continues like this for a quite a while)

[Plumber] [INFO] opening file system of game `Counter-Strike: Global Offensive`...
[Plumber] [INFO] file system opened in 0.24 s
[Plumber] [INFO] importing vmf `C:\Users\Rickard\Documents\CS Surf\surf_instantdeath_d.vmf`...
[Plumber] [ERROR] skybox `materials/skybox/mpa115`: io error reading `materials/skybox/mpa115lf.vmt`: no such file
[Plumber] [ERROR] model `models/id/light1.mdl`: io error reading `models/id/light1.mdl`: no such file
[Plumber] [ERROR] model `models/props_junk/cardboard_box003a.mdl`: io error reading `models/props_junk/cardboard_box003a.mdl`: no such file
[Plumber] [ERROR] model `models/id/letter_r.mdl`: io error reading `models/id/letter_r.mdl`: no such file
[Plumber] [ERROR] prop `712425`: error loading model `models/id/letter_r.mdl`: io error reading `models/id/letter_r.mdl`: no such file
[Plumber] [ERROR] model `models/props/id/misc4.mdl`: io error reading `models/props/id/misc4.mdl`: no such file
[Plumber] [ERROR] prop `47026`: error loading model `models/props/id/misc4.mdl`: io error reading `models/props/id/misc4.mdl`: no such file
[Plumber] [ERROR] model `models/props/id/window.mdl`: io error reading `models/props/id/window.mdl`: no such file
[Plumber] [ERROR] model `models/props/id/spikes.mdl`: io error reading `models/props/id/spikes.mdl`: no such file
[Plumber] [ERROR] prop `47099`: error loading model `models/props/id/spikes.mdl`: io error reading `models/props/id/spikes.mdl`: no such file
[Plumber] [ERROR] material `materials/id/wood7`: io error reading `materials/id/wood7.vmt`: no such file

Details

rickardsjodin commented 3 months ago

Should have read the FAQ! /facepalm