Page 1 of 1

[Level Refactor bcc1aa95b] TimeFreeze Powerup breaks game

Posted: Thu Feb 07, 2019 4:10 pm
by Kizoky
It would be kinda hard to explain, so here's a video about why the Powerup breaks the entire game: https://streamable.com/b3mbd
Unable to move, shoot, or even aiming

An ACS script is being ran which takes and gives the Player the TimeFreezer powerup, simulating a "slowmo"
ZScript of the Powerup: https://pastebin.com/895dMQYz

Re: [Level Refactor bcc1aa95b] TimeFreeze Powerup breaks gam

Posted: Fri Feb 08, 2019 1:04 pm
by Graf Zahl
The TimeFreezer is still working, the problem is that some of your code has become deprecated by recent changes.
I added some compatibility glue but 'level.frozen' should no longer be used directly for upcoming ZScript versions.