It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Sso I wasted a few hundred megs of bandwidth to get a version of the game a few months ago and found it unable to be played. Halted dead by an idiotic addition to smashing, by way of a popup. I hate making an account on yet another crap website to ask if this turd idea was either removed or able to be turned off.

In short, be it experimental or stable matters not. I would ask you all here(saving my bandwidth I gotta pay for), if anyone has a latest version that, when Smashing can smash without the game asking repeat? Its so awful that I cant play the game at all. I use smash for 1 wack on a gazillian things in game. So having to click through a god damn menu a thousand extra times is infuriating.
I also downloaded the latest stable (from November) a few months ago, but never looked at it. Given that I've never played before, I did the tutorial for a few minutes, and smashed a window and a door (took several whacks) and didn't see any popups. Could be you have mods or there's a setting or something? Delete everything related to the game and reinstall, maybe.
avatar
eric5h5: I also downloaded the latest stable (from November) a few months ago, but never looked at it. Given that I've never played before, I did the tutorial for a few minutes, and smashed a window and a door (took several whacks) and didn't see any popups. Could be you have mods or there's a setting or something? Delete everything related to the game and reinstall, maybe.
Just it though, I have limited internet access. So grabbing half a gig costs a lot. Just to check the latest experimental and find its still in. But thanks for letting me know about november.
I don't know the situation, but as i recall, the popup for an action shows up when there's zombies around that can attack the player while they're doing stuff. If the popup shows up repeatedly during an action, generally it means there's a danger around that can kill the player even if unseen.
Nah bro, thats Safe Mode. Totally different.

I got an experimental version a few months ago. When you hit the smash/bash button, a menu pops up. Asking the user if you want to smash and repeat. Which may make sense IF it had an option to disable that. But it didnt at the time. Just figured a lot of gamers chill here. I would ask if anyone has seen this in latest experimental, before I grab a new version.
I tried the experimental version from today, and it does have a "keep smashing until destroyed" popup. Also glanced at the source code, seems to be a simple "if" statement that could be removed without affecting anything else, doesn't check any player options though, so I guess that confirms there aren't any preferences that would turn it off.
avatar
eric5h5: I tried the experimental version from today, and it does have a "keep smashing until destroyed" popup. Also glanced at the source code, seems to be a simple "if" statement that could be removed without affecting anything else, doesn't check any player options though, so I guess that confirms there aren't any preferences that would turn it off.
Thank you :)

Any idea how to remove it? I use smash a lot, but the pop up is intolerable.

....edit: just looked through the link. Seems baked into the game. I was rather hoping a simple change that I could perform in Notepadd++. Any chance you are a github programmer? xD
(shot in the dark)
Post edited May 18, 2025 by Shmacky-McNuts
avatar
Shmacky-McNuts: ....edit: just looked through the link. Seems baked into the game. I was rather hoping a simple change that I could perform in Notepadd++. Any chance you are a github programmer? xD
(shot in the dark)
Nope, sorry. Looks to me that if you went into the smash() function and took out the last 5 lines starting with "if( res.did_smash && !res.success &&" that would get rid of it, however you'd have to download the source code (about 230MB) and compile it yourself (lots more downloading if you don't already have the necessary developer tools). They only have cross-compiling to different platforms on Linux, so on macOS I can't compile it for you (assuming you're using Windows).
avatar
Shmacky-McNuts: ....edit: just looked through the link. Seems baked into the game. I was rather hoping a simple change that I could perform in Notepadd++. Any chance you are a github programmer? xD
(shot in the dark)
avatar
eric5h5: Nope, sorry. Looks to me that if you went into the smash() function and took out the last 5 lines starting with "if( res.did_smash && !res.success &&" that would get rid of it, however you'd have to download the source code (about 230MB) and compile it yourself (lots more downloading if you don't already have the necessary developer tools). They only have cross-compiling to different platforms on Linux, so on macOS I can't compile it for you (assuming you're using Windows).
Appreciate the info all the same. What an odd way for them to indirectly alienate a user. Making a small change to the game that makes it so bad.