Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Role Reversal
Εμφάνιση 11-20 από 24 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 4 Ιουν 2020 στις 5:21

v1.6.2
- Fixed [7 wires, condition 6] - When searching for the last non-unique wire, it started with the last wire but by mistake I made it search for the next wire instead of the previous. As there is no such thing as an "8th wire", the module stops functioning as soon as any wire is cut.

Ενημέρωση: 16 Μαϊ 2020 στις 0:56

v1.6.1
- TP Fix, will now not accept invalid length commands. !1 manual 2 made the module fall into an error, because it tried accessing the second and third character in the string. Since it ended up doing math with "null" (making sure that it's in range), it ended up crashing the module instead.

Ενημέρωση: 4 Μαϊ 2020 στις 12:31

v1.6
- TwitchPlays support! You can now do !{0} cut <#> to cut the specific wire, as well as !{0} manual <#>.<#> to refer to the correct section of the manual!
- Very minor improvements is resource management, among with a bit of code cleanup to make the source slightly less painful to read.

Ενημέρωση: 3 Μαϊ 2020 στις 1:18

v1.5
- Interactive HTML Manual! Module and base is done for you.

Ενημέρωση: 15 Απρ 2020 στις 15:42

v1.4
- Revamped [4 wires, condition 6] - changed from ModuleCount to SolvedModules

Ενημέρωση: 13 Απρ 2020 στις 7:45

v1.3
- Fixed [6 wires, condition 5] - now it counts pairs and triplets properly.

Ενημέρωση: 12 Απρ 2020 στις 3:47

v1.2.1
- i forgot to disable the force debug seed and now every single role reversal had the seed 20649, now fixed

Ενημέρωση: 12 Απρ 2020 στις 3:11

v1.2
- Fixed major bug where it would only add leading red wires if you had 7 wires.

Ενημέρωση: 15 Μαρ 2020 στις 14:59

v1.1
- Fixed 3 wires, condition 5 to work properly.

Ενημέρωση: 13 Μαρ 2020 στις 19:44

v1.0.4
- Final tweaking before public release!