[Level Refactor bcc1aa95b] TimeFreeze Powerup breaks game

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [Level Refactor bcc1aa95b] TimeFreeze Powerup breaks game

Re: [Level Refactor bcc1aa95b] TimeFreeze Powerup breaks gam

by Graf Zahl » Fri Feb 08, 2019 1:04 pm

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.

[Level Refactor bcc1aa95b] TimeFreeze Powerup breaks game

by Kizoky » Thu Feb 07, 2019 4:10 pm

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

Top