07-25-2021, 01:47 PM 
(This post was last modified: 07-25-2021, 01:49 PM by ballerburg9005.)
	
	
	
	In order to get the trails, you have to:
1. Unpack effectinfo.txt from the xonotic-...data.pk3 into your data directory.
2. Replace or change the two corresponding sections of type smoke like this:
Code:
effect TR_GRENADE
 type smoke
 alpha 300 400 160
 bounce 1
 color 0xFF0000 0x000000
 originjitter 0 0 0
 sizeincrease 0
 size 2 2
 tex 0 8
 trailspacing 2  
 gravity 0
 velocityjitter 0 0 0
 velocitymultiplier 0
effect TR_ROCKET
 type smoke
 alpha 200 300 120
 bounce 1
 color 0xFF2200 0x000000
 lightcolor 6 3 1
 lightradius 50
 notunderwater
 originjitter 0 0 0
 rotate -180 180 -30 30
 sizeincrease 0
 size 2 2
 tex 0 8
 trailspacing 2
 velocityjitter 0 0 0
 velocitymultiplier 0- Decrease the last value of "alpha" to make the trails stay longer, or vice versa.
 - How "size" and "color" work is obvious. 
 - You could also use trailspacing 1 (more particles) or 4 (less particles).
 

