Home Technical Talk

Particles editor problem, Qc particles problem

polycounter lvl 5
Offline / Send Message
Patrezak polycounter lvl 5
Hi, i have problem with Particle Editor, when i tried load particles , i get this error : Fatal error loading-.pcf , when i make any particles, and save it, then again load it, still this Fatal error.
So i tryied 5 or 6 games ( Dota2 , DOta2 test, Hl2 , HL2 EP2, CS:GO, TF2, L4D2, ) with command -tools -nop4, all of these games got Fatal error, but when i tried run SDK base 2007, i did not get Fatal error message , but SDk base 2007.exe stopped work.. i dont know if only my Particle editor is broken or update broken it... so please help me...
next problem is in QC, i write some lines and this still does not work... so where is the problem? here is Qc
$cd "A:\Work\Dota\Rubik\weapon\Workshop"
$modelname "heroes/rubick/rubick_staff.mdl"
$model "default" "desert_weapon.dmx.smd"
$lod 1
 {
  replacemodel "desert_weapon.dmx.smd" "lod1_desert_weapon.dmx.smd"
}
$cdmaterials ""
$hboxset "default"
$hbox 0 "Root_0" 0.000  0.000  0.000  57.322  40.913  58.463
$hbox 0 "Staff_1" -20.429  -142.313  -38.933  37.895  77.713  22.367
// Model uses material "models/heroes/rubick/rubick_staff.vmt"
// Model uses material "models/heroes/rubick/rubick_staff_staticremnant.vmt"
//attachments
$attachment "eyes_left" "Staff_1" 51.74302 220.99806 111.69038 rotate 0 0 0
$attachment "eyes_right" "Staff_1" 40.79620 222.12840 111.67229 rotate 0 0 0
$surfaceprop "default"
$keyvalues
{
   particles
   {
      effect
      {
         name         "courier_eye_glow_01"
         attachment_type      follow_attachment
         attachment_point   eyes_left
      }
      effect
      {
         name         "courier_eye_glow_01"
         attachment_type      follow_attachment
         attachment_point   eyes_right
      }
   }
}
$illumposition -133.569 42.562 48.832
$sequence ref "ref" fps 30.00

Replies

Sign In or Register to comment.