Home   Help Search Login Register  

Author Topic: skip time  (Read 1582 times)

0 Members and 1 Guest are viewing this topic.

Offline 456820

  • Contributing Member
  • **
skip time
« on: 21 Apr 2005, 16:58:28 »
how do i change time in missions in a few seconds so its from evening to night time with in a few seconds

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:skip time
« Reply #1 on: 21 Apr 2005, 17:02:28 »
read this.

Offline 456820

  • Contributing Member
  • **
Re:skip time
« Reply #2 on: 21 Apr 2005, 17:13:06 »
thanks Bedges but how can i make it change within a set amount of time so it changes about 4 hours in 7 seconds with a 3second black out at the begining and a 3 second black in at the end

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:skip time
« Reply #3 on: 21 Apr 2005, 18:06:23 »
you need a fast loop, which skips time by a small amount and checks daytime until it's 4 hours later...

sorry if i seem unhelpful, but i'm one of these annoying individuals who believes you learn better by finding stuff out for yourself ;)

if you're really really stumped, i'll do it for you :P

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:skip time
« Reply #4 on: 21 Apr 2005, 18:09:42 »
I think this will do what he wants:

Code: [Select]
titlecut ["","BLACK OUT",3]
~4
skiptime 4
titlecut ["","BLACK IN",3]
~3
« Last Edit: 21 Apr 2005, 18:12:27 by THobson »

Offline 456820

  • Contributing Member
  • **
Re:skip time
« Reply #5 on: 21 Apr 2005, 18:10:20 »
well i do agree with you there but what about this

Code: [Select]
# loop
~1
skiptime 1

i know that part what do i put like somethiing wich runs behind the script and waits for 3 seconds then goes to

# exit
EXIT

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:skip time
« Reply #6 on: 21 Apr 2005, 18:11:00 »
or that ;)

Offline 456820

  • Contributing Member
  • **
Re:skip time
« Reply #7 on: 21 Apr 2005, 18:11:26 »
oh cool thanks THobson i halp posted then i got that

Offline 456820

  • Contributing Member
  • **
Re:skip time
« Reply #8 on: 21 Apr 2005, 18:12:27 »
lol thanks both of you