Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

此物品与 Keep Talking and Nobody Explodes 不兼容。想知道为什么此物品不能在 Keep Talking and Nobody Explodes 中使用,请查看指导页面
评价数不足
Calculus Module
   
奖励
收藏
已收藏
取消收藏
Modules: Regular Module
文件大小
发表于
更新日期
4.159 MB
2019 年 7 月 9 日 下午 5:54
2019 年 7 月 12 日 下午 2:03
2 项改动说明 ( 查看 )

订阅以下载
Calculus Module

描述
A module that requires basic calculus to defuse. However, some variables can only be found with the manual.

Module created by catcraze777.
Manual can be found in-game.
Manual PDF: https://ktane.timwi.de/PDF/Calculus.pdf
Manual HTML: https://ktane.timwi.de/HTML/Calculus.html

Note that this is my first module and if there are any issues, please comment them on the workshop page and I will try to fix them.
2 条留言
Goaldian 2020 年 4 月 14 日 下午 8:04 
UPDATE: apparently, if there's too many batteries, the loop can trigger.
Goaldian 2020 年 4 月 14 日 下午 7:36 
There's an issue with calculus.

(Mathf.Floor((float)total / (float)(degree + 1))) % 1.0f != 0.0f
(Mathf.Floor((float)total / (float)( 3 + 1))) % 1.0f != 0.0f
(Mathf.Floor( 6.0f / 4.0f )) % 1.0f != 0.0f
(Mathf.Floor( 1.5f )) % 1.0f != 0.0f
( 1.0f ) % 1.0f != 0.0f

Apparently, this section has caused an infinite loop, but we're not sure of much more.