Author Topic: How to make a trampoline for an extra jump?  (Read 3918 times)

Ranger

  • 68 Carbine
  • Posts: 253
How to make a trampoline for an extra jump?
« on: January 20, 2016, 02:37:24 AM »
I can create a teleport, but I would rather use that thing which I saw in some other maps, for example in the "Discovery", that thing when if you jump on, it will throw you into high... Which entity I have to use for that?

JeongWa

  • Autococker
  • Posts: 554
Re: How to make a trampoline for an extra jump?
« Reply #1 on: January 20, 2016, 08:05:39 AM »
I just know that DP players call it a " jump pad "
it will probably not be useful, but before someone answer you ^^'
(in case there is an entity with those words )

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: How to make a trampoline for an extra jump?
« Reply #2 on: January 20, 2016, 08:06:35 AM »
trigger_push + path_corner

Ranger

  • 68 Carbine
  • Posts: 253
Re: How to make a trampoline for an extra jump?
« Reply #3 on: January 21, 2016, 03:59:58 AM »
Hmm, and what are the "key" and the "value"? It is similar like in the case of the teleport - target and targetname? Because if it is, it doesnt work :-D

rockitude

  • Committee Member
  • 68 Carbine
  • Posts: 492
Re: How to make a trampoline for an extra jump?
« Reply #4 on: January 21, 2016, 05:28:03 AM »
Here you find everything you need and an example.

Ranger

  • 68 Carbine
  • Posts: 253
Re: How to make a trampoline for an extra jump?
« Reply #5 on: January 21, 2016, 10:11:47 AM »
Ill try it...


... Yes it works. Its same like when I create a teleport, but I have to use for "trigger_push" a special texture named "TRIGGER"

trigger_push 
>> key: target   value: jump1

path_corner   
>> key: targetname   value: jump1


Thanks..
« Last Edit: January 21, 2016, 10:54:38 AM by Ranger »

Ranger

  • 68 Carbine
  • Posts: 253
Re: How to make a trampoline for an extra jump?
« Reply #6 on: January 22, 2016, 03:44:30 AM »
And I have a second question: How do I make a water in which you jump  and instantly die? For example like in map "Bombsaway"?

Ranger

  • 68 Carbine
  • Posts: 253
Re: How to make a trampoline for an extra jump?
« Reply #7 on: January 22, 2016, 03:52:26 AM »
Oh - I got it... It´s entity trigger_hurt (Use normal texture + texture trigger)

key: dmg
value: 100

TheRealUMaster

  • PGP
  • Posts: 45
Re: How to make a trampoline for an extra jump?
« Reply #8 on: January 22, 2016, 06:13:48 AM »
Yo can also apply the value "lava" to a water texture (in the menu where you can also select slime, ice, warp etc)