Fixing CSGO particle editor: Difference between revisions
Jump to navigation
Jump to search
Bug: Custom materials will sometimes fail to load, cause unknown; restarting does not remedy the issue. [todo tested in ?]
Warning: Unstable, may crash. Save often!
m (typo) |
(Updated DLL after 23/6/2022 CS:GO update) |
||
Line 16: | Line 16: | ||
== The Fix == | == The Fix == | ||
* Download this [https://drive.google.com/file/d/ | * Download this [https://drive.google.com/file/d/1Qo0kzB7XWQ2giz-v5cbZYvfQFna4v-iu .zip] (Patched .dll by '''xen#2982''') which contains a patched pet_fix.dll so the whole game folder check is skipped, it also contains the necessary resource files for the Particle Editor. | ||
: Simply drop both folders in your <code>Counter-Strike Global Offensive</code> folder and it will put the files in correct place. | : Simply drop both folders in your <code>Counter-Strike Global Offensive</code> folder and it will put the files in correct place. | ||
Revision as of 15:45, 30 June 2022
This page will go over how to make Particle Editor functionable.


Preface
- This page does not go over how to make custom particles appear in game.
- This page only shows to fix the Particle Editor tool itself.
- To make particles appear in game you need to install Source Mod together with Meta Mod and use a plugin to precache the particles.
The Issue
CS:GO Particle Editor is a direct port of the
Source Filmmaker Particle Editor.
- This version has a check while loading the file. If the PCF file doesn't have
/game/
folder in its full path then it will error out, resulting not being able to open any file.
- It is also missing few translation files so most of the UI is using raw translation keywords.
The Fix
- Download this .zip (Patched .dll by xen#2982) which contains a patched pet_fix.dll so the whole game folder check is skipped, it also contains the necessary resource files for the Particle Editor.
- Simply drop both folders in your
Counter-Strike Global Offensive
folder and it will put the files in correct place.
How to open the Particle Editor
- Add
-insecure -tools -nop4
to your game launch options. - If Particle Editor is not already open, either use the drop down Tools menu to switch from vmt Editor to Particle Editor or type
toolload pet_fix
in console.