Advertisement
burnout6010

How to fix TF2 particles in G-Mod

Apr 14th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. How to fix TF2 particles in G-Mod :
  2.  
  3. 1) Go to your G-Mod folder.
  4. 2) Open the "particles" folder.
  5. 3) Find your "particles_manifest.txt" file.
  6. 4) Make a backup of it and please, don't screw up the structure of the text when editing or you'll have no particles at all.
  7. 5) Add these lines between the entries you already have and the final "}" :
  8. "file" "!particles/error.pcf"
  9. "file" "!particles/rockettrail.pcf"
  10. "file" "particles/smoke_blackbillow.pcf"
  11. "file" "!particles/teleport_status.pcf"
  12. "file" "!particles/explosion.pcf"
  13. "file" "!particles/player_recent_teleport.pcf"
  14. "file" "!particles/rocketjumptrail.pcf"
  15. "file" "!particles/rocketbackblast.pcf"
  16. "file" "!particles/flamethrower.pcf"
  17. "file" "!particles/flamethrower_mvm.pcf"
  18. "file" "!particles/burningplayer.pcf"
  19. "file" "!particles/blood_impact.pcf"
  20. "file" "!particles/blood_trail.pcf"
  21. "file" "!particles/muzzle_flash.pcf"
  22. "file" "!particles/teleported_fx.pcf"
  23. "file" "!particles/cig_smoke.pcf"
  24. "file" "!particles/crit.pcf"
  25. "file" "!particles/medicgun_beam.pcf"
  26. "file" "!particles/bigboom.pcf"
  27. "file" "!particles/water.pcf"
  28. "file" "!particles/stickybomb.pcf"
  29. "file" "!particles/buildingdamage.pcf"
  30. "file" "!particles/nailtrails.pcf"
  31. "file" "!particles/speechbubbles.pcf"
  32. "file" "!particles/bullet_tracers.pcf"
  33. "file" "!particles/nemesis.pcf"
  34. "file" "!particles/disguise.pcf"
  35. "file" "!particles/sparks.pcf"
  36. "file" "!particles/flag_particles.pcf"
  37. "file" "!particles/buildingdamage.pcf"
  38. "file" "!particles/shellejection.pcf"
  39. "file" "!particles/medicgun_attrib.pcf"
  40. "file" "!particles/item_fx.pcf"
  41. "file" "!particles/cinefx.pcf"
  42. "file" "!particles/impact_fx.pcf"
  43. "file" "!particles/conc_stars.pcf"
  44. "file" "!particles/class_fx.pcf"
  45. "file" "!particles/dirty_explode.pcf"
  46. "file" "!particles/smoke_blackbillow_hoodoo.pcf"
  47. "file" "!particles/scary_ghost.pcf"
  48. "file" "!particles/soldierbuff.pcf"
  49. "file" "particles/level_fx.pcf"
  50. "file" "!particles/training.pcf"
  51. "file" "!particles/stormfront.pcf"
  52. "file" "!particles/coin_spin.pcf"
  53. "file" "!particles/stamp_spin.pcf"
  54. "file" "!particles/rain_custom.pcf"
  55. "file" "!particles/npc_fx.pcf"
  56. "file" "!particles/drg_cowmangler.pcf"
  57. "file" "!particles/drg_bison.pcf"
  58. "file" "!particles/dxhr_fx.pcf"
  59. "file" "!particles/eyeboss.pcf"
  60. "file" "!particles/bombinomicon.pcf"
  61. "file" "!particles/harbor_fx.pcf"
  62. "file" "!particles/drg_engineer.pcf"
  63. "file" "!particles/drg_pyro.pcf"
  64. "file" "!particles/xms.pcf"
  65. "file" "!particles/mvm.pcf"
  66. "file" "!particles/doomsday_fx.pcf"
  67. "file" "!particles/halloween.pcf"
  68. "file" "!particles/items_demo.pcf"
  69. "file" "!particles/items_engineer.pcf"
  70. "file" "!particles/bl_killtaunt.pcf"
  71. "file" "!particles/urban_fx.pcf"
  72. "file" "!particles/killstreak.pcf"
  73. "file" "!particles/taunt_fx.pcf"
  74. "file" "!particles/rps.pcf"
  75. "file" "!particles/firstperson_weapon_fx.pcf"
  76. "file" "!particles/powerups.pcf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement