Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Forget The Colors [Old Version]
Showing 1-10 of 18 entries
< 1  2 >
Update: 2 Jun, 2020 @ 2:17am

v1.8
- Upon a strike, you can now preview all stages by using the left and right nixies! This is also implemented in TwitchPlays with the "!{0} preview #" command, which will do the same thing.

Update: 29 May, 2020 @ 10:49am

v1.7.3
- Fixed cosine calculation error that caused cos(0) to equal 1, which is technically correct, but should be discarded since the manual only uses the first five decimals.

Update: 28 May, 2020 @ 3:09pm

v1.7.2
- Fixed another sine floating point rounding issue where it would return it positive if the number is divisible by 90.

Update: 22 May, 2020 @ 10:13am

v1.7.1
- Fixed issue with rounding floating point numbers that caused negative numbers to incorrectly round up as "2" and not "0" as a result of adding 1 when it should've subtracted 1.
- Fixed manual issue where sin() and cos() returned 1/-1 despite the module taking modulo 1, meaning it would convert to 0.

Update: 6 May, 2020 @ 9:54am

v1.7
- Fixed rounding issue in Rule Seed, would round down instead of truncating decimals when dividing by a specific number which became a problem when it dealt with negative numbers. For example, -7 / 2 = -4 instead of -3.
- More flavor text every time the module strikes or solves.
- Improved visual appeal in debug mode.
- Adjusted wording in logging to be a touch clearer.

Update: 29 Apr, 2020 @ 10:01am

v1.6.2
- Fixed floating point rounding issue where upon recieving a negative sine number, it wouldn't correctly round to 0, and instead give numbers like -99999.
- Rephrased and reorganised logging, now a bit cleaner.
- Greatly improved debugging within Unity, hopefully bug fixes should become less time-consuming to do.

Update: 28 Apr, 2020 @ 10:50am

v1.6.2
- Manual updated again, rewritten with better wording and condensed further down.

Update: 27 Apr, 2020 @ 4:13am

v1.6.1
- Fixed bug where a pink gear would display the letter "P" when the manual specifies otherwise.
- Colorblind mode will be automatically disabled upon submission, as it doesn't have any colors to speak of.
- Updated module's PDF with the one in the repository.
- Fixed a bug in the manual where text wouldn't reappear when switching from ruleseed off, to on.

Update: 26 Apr, 2020 @ 4:12pm

v1.6
- **Colorblind mode support!** You can now do "!{x} colorblind" in TwitchPlays to enable letters displayed on both the cylinders and the gear! This feature can be turned on/off at any time.
- **Rule seed support!** Now the module is capable of changing its own rules! This hasn't been tested thoroughly, so it might be a bit buggy. 21 different edgework cases and 5 different operators have been added in the list.
- **Rewritten manual!** The manual has been completely reorganised and largely rewritten after hearing major community feedback. It also boasts interactive parts, which means a calculator is no longer needed! You can calculate cosine, sine and arccosine straight from the manual!

We hope this quality of life improvement will make it more enjoyable to play Forget The Colors in TwitchPlays. Have fun!

If there are any bugs, please ping @Emik#0001 on Discord. Provide a logfile with context for me to be able to troubleshoot effectively, thanks!

Update: 12 Apr, 2020 @ 4:12pm

v1.5
- Fixed major bug where each stage number wouldn't add up correctly if the values were negative.