Aquapark - chanhpomme/ugp-wiki-temp GitHub Wiki

Aquapark

"Aquapark"

Number player skins available: 23

GameParameters:
{
  "KillCounter": false
  "Position": false
  "Progress": false
  "Crown": false
  "ScoreInPoints": false
  "ScoreReference": 1000
  "TimeReference": 120
  "GameplayStartOnStart": false

  /* Boosters */
  "BoosterFrequencyMultiplier": 1
}
KillCounter: display the kill counter
Position: display the position label
Progress: display the race progress bar
Crown: show the crown on top of the player's head when he's first
ScoreInPoints: send the score as points not as time
ScoreReference: reference score if you theoretically finish the race in 0 seconds
TimeReference: time reference to calculate the score in points
StartGameplayOnStart: the actual gameplay start without a user action when StartGame is called

BoosterFrequencyMultiplier: speed booster are spawned by default every 10 to 15 seconds. This value is divided by BoosterFrequencyMultiplier. 2 means 2 times more speed booster, 0.5 means 2 times less speed booster.

GameplayEvents:
"Kill": the player has ejected a bot
"Progress": progression of the player in the level from 0 to 100
"PlayerJumped": the player has jump off a tube
"PlayerLanded": the played has landed on a tube
"GliderOpen": the player has activated a glider pickup
"RacePosition": gives the position of the player once the race is finished

In-Game Boosters:
"Glider { }": activate the glider bonus

⚠️ **GitHub.com Fallback** ⚠️