Digital Paint Discussion Board

Development => Mapping => Topic started by: Ranger on January 20, 2016, 03:37:24 AM

Title: How to make a trampoline for an extra jump?
Post by: Ranger on January 20, 2016, 03: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?
Title: Re: How to make a trampoline for an extra jump?
Post by: JeongWa on January 20, 2016, 09: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 )
Title: Re: How to make a trampoline for an extra jump?
Post by: ic3y on January 20, 2016, 09:06:35 AM
trigger_push + path_corner
Title: Re: How to make a trampoline for an extra jump?
Post by: Ranger on January 21, 2016, 04: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
Title: Re: How to make a trampoline for an extra jump?
Post by: rockitude on January 21, 2016, 06:28:03 AM
Here (http://www.quake2.com/qworkshop/tutorials/trigger_push.htm) you find everything you need and an example.
Title: Re: How to make a trampoline for an extra jump?
Post by: Ranger on January 21, 2016, 11: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..
Title: Re: How to make a trampoline for an extra jump?
Post by: Ranger on January 22, 2016, 04: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"?
Title: Re: How to make a trampoline for an extra jump?
Post by: Ranger on January 22, 2016, 04:52:26 AM
Oh - I got it... It´s entity trigger_hurt (Use normal texture + texture trigger)

key: dmg
value: 100
Title: Re: How to make a trampoline for an extra jump?
Post by: TheRealUMaster on January 22, 2016, 07: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)