tex 70 70
trailspacing 750
velocitymultiplier 3
+effect tr_bullet
+ type smoke
+ airfriction -4
+ alpha 256 256 512
+ color 0xff8960 0xff8533
+ sizeincrease 3
+ size 0.150000 0.150000
+ tex 46 46
+ trailspacing 8
+ velocityjitter 3 3 3
+ velocitymultiplier 0.010000
effect smoking_smallemitter
type alphastatic
airfriction -1
MY(type) = "spark";
MY(velocitymultiplier) = 3;
}
+// trail
+SUB(tr_bullet) {
+ MY(alpha_min) = 256;
+ MY(alpha_max) = 256;
+ MY(alpha_fade) = 512;
+ MY(color_min) = "0xff8960";
+ MY(color_max) = "0xff8533";
+ MY(size_min) = 0.150000;
+ MY(size_max) = 0.150000;
+ MY(sizeincrease) = 3;
+ MY(tex_min) = 46;
+ MY(tex_max) = 46;
+ MY(trailspacing) = 8;
+ MY(type) = "smoke";
+ MY(velocityjitter) = '3.0 3.0 3.0';
+ MY(velocitymultiplier) = 0.010000;
+}
// smoke emitter for small pipes
DEF(smoking_smallemitter);