moricky 211 Posted February 3, 2008 Hello everyone, I found pretty interesting bug in ArmA - it freezes everything, just like setacctime 0 - but you can still move around and do nasty things It can be useful for taking screens or videos, but makers of horror missions can find it interesting too Look at or DOWNLOAD demo mission for more information. Share this post Link to post Share on other sites
luki 53 Posted February 3, 2008 Nice Find its realy a strange feeling when u stop a comlete battelfield and walk through it. Share this post Link to post Share on other sites
madrussian 347 Posted February 3, 2008 Very interesting find! I can't seem to get time reaccelerated to normal for everyone else afterwards though... must just be part of the way the bug works. Share this post Link to post Share on other sites
moricky 211 Posted February 3, 2008 Set duration var to lower value or use higher acctime value (-1 instead of -10). After some time, it will all return to normal. Share this post Link to post Share on other sites
dmarkwick 261 Posted February 3, 2008 Ooh, interesting find Share this post Link to post Share on other sites
mattxr 9 Posted February 3, 2008 WOW i can see some amazing videos with this. Make a Video like the HALO Website.. where everyone is frozen and you fly around the battle. Share this post Link to post Share on other sites
Dwarden 1125 Posted February 4, 2008 one of rare bugs which are more like features 1 Share this post Link to post Share on other sites
ArmaVidz 0 Posted February 4, 2008 Oh man, that's cool. Matrix anyone? Thanks Gaia Share this post Link to post Share on other sites
imutep 0 Posted February 4, 2008 one of rare bugs which are more like features right Nice find Gaia Share this post Link to post Share on other sites
Maddmatt 1 Posted February 4, 2008 This is pretty cool I notice the sky in your video looks different to the ArmA sky, at least from what I recall. Just wondering about that Share this post Link to post Share on other sites
granQ 293 Posted February 4, 2008 WOW i can see some amazing videos with this. Make a Video like the HALO Website.. where everyone is frozen and you fly around the battle. yeah for movies, intros.. its great... or for just having fun But guess it doesn't work in multiplayer right? Share this post Link to post Share on other sites
dmarkwick 261 Posted February 4, 2008 All particles also disappear, which is a shame (for me ). Share this post Link to post Share on other sites
hypno toad 0 Posted February 5, 2008 Quick! Don't tell the QA guys! Share this post Link to post Share on other sites
Trapper 0 Posted February 5, 2008 Well, it's too late to think about the release now but I hope it doesn't turn into another mp cheat. So is the effect strictly bound to AI units? Share this post Link to post Share on other sites
moricky 211 Posted February 5, 2008 Don't worry - setacctime don't work in MP Actually, it freezes everything, including player. But player is in vehicle and when you get him out, he is able to move again. Same for AI. Share this post Link to post Share on other sites
CarlGustaffa 4 Posted February 6, 2008 Nice find. A must for generating overview pictures Share this post Link to post Share on other sites
MFUN 1 Posted January 23, 2012 I know this thread is rather old, but the Time Paradox script is the closest thing I can find to do what I want in ARMA2. My problem is that I want to be able to end the time paradox at will, hopefully with another radio trigger. I changed the original trigger activation field from duration = 2; sqf = [] spawn {setacctime -100; tt = time; waituntil {abs(tt -time) > -(duration*(acctime))};setacctime 1; player setpos [position player select 0,position player select 1,0]};"; to this: timein = 0;sqf = [] spawn {setacctime -60; waituntil {timein > 0}; setacctime 1; player setpos [position player select 0,position player select 1,0]}; I change the "timein" variable to "timein = 1" in a different radio trigger activation field. The results are . . . bizzare and certainly not what I was hoping for. Can anyone suggest what I'm doing wrong or perhaps a better way of ending the time free at will. Share this post Link to post Share on other sites