I'm trying to compile some headhacks of Dean's Bank Robber models, but when I try to get the first model (Male_01) compiled, this error shows up:
[code]Working on "mdldecompiler.qc"
SMD MODEL C:\Users\Me\Desktop\Bank Robber Hacks\Bank Robbers\addons\Bank Robbers\models\dean/Male01ref.smd
SMD MODEL C:\Users\Me\Desktop\Bank Robber Hacks\Bank Robbers\addons\Bank Robbers\models\dean/suit.smd
SMD MODEL C:\Users\Me\Desktop\Bank Robber Hacks\Bank Robbers\addons\Bank Robbers\models\dean/suittie.smd
SMD MODEL C:\Users\Me\Desktop\Bank Robber Hacks\Bank Robbers\addons\Bank Robbers\models\dean/opensuit.smd
SMD MODEL C:\Users\Me\Desktop\Bank Robber Hacks\Bank Robbers\addons\Bank Robbers\models\dean/shirt.smd
VTA MODEL C:\Users\Me\Desktop\Bank Robber Hacks\Bank Robbers\addons\Bank Robbers\models\dean/mdldecompiler_expressions.vta
ERROR: c:\users\Me\desktop\bank robber hacks\bank robbers\addons\bank robbers\models\dean\mdldecompiler.qc(34): - can't find eyeball texture "dark_eyeball_r" on model
ERROR: Aborted Processing on 'Suithacks/Male01.mdl'[/code]
It gives me a similar error if I change "dark_eyeball_r" to just "eyeball_r". Can anyone help?
Check the eyeball texture is defined as dark_eyeball_r (and _l) on the model (as it isn't usually when i've decompiled them and put them in Milkshape).
I checked the model, and it's listed as dark_eyeball_r and _l, but it still comes up with this error. I'm trying to use body groups with these models so I don't have to create 4 different versions of the same headhack. Could the problem be with the separate torso models I'm using?
It's possible I suppose but i'm not sure as i've had problems like this before which seem to be more to do with VTA files that haven't decompiled correctly.
Post your QC someone might be able to figure it out from that.
Look here for bodygroups: [url]http://developer.valvesoftware.com/wiki/Body_Groups[/url]
Ok, that might be it. I thought the bodygroups would already be in the QC, but that's the texture groups.
Edit: I've added the bodygroups, but I still get the same error.
Sorry, you need to Log In to post a reply to this thread.