Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Forget Maze Not
正在显示第 1 - 10 项,共 29 项条目
< 1  2  3 >
更新于:2023 年 5 月 31 日 下午 4:24

Fix exception caused by multiple solution cells generated within one stage.
Thank you @Quinn Wuest#7429!

更新于:2023 年 1 月 23 日 下午 9:01

Thank you to Quinn Wuest#7429!

| Fixed some bugs in Forget Maze Not:
| - The module generated a Maze with zero cells if there is one solvable module, which causes heaps of problems. I've simply just had the module solve immediately. (since I don't think your equation can work around one module)
| - The module would throw exceptions every frame if any module was solved before activation. This has been fixed.

更新于:2022 年 6 月 25 日 上午 11:54

Potentially fix bug where the solution gets messed up.

更新于:2022 年 6 月 17 日 下午 2:58

There was a line in the code that makes me wonder what the heck was going through my head, and how this wasn't breaking anyone's bombs for the past two years... I seriously don't understand
Anyways made fix for a bug where bomb would break if there was only one solveable (non boss) module.

更新于:2022 年 6 月 11 日 上午 11:35

Fixed bug where module is not even solvable (lol)
Also I made it so u can see the maze when it is solved until the bomb ends, instead of making it disappear, now u can see ur cool maze :D

更新于:2022 年 6 月 9 日 下午 8:48

Fixed bugs that happened with the previous update.

更新于:2022 年 6 月 9 日 下午 7:24

Fixed the solution generation so that the order the solutions cells are generated is the order they appear on the module, this should make solving much more faster.

更新于:2022 年 4 月 22 日 下午 1:18

Kind of big update
- I changed the way solution cells are generated (they used to be picked at random) now they have a controlled amount of steps between each solution. Inputting the solution should take less time!

更新于:2021 年 11 月 7 日 下午 4:18

Added WASD / Arrow Keys Functionality after some requests from people:

WASD / Arrow Keys: Move
Space: Press the center button

Now you can do very fast inputs, but its very easy to make a mistake so be careful!

更新于:2021 年 9 月 21 日 下午 8:18

Module performance problem solved? (Thank you Timwi!)