From 76ec7716bf6b1d95852fe7972a2cfea6f4ec95ca Mon Sep 17 00:00:00 2001 From: Maddin Date: Mon, 30 May 2016 19:13:43 +0200 Subject: [PATCH] custom jumppad effects --- maps/airwalk.map | 13 +++++++++++++ maps/airwalk.map.options | 2 +- maps/airwalk_effectinfo.txt | 28 ++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 maps/airwalk_effectinfo.txt diff --git a/maps/airwalk.map b/maps/airwalk.map index 5e419f7f..50a1b97a 100644 --- a/maps/airwalk.map +++ b/maps/airwalk.map @@ -6160,3 +6160,16 @@ common/base1 "light" "10" "_color" "1 0.1 0" } +{ +"classname" "func_pointparticles" +"impulse" "50" +"mdl" "airwalk_jumppad" +{ +( 416 960 88 ) ( 416 832 88 ) ( 288 960 88 ) common/trigger 0 0 0 0.25 0.25 0 0 0 +( 424 952 88 ) ( 296 952 88 ) ( 424 952 80 ) common/trigger 0 0 0 0.25 0.25 0 0 0 +( 408 968 88 ) ( 408 968 80 ) ( 408 840 88 ) common/trigger 0 0 0 0.25 0.25 0 0 0 +( 288 832 80 ) ( 416 832 80 ) ( 288 960 80 ) common/trigger 0 0 0 0.25 0.25 0 0 0 +( 280 840 80 ) ( 280 840 88 ) ( 408 840 80 ) common/trigger 0 0 0 0.25 0.25 0 0 0 +( 296 824 80 ) ( 296 952 80 ) ( 296 824 88 ) common/trigger 0 0 0 0.25 0.25 0 0 0 +} +} diff --git a/maps/airwalk.map.options b/maps/airwalk.map.options index da6c0cfe..20a8ede4 100644 --- a/maps/airwalk.map.options +++ b/maps/airwalk.map.options @@ -3,4 +3,4 @@ -vis + -minimap + -sRGB -Version: 2 +Version: 3 diff --git a/maps/airwalk_effectinfo.txt b/maps/airwalk_effectinfo.txt new file mode 100644 index 00000000..12bd43f8 --- /dev/null +++ b/maps/airwalk_effectinfo.txt @@ -0,0 +1,28 @@ +effect airwalk_jumppad + type spark + airfriction 8 + //alpha 256 0 256 + //bounce 1.500000 + color 0xff1100 0xff2200 + count 1 + gravity -4 + stretchfactor 1.5 + originjitter 0 0 0 + size 4 3 + tex 40 40 + velocityjitter 8 8 2 + //trailspacing 0.5 +effect airwalk_jumppad + type smoke + airfriction 1 + //alpha 256 0 256 + //bounce 1.500000 + color 0xff1100 0xff2200 + count 0.5 + gravity -0.5 + //stretchfactor 1.5 + originjitter 0 0 64 + size 8 10 + tex 63 63 + velocityjitter 128 128 8 + //trailspacing 0.5 -- 2.39.2