Hi, guys. If you ever played the CWC campaign, remember the mission called "Escape" where you play as pilot Sam Nichols and are captured by the Soviets, then taken to a camp and told to stay in a tent? When you get in the tent, wait a bit the time starts to change and you can see the cool sunset. I was very impressed by this and wanted to do this 1 day in one of my missions. Here is how to do it:
You can combine it with camera script to be even cooler.Code:setacctime 1.0 _i = 0 #loop _i = _i + 1 skipTime 0.015 ~0.1 ? _i > 150 : goto "end" goto "loop" #end titleCut ["A few hours later...","BLACK OUT",3] ~3 skipTime 3 ~1 titleCut ["","BLACK IN",3]
Edit: I made a little change to the script and uploaded a demo of it:
http://www.megaupload.com/?d=3CFTOYR5
Hope you like it.
HOME
Reply With Quote

