1. #1

    frozen feature question

    how do i use the frozen feature? i want to pause the rider temporarily during a jump. what event is it? please explain. thanks
    Share this post

  2. #2

    Re: frozen feature question

    You need to tie it to a datasource. 1 would be frozen and 0 would be unfrozen. Then just change the value of the datasource whenever you need to freeze or unfreeze the rider.
    Share this post

  3. #3

    Re: frozen feature question

    tie what to the data source and what data source do i use? i tried a trigger and i don't know what impulse to use. i am not getting it. can you provide me with step by step instructions? i just want to pause the rider in the air for a moment in the middle of a jump. thanks
    Share this post

  4. #4

    Re: frozen feature question

    Open up rider properties -> go to the line where it says frozen -> press Y to pick value object -> select a data source(you should see D in the rider properties if done correctly). Now do the same for the bike's frozen property.

    If your data source is now 0 the bike & rider would be unfrozen and if it is 1 they would be frozen. So simply have a set value event changing the value of the data source when you want the bike & rider to unfreeze or freeze.
    Share this post

  5. #5

    Re: frozen feature question

    what data source do i use and do i need a trigger? thanks
    Share this post

  6. #6

    Re: frozen feature question

    okay i got him frozen at a trigger, now how do i unfreeze him a second or two later?
    Share this post

  7. #7

    Re: frozen feature question

    Originally Posted by bloodbooger
    okay i got him frozen at a trigger, now how do i unfreeze him a second or two later?
    I'm assuming you now have a trigger and a set value event pointing to the data source. Now you can take Impulse Delay Filter then another set value event.

    Like this (-> is your impulse):

    Trigger -> Set value 1 -> Impulse Delay Filter (1 second) -> Set value 0
    Share this post

  8. #8

    Re: frozen feature question

    I'm a programmer by trade, and this confuses me..

    I have this working - I can post a photo of it if you'd like?
    Share this post

  9. #9

    Re: frozen feature question

    Originally Posted by lespritdelescalier
    I'm a programmer by trade, and this confuses me..

    I have this working - I can post a photo of it if you'd like?
    sure, i would love a pic of this, the editor is giving me a headach literally. just got done biulding a semi and tanker trailor for my favs. the editor is awesome!
    Share this post

  10. #10

    Re: frozen feature question

    I GOT IT! thanks
    Share this post