![]() |
![]() |
#1 |
Explorer
Join Date: Jul 2010
Location: Italy
Posts: 810
|
![]()
Hello everyone, I know that there is a flip effect that allows Lara to jump higher, but it's necessary the pression of alt button.
In TR2 there is a tile that makes Lara jump very high without any key, and it also makes an animation that repeats everytime Lara goes on it. With TRNG is possible to make Lara jump high when she touch the platform? In which slot should be the platform object, so that it can play its animation every time Lara touches it? Thanks in advance ![]()
__________________
I hope in some good news about TRNG! |
![]() |
![]() |
![]() |
#2 |
Relic Hunter
Join Date: Jan 2006
Location: Perth, Western Australia
Posts: 6,234
|
![]()
I'm not incredibly skilled with the NGLE (yet) but perhaps there could be a flipeffect that could 'force' the game to press a specific key ingame (in this circumstance, the ALT/JUMP key) when Lara pad triggers onto a certain square, and then in conjunction with a gravity effect/jumping higher trigger and perhaps an animated moving springboard underneath, could possibly work quite well! Just a random thought
__________________
Australian, Japanese speaking TR addict. |
![]() |
![]() |
![]() |
#3 |
Archaeologist
Join Date: May 2010
Posts: 1,110
|
![]()
^ Yes, I'm pretty sure such a setup should work.
There is a flipeffect that, when triggered, simulates the recievement of some keyboard command, along with the duration of it. To be specific, it's this one: Code:
Keyboard. Simulate receivement of <&>keyboard comand in (E) way Then this flipeffect could be placed on the same sector: Code:
Lara. (Physics) Vertical. Attract Lara <&>up/down with (E)speed On a side note, there are also special fragmented trigger conditions that can allow for only a specific part of the sector to work as a springboard, if there is such a need ![]() As for the actual object doing an animation, I don't think there is a such an object that can repeat some animation whenever lara steps above it (correct me if I'm wrong). However, there is an action trigger that allows forcing a specific animation on any object, and this trigger could be placed on the tile as well ![]() |
![]() |
![]() |
![]() |
#4 |
Hobbyist
Join Date: Oct 2013
Location: France
Posts: 44
|
![]()
In addition to what is already said,
you can also use a GlobalTrigger that will test if Lara touches the object, with the condition trigger "Collision Lara is touching #Moveable" or "Collision Lara is touching some moveable of #Slot type". I think this way is better, because you can set up many other things in triggergroups and organizers to simulate your springboard effects, like animations, sounds, delays, etc... Trying to stack many triggers (action and/or flipeffects) in NGLE may cause strange bugs when playing the game. Always try to export them in triggergroups. BTW, the trigger that forces an object to play a specific animation is "Action Force &animation". But, you have to trigger the object before using this trigger. So, place your specific animation(s) in number 1 and after, and let the number 0 with nothing. Last edited by MagPlus; 23-10-13 at 13:46. |
![]() |
![]() |
![]() |
#5 |
Relic Hunter
Join Date: Jan 2006
Location: Perth, Western Australia
Posts: 6,234
|
![]()
The only issue I can think of with all of this is is the animation side because;
- If you run forward onto the springboard square, NGLE forces ALT/JUMP meaning lara will jump FORWARD while going vertical which you don't want. - If you jump directly onto the springboard square, lara will do her stand up straight animation, then jump upwards as if she's just jumping stationary as usual once the ALT/JUMP trigger is enabled. Perhaps a force Lara animation might be nescessary here. Really looking forward to learn about these kind of things ![]()
__________________
Australian, Japanese speaking TR addict. |
![]() |
![]() |
![]() |
#6 | |
Archaeologist
Join Date: May 2010
Posts: 1,110
|
![]()
Well, you can use condition triggers for different situations. For example, enable the keyboard flipeffect only if lara is doing the running animation (0) or landing animation (92), which would avoid making lara jump straight up. But using this many triggers would require using a triggergroup so it would work properly.
I've done some tests with this and it recreates the actual springboard effect rather well ![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
#7 |
Relic Hunter
Join Date: Jan 2008
Location: Deutschland
Posts: 5,068
|
![]()
Make a new 1-frame animation in Wadmerger (like animation 11 of Lara)
whcih has the "Grab Position" Command in it, which pushes Lara in the air. then simply play this animation with the condition, that Lara touches the springoard. I haven't done this, but theoretically it works.
__________________
"Your perception of good timing is...bad!" |
![]() |
![]() |
![]() |
#8 |
Professor
Join Date: Feb 2010
Location: United Kingdom Gender: Male
Posts: 3,450
|
![]()
One option that I have tested before is using a dummy room underneath the tile of the springboard, with the portal set as toggle opacity 2, allowing an opaque texture to hide the dummy room, if that's making any sense.
The trigger for the physics flipeffect can then be placed on the floor of the dummy room (the Upwards proportional (Always regardless of jump/fall phase) argument works best in conjunction with Lara "falling", and 13 seems a fair speed). This way when Lara runs across the portal, she performs her "just fell off a ledge" animation as she is shot up in the air like in TR2. Of course you will need some "inhibitors" like conditions or vertical triggers to make sure Lara can't be pushed upwards when she jumps over the springboard (as a PAD trigger on the portal won't work here, apparently), and so that she won't spring so high. If you are well versed in scripting and conditions then this shouldn't be too difficult and although it is a little arduous, an infallible Springboard that need only be scripted once is perfectly possible. Last edited by Niveus; 24-10-13 at 15:24. |
![]() |
![]() |
![]() |
#9 |
Moderator
Join Date: Jul 2003
Location: Drenthe, The Netherlands
Posts: 32,903
|
![]()
Moved to the TRNG section since TRNG is used.
![]() Interesting discussion btw. ![]()
__________________
If it walks like a duck and if it quacks like a duck, it is a duck. |
![]() |
![]() |
![]() |
#10 |
Explorer
Join Date: Jul 2010
Location: Italy
Posts: 810
|
![]()
Unfortunately I'm not so good in scripting, but thanks for the help
![]()
__________________
I hope in some good news about TRNG! |
![]() |
![]() |
![]() |
Thread Tools | |
|
|