Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2016
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. CS:GO "particals" how to sorta get them working.
  2.  
  3.  
  4. Let me be very clear and state without a plugin you will not be able to display CUSTOM! particals.
  5. How ever you can still used the default shiped particals and there is an easy way to test our custom particals.
  6.  
  7. 1:Default particals how to display them and use them.
  8. 2:How to launch particle editor for cs:go
  9. 3:Custom particals how to test them.(bug "exploit" valve pleas don't patch)
  10.  
  11.  
  12. 1:
  13. Get gfscape http://nemesis.thewavelength.net/?p=26
  14.  
  15. click file open and navigate to # C:\SteamLibrary\steamapps\common\Counter-Strike Global Offensive\csgo
  16. Open pak01_dir.vpk navigate to the partical folder.
  17.  
  18. Now exstract all the content to # c:\SteamLibrary\steamapps\common\Counter-Strike Global Offensive\csgo\particles
  19.  
  20.  
  21. Open your CS:GO sdk launch hammer and place "info_particle_system" entity
  22.  
  23. click Particle system name --> click browse.
  24.  
  25. Now top left next to mods click Rescan .
  26. Now you have a nice particle browser where you can select your wanted particle.
  27. Select your wanted particle et voala enjoy.
  28. (not working set start active to : Yes)
  29.  
  30. 2:
  31. Steam library right click CS:GO / properties / set launch options / -nop4 -console -tools -windowed / #type in console# /toolload pet
  32.  
  33. Make sure CS:GO is NOT running while setting launch options
  34.  
  35. How do i make a particle system ? DO NOT TRY TO PACK IT WILL NOT WORK!
  36. https://www.youtube.com/watch?v=wF_voAm7l38
  37. This video is great the packing how ever will not work
  38.  
  39. (ty nicoreda https://www.reddit.com/r/GlobalOffensive/comments/29mabs/you_can_now_use_tools_on_csgo/)
  40.  
  41.  
  42. 3:
  43. This is where the good stuff starts valve forgot to add one of its partical systems to be exact /particles/money_fx.pcf
  44. And i have no clue why but for some reason CS:GO searches for it in the CSGO/particles folder not just the VPK
  45. Now why is this good ? because we can exploit it to test our own particle systmes without having to edit the VPK files and add our own little particle without the need of a sourcemod server.
  46. What ever your particle system name is rename it to money_fx.pcf place it in csgo\particles and it will work fine.
  47. Again you can not pack and ship this (you can but cs:go wont look in the map file for the partical)
  48.  
  49.  
  50.  
  51. This is where the plugin comes into play to get them to work you will need to rename your actual partical system to some thing.
  52. And hold the naming convetion being described in that video .
  53. How ever it might just overwrite money_fx.pcf if you just use that partical system and downloads evry single time.
  54. (i have no clue note you need to pack a .txt file as explained in that video for the plugin to work)
  55. https://youtu.be/_Eti-U7t6D4
  56.  
  57. Huge thanks to PLUGIN_AUTHOR "Rachnus" , SourceJump youtbe channel for the video.
  58.  
  59. (again follow that video for custom particels and pleas use his naming convention)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement