Fixing CSGO particle editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 22: Line 22:


== How to open the Particle Editor ==
== How to open the Particle Editor ==
* Add {{MdCode|outline|-insecure -tools -nop4}} to your game [[Command Line Options|launch options]].
* Add {{Code|outline|-insecure -tools -nop4}} to your game [[Command Line Options|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 {{MdCode|outline|toolload pet_fix}} in console.
* If Particle Editor is not already open, either use the drop down '''Tools''' menu to switch from [[vmt Editor]] to Particle Editor or type {{Code|outline|toolload pet_fix}} in console.


==See also==
==See also==

Revision as of 04:02, 30 May 2023

English (en)Русский (ru)Translate (Translate)
CS:GO Particle Editor in action

This page will go over how to make Counter-Strike: Global Offensive Particle Editor functionable. Template:ModernBug Template:ModernBug Template:ModernWarning


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.

Template:ModernTip

The Issue

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 outline 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 outline in console.

See also