R
rollin
Guest
Hi all
ok for all who are still have some trouble with this two problems (like me), heres a mini tutorial:
q: can´t get with my new (player) model on any server (sv_consistency 1). It says "model excees min / max
a: note the values mentioned in the console and put this into your .qc file
$bbox xx xx xx xx xx xx
(the first three numbers are your mins and the last three the maxs)
q: my model work ingame but the console says:
"Performance warning: Mark bone '<bonname>' in model '<modelname> as being used by bone merge in the .qc!"
a: note the bone names and add this to your .qc file
for each bone mentioned in the console
$bonemerge <bonename>
---
its 2:18 am .. my english can´t get worse.. sorry
ok for all who are still have some trouble with this two problems (like me), heres a mini tutorial:
q: can´t get with my new (player) model on any server (sv_consistency 1). It says "model excees min / max
a: note the values mentioned in the console and put this into your .qc file
$bbox xx xx xx xx xx xx
(the first three numbers are your mins and the last three the maxs)
q: my model work ingame but the console says:
"Performance warning: Mark bone '<bonname>' in model '<modelname> as being used by bone merge in the .qc!"
a: note the bone names and add this to your .qc file
for each bone mentioned in the console
$bonemerge <bonename>
---
its 2:18 am .. my english can´t get worse.. sorry