ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

Visual effects #60

Closed Rawrlex closed 9 years ago

Rawrlex commented 9 years ago

Could you disable them all? Running your script on my vServer and its lagging hard through remote desktop. Like conis popping up and the other visual effects. And yes, I did not enable Particle Spam.

ensingm2 commented 9 years ago

'$J('body > *').hide(); g_Minigame.Renderer.render = function(){};'

Rawrlex commented 9 years ago

Isn't fixing the problem for me if I type it in the console.

ensingm2 commented 9 years ago

Did you run it without the quotes?

Rawrlex commented 9 years ago

I did not, should I?

ensingm2 commented 9 years ago

Yes.

Rawrlex commented 9 years ago

Tyvm, you should implement this as an option if your time allows it. Maybe tomorrow or something. :) Ty again!

ensingm2 commented 9 years ago

I chose not to add it because there's no way to toggle the visuals back on (until you refresh the page) if you do this.

Rawrlex commented 9 years ago

Then maybe write a notice behind it. I really think many people would like to see this performance update.

Am 15.06.2015 um 19:43 schrieb Michael Ensing notifications@github.com:

I chose not to add it because there's no way to toggle the visuals back on (until you refresh the page) if you do this.

— Reply to this email directly or view it on GitHub.