it works fine expect the Hitboxes are completly wrong.
so if anyone can take a look on this?...
QC
- Code: Select all
$modelname "ps\fighter.mdl"
$cdmaterials "models\ps\"
$scale 0.5
$body body "fighter.smd"
$surfaceprop "metal"
$sequence idle "fighter.smd" loop fps 1
$collisionmodel "fighter.smd" {
$Mass 1000
$concave
$hboxset "default"
$hbox 2 "joint7" -148.78 -18.34 -195.08 150.57 53.32 42.08
$hbox 1 "joint1" -25.00 -50.00 30.00 30.00 50.00 170.00
}
Complie Log
- Code: Select all
GUIStudioMDL 2.2/Source - © 2007 Neil 'Jed' Jedrzejewski - http://www.wunderboy.org/
*ERROR* Orange Box tools path is not valid - use "Config" then "Set EP1 Tools Path..." from the menu to set it.
Loaded QC file - "C:\Documents and Settings\Administrator\Desktop\sdfsd\fighter\fighter.qc"
Created command line: "C:\Program Files\Steam\steamapps\headswe\sourcesdk\bin\ep1\bin\studiomdl.exe" -game "c:\program files\steam\steamapps\headswe\half-life 2\hl2" -notxbox "C:\Documents and Settings\Administrator\Desktop\sdfsd\fighter\fighter.qc"
qdir: "c:\documents and settings\administrator\desktop\sdfsd\fighter\"
gamedir: "c:\program files\steam\steamapps\headswe\half-life 2\hl2\"
g_path: "fighter"
Working on "fighter.qc"
SMD MODEL fighter.smd
WARNING: Unknown command $hboxset in collision series
WARNING: Unknown command default in collision series
WARNING: Unknown command $hbox in collision series
WARNING: Unknown command 2 in collision series
WARNING: Unknown command joint7 in collision series
WARNING: Unknown command -148.78 in collision series
WARNING: Unknown command -18.34 in collision series
WARNING: Unknown command -195.08 in collision series
WARNING: Unknown command 150.57 in collision series
WARNING: Unknown command 53.32 in collision series
WARNING: Unknown command 42.08 in collision series
WARNING: Unknown command $hbox in collision series
WARNING: Unknown command 1 in collision series
WARNING: Unknown command joint1 in collision series
WARNING: Unknown command -25.00 in collision series
WARNING: Unknown command -50.00 in collision series
WARNING: Unknown command 30.00 in collision series
WARNING: Unknown command 30.00 in collision series
WARNING: Unknown command 50.00 in collision series
WARNING: Unknown command 170.00 in collision series
WARNING: Bad collision model, check your smoothing groups!!!
WARNING: Truncating model!!!!
WARNING: fighter.smd has bad smoothing groups
Model has 1 convex sub-parts
Collision model completed.
---------------------
writing c:\program files\steam\steamapps\headswe\half-life 2\hl2\models/ps\fighter.mdl:
bones 2008 bytes (7)
animations 120 bytes (1 anims) (1 frames) [0:01]
sequences 244 bytes (1 seq)
ik/pose 164 bytes
eyeballs 0 bytes (0 eyeballs)
flexes 0 bytes (0 flexes)
textures 136 bytes
keyvalues 0 bytes
Collision model volume 1179074.38 in^3
collision 0 bytes
total 3008
---------------------
writing c:\program files\steam\steamapps\headswe\half-life 2\hl2\models/ps\fighter.vvd:
vertices 25056 bytes (522 vertices)
tangents 8352 bytes (522 vertices)
total 33472 bytes
---------------------
Generating optimized mesh "c:\program files\steam\steamapps\headswe\half-life 2\hl2\models/ps\fighter.sw.vtx":
body parts: 8 bytes
models: 20 bytes
model LODs: 12 bytes
meshes: 18 bytes
strip groups: 50 bytes
strips: 54 bytes
verts: 4698 bytes
indices: 1524 bytes
bone changes: 8 bytes
everything: 6416 bytes
---------------------
Generating optimized mesh "c:\program files\steam\steamapps\headswe\half-life 2\hl2\models/ps\fighter.dx80.vtx":
body parts: 8 bytes
models: 20 bytes
model LODs: 12 bytes
meshes: 18 bytes
strip groups: 50 bytes
strips: 54 bytes
verts: 4698 bytes
indices: 1524 bytes
bone changes: 24 bytes
everything: 6432 bytes
---------------------
Generating optimized mesh "c:\program files\steam\steamapps\headswe\half-life 2\hl2\models/ps\fighter.dx90.vtx":
body parts: 8 bytes
models: 20 bytes
model LODs: 12 bytes
meshes: 18 bytes
strip groups: 50 bytes
strips: 54 bytes
verts: 4698 bytes
indices: 1524 bytes
bone changes: 24 bytes
everything: 6432 bytes
---------------------
Generating optimized mesh "c:\program files\steam\steamapps\headswe\half-life 2\hl2\models/ps\fighter.xbox.vtx":
body parts: 8 bytes
models: 20 bytes
model LODs: 12 bytes
meshes: 18 bytes
strip groups: 50 bytes
strips: 54 bytes
verts: 4698 bytes
indices: 1524 bytes
bone changes: 24 bytes
everything: 6432 bytes
Completed "fighter.qc"
i don't know why unknown command error pops up..


