TIKUP links
20 links to wire into the tool of your choice — TikLive, TikFinity or another.
Every address starts with
http://127.0.0.1:6555
{data.nickname}
Your tool replaces this token with the viewer name
The three parameters
quantity=
The number
Floors, or wins. It is the **only figure to change** from one link to the next. `amount=` works too, like on your other games.
username=
The viewer's name
Never type a name in there by hand: leave the variable, and the launcher replaces it with whoever triggered the action.
Climb
5the beast comes from behind and pushes
-
+5
climbs 5 floors
/ajout?quantity=5&username={data.nickname} -
+50
climbs 50 floors
/ajout?quantity=50&username={data.nickname} -
+150
climbs 150 floors
/ajout?quantity=150&username={data.nickname} -
+500
climbs 500 floors
/ajout?quantity=500&username={data.nickname} -
+1000
climbs 1000 floors
/ajout?quantity=1000&username={data.nickname}
Fall
5it comes head-on and sends you down
-
−5
drops 5 floors
/retrait?quantity=5&username={data.nickname} -
−50
drops 50 floors
/retrait?quantity=50&username={data.nickname} -
−150
drops 150 floors
/retrait?quantity=150&username={data.nickname} -
−500
drops 500 floors
/retrait?quantity=500&username={data.nickname} -
−1000
drops 1000 floors
/retrait?quantity=1000&username={data.nickname}
Free amount
2change the figure after quantity=
-
+N
climbs that many floors
/ajout?quantity=37&username={data.nickname} -
−N
drops that many
/retrait?quantity=37&username={data.nickname}
Gain a WIN
3a dolphin crosses the screen
-
+1
adds wins
/winadd?quantity=1&username={data.nickname} -
+5
adds wins
/winadd?quantity=5&username={data.nickname} -
+10
adds wins
/winadd?quantity=10&username={data.nickname}
Lose a WIN
3a shark comes to eat it
-
−1
removes wins
/winremove?quantity=1&username={data.nickname} -
−5
removes wins
/winremove?quantity=5&username={data.nickname} -
−10
removes wins
/winremove?quantity=10&username={data.nickname}
Reset everything
1an octopus swallows the counter
-
0
resets the counter
/winreset?username={data.nickname}
Check
1is the game answering?
-
state
game state
/etat