THE RAMP links
29 links to wire into the tool of your choice — TikLive, TikFinity or another.
http://127.0.0.1:3222
{data.nickname}
Your tool replaces this token with the viewer name
The three parameters
username=
Never type a nickname by hand. Leave the launcher token in place: it is swapped for the viewer's nickname the moment the action fires.
id=
A digit from 0 to 9, one per fruit. Missing or out of range, the game picks at random.
amount=
How many objects are dropped, or how many wins are added and removed. Missing, it counts as 1. On objects there is no limit.
Fruit
11It appears at the top and rolls down all 1000 metres. If it hits you, you restart lower
-
?
picked at random
/fruit?username={data.nickname}&amount=1 -
Apple
id 0
/fruit?id=0&username={data.nickname}&amount=1 -
Banana
id 1
/fruit?id=1&username={data.nickname}&amount=1 -
Cherry
id 2
/fruit?id=2&username={data.nickname}&amount=1 -
Strawberry
id 3
/fruit?id=3&username={data.nickname}&amount=1 -
Orange
id 4
/fruit?id=4&username={data.nickname}&amount=1 -
Pear
id 5
/fruit?id=5&username={data.nickname}&amount=1 -
Grapes
id 6
/fruit?id=6&username={data.nickname}&amount=1 -
Watermelon
id 7
/fruit?id=7&username={data.nickname}&amount=1 -
Pineapple
id 8
/fruit?id=8&username={data.nickname}&amount=1 -
Lemon
id 9
/fruit?id=9&username={data.nickname}&amount=1
Heavy obstacles
2Far harder to dodge
-
Log
blocks the whole track
/tronc?username={data.nickname}&amount=1 -
Cart
slides and tumbles
/caddy?username={data.nickname}&amount=1
Bursts
6Several objects at once, spread along the slope — 20 at most
-
×3
fruits at once
/fruit?username={data.nickname}&amount=3 -
×5
fruits at once
/fruit?username={data.nickname}&amount=5 -
×10
fruits at once
/fruit?username={data.nickname}&amount=10 -
×50
fruit · a downpour
/fruit?username={data.nickname}&amount=50 -
×3
logs at once
/tronc?username={data.nickname}&amount=3 -
×5
carts at once
/caddy?username={data.nickname}&amount=5
Wins added
4A blue dragon flies across and adds to the viewer's counter
-
+1
wins
/winadd?username={data.nickname}&amount=1 -
+5
wins
/winadd?username={data.nickname}&amount=5 -
+10
wins
/winadd?username={data.nickname}&amount=10 -
+50
wins
/winadd?username={data.nickname}&amount=50
Wins removed
4A red dragon takes some back — the score never goes below zero
-
−1
wins
/winremove?username={data.nickname}&amount=1 -
−5
wins
/winremove?username={data.nickname}&amount=5 -
−10
wins
/winremove?username={data.nickname}&amount=10 -
−50
wins
/winremove?username={data.nickname}&amount=50
Reset
1A purple dragon wipes the viewer's counter
-
0
counter wiped
/winreset?username={data.nickname}
Health check
1Open it in your browser to see whether the game is listening
-
Status
is the game listening?
/status