nitanmarcel Posted March 16, 2020 Share Posted March 16, 2020 (edited) This is a modding tool for developers to find out and play particles effects. Press F9 to open the effects menu. It uses a ini file with all the particles available originally available here How to add new particle effects: Open the particles.ini file from the scripts folder in the GTA V directory. The schema of the file is similar to a ini configuration file but there are no values given. Between the square brackets you'll find the asset name and under it the effect names. Don't add new assets if they arleady there, just add the effects under it. Follow the example below. # This is a comment [asset_name] effect_name_1 effect_name_2 If you found a new asset or effect and you want to share it with the rest of the world go to the GitHub link below and make a pull request so everyone can update their local ini files with the new changes. How to update assets and ini files: After the github file has changed, next time you load the game you'll get a notification that there's a new database update. Open the effects menu (F9) and press the enter keys 2 times. Source Code: https://github.com/nitanmarcel/GTA-V-Particle-Effects Particles.ini file: https://github.com/nitanmarcel/GTA-V-Particle-Effects/blob/master/PTFX/PTFX/particles.ini Requirements: ScriptHookVDotNet - https://github.com/crosire/scripthookvdotnet/releases NativeUI - https://github.com/Guad/NativeUI/releases Installation: Copy particles.ini and PTFX.dll to the scripts folder in the game's directory. Download Link: https://www.gta5-mods.com/tools/gta-v-ptfx Screnshots: https://imgur.com/a/I0LCfdD Edited March 18, 2020 by nitanmarcel Added new download link Ironia Official and Dock 2 Link to comment Share on other sites More sharing options...
xIFIx Posted December 9, 2022 Share Posted December 9, 2022 if it was clear what " <Unknown10 value="0" /> is <Unknown14 value="1" /> <Unknown50 value="1" /> <Unknown54 value="1" /> <Unknown58 value="1" /> <Unknown5C value="1" />" and so on then editing them would be very easy Link to comment Share on other sites More sharing options...