Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Time travel ,lol  (Read 656 times)

0 Members and 1 Guest are viewing this topic.

AHMzzz

  • Guest
Time travel ,lol
« on: 20 Mar 2005, 10:57:17 »
Hi guys just have a newbish question:
I have seen in some missions where the author uses the time skip command that the player stays in the same place but when he comes back there is a lot of objects added and stuff removed and may be some more units added or at least just change their behavior. I would really like to know how is this done, is there a trick behind that or there is a script involved, if anybody knows a tutorial about this whole matter I would be thankful.

Side note: I am making a mission using the new MI-26 and CBT stuff and scutchy's marines, But I couldn't find something to use instead of the BIS bmp-1, with all those stuff around, it kind of look misplaced  :P. Any idea on a good BMP-1 addon (but not in big mods like FDF) or any good soviet apc that can be loaded with 8 or more soldiers without making them sit on the outside hull !!!  (I know it looks nice but it just doesn't fit with my mission scenario  ;D)

StonedSoldier

  • Guest
Re:Time travel ,lol
« Reply #1 on: 20 Mar 2005, 11:59:45 »
try the VIT APC pack, there are some nice BMP-1s in that, the soldiers do sit on the outside but thats only after the cargo compartment is full of 8 men

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Time travel ,lol
« Reply #2 on: 20 Mar 2005, 12:41:01 »
On your first question.  
Try something like

Titlecut["","BLACK OUT",2]
~2
;the next line will skip 4 hours forward
skiptime 4

;make all the changes you want

Titlecut["","BLACK IN",2]
~2
« Last Edit: 20 Mar 2005, 18:47:05 by THobson »

AHMzzz

  • Guest
Re:Time travel ,lol
« Reply #3 on: 20 Mar 2005, 15:55:46 »
ok thanks guys :)