hi,
ich habe ein problem. und zwar habe ich mir ein waffen-skin für css gemacht mit milkshape. hab auch alles exportiert und so weiter. aber da es jetzt eine smd file ist muss ich diese umwandeln in eine mdl file. ich hab dazu den guistudiomdl 2.2/source benutzt, aber ich bekomm am ene immer eine fehlermeldung:
ERROR: 'EXCEPTION_ACCESS_VIOLATION' (assert: 1)
ERROR: Aborted Processing on 'models\knife_t\knife_t.mdl'
die meldung sieht insgesamt so aus:
qdir: "c:\users\tim\desktop\"
gamedir: "c:\users\tim\documents\steamapps\collector569\cou nter-strike source\cstrike\"
g_path: "compile"
Working on "compile.qc"
SMD MODEL knife_t.smd
Processing $shadowlod
ERROR: 'EXCEPTION_ACCESS_VIOLATION' (assert: 1)
ERROR: Aborted Processing on 'models\knife_t\knife_t.mdl'
und meine qc file sieht so aus:
$modelname "models\knife_t\knife_t.mdl"
$cdmaterials "knife_t\"
$scale 1
$surfaceprop "weapon"
$sequence idle "knife_t.smd" fps 1
$shadowlod
{
}
$collisionmodel "knife_t.smd" {
$mass 100.0
$inertia 1.00
$damping 0.00
$rotdamping 0.00
}
vllt weiß einer weiter... es könnte auch an der textur liegen... ich wusste nicht wie man das so genau hinbekommt