Minigames
Fingerprint

To use this minigame you have to download and install the following: https://github.com/utkuali/Finger-Print-Hacking-Game
Now change the interaction minigame to this:
minigame = {
name = 'fingerprint',
data = {levels = 3, lifes = 3, time = 3},
},
You can configure how many levels the robber should complete, how many lifes he has and how much time in minutes he has got.
Levels
must be between 1 and 4
Lifes
must be between 1 and 6
Time
must be between 1 and 9
Datacrack

To use this minigame you have to download and install the following: https://github.com/utkuali/datacrack
Now change the interaction minigame to this:
minigame = {
name = 'datacrack',
data = {difficulty = 2},
},
You can configure how hard the minigame is. Difficulty must be between 2 and 5.
Voltlab

To use this minigame you have to download and install the following: https://github.com/ultrahacx/ultra-voltlab
Now change the interaction minigame to this:
minigame = {
name = 'voltlab',
data = {time = 30},
},
You can configure how long the robber can try to find the right combination. Time must be between 10 and 60 seconds
Keypadhack

To use this minigame you have to download and install the following: https://github.com/ultrahacx/ultra-keypackhack
Now change the interaction minigame to this:
minigame = {
name = 'keypackhack',
data = {lifes = 6, time = 40},
},
You can configure how long the robber can try and the amount of lifes he has.
lifes
must be between 1 and 6
min and max amount of time
can be configured in the config of the hack minigame
Memory

To use this minigame you have to download and install the following: https://github.com/pushkart2/memorygame
Now change the interaction minigame to this:
minigame = {
name = 'memory',
data = {correct_blocks = 10, incorrect_blocks = 3, time_to_show = 3, time_to_lose = 10},
},
Hacking

To use this minigame you have to download and install the following: https://github.com/Jesper-Hustad/NoPixel-minigame
Now change the interaction minigame to this:
minigame = {
name = 'hacking',
data = {},
},
Circle Minigame

To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui
Now change the interaction minigame to this:
minigame = {
name = 'circle',
data = {circles = 2, time = 3},
},
You can configure how long the robber can try and the amount of circles he has to complete. Time
is in seconds
Number Maze

To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui
Now change the interaction minigame to this:
minigame = {
name = 'numbermaze',
data = {time = 20},
},
You can configure how long the robber can try. Time
is in seconds
Var Hack

To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui
Now change the interaction minigame to this:
minigame = {
name = 'var',
data = {blocks = 2, time = 3},
},
You can configure how long the robber can try and how many blocks there are. Time
is in seconds
Thermite

To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui
Now change the interaction minigame to this:
minigame = {
name = 'thermite',
data = {time = 10, grid_size = 5, incorrect_blocks = 3},
},
You can configure how long the robber can try, the gridsize and the amount of incorrect blocks. Time is in seconds, gridsize should be 5, 6, 7, 8, 9 or 10.
Scrambler

To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui
Now change the interaction minigame to this:
minigame = {
name = 'scrambler',
data = {type = 'numeric', time = 30, mirrored = false},
},
You can configure how long the robber can try, the type of scrambler and if it's mirrored. Type
can be alphabet, numeric, alphanumeric, greek, braille or runes. Time
is in seconds
Last updated