Go to file
Zughy 7ddc562e3d Use correct on_celebration callback 2022-07-02 12:49:24 +02:00
libraries Initial commit 2022-04-10 21:44:59 -04:00
minigame_manager Use correct on_celebration callback 2022-07-02 12:49:24 +02:00
models add individual scores and graphics improvements 2022-04-18 00:07:36 -04:00
screenshots Initial commit 2022-04-10 21:44:59 -04:00
sounds Initial commit 2022-04-10 21:44:59 -04:00
textures finish leaderboard 2022-05-01 01:32:44 -04:00
LICENSE fix licensing issues 2022-05-08 22:58:44 -04:00
README.txt add readme 2022-05-03 22:12:18 -04:00
blocks.lua remove glowing balloons 2022-07-01 22:29:12 -04:00
init.lua fix huds not being removed when game does not finish 2022-07-01 22:10:35 -04:00
items.lua fix randomseed crash 2022-06-01 18:34:12 -04:00
leaderboard.lua finish leaderboard 2022-05-01 01:32:44 -04:00
mod.conf wip score system and bug fix 2022-04-19 14:52:37 -04:00
nodes.lua Initial commit 2022-04-10 21:44:59 -04:00

README.txt

To create an arena, it is helpful to be familiar with Arena_lib's arena editor.

its not hard to figure out though.

replace stuff in <brackets> with appropriate variables

1) /balloon_bop create <arena_name>
2) /balloon_bop edit <arena_name>
3) you are given tools to help you create the arena. use the third tool in your inventory to set the sign of the arena. 
	Place a sign, then use the Plus tool to set it to the arena. Place the sign somewhere where players can easily access it to start the game.
	Go to where you want the arena to be. Then build the arena. 
	It should be inescapable, and have tall walls. For hardcore mode, it could be high in the air and have no walls.

	You can use the balloonblocks to make the arena.

4) Next, place the balloon popper spikes. They should be placed in such a way that you can bop the balloons into them to get points.
5) use the first tool in your arena edit inventory to set the number of players. Use the back tool.
6) use the second tool in your inventory to set the spawn locations (where the players will spawn when they enter the arena)
	Use the back tool.
7) use the gear tool (settings)
	*move to where you want the balloons to spawn, note the location (//1 from worldedit is helpful with that)
	*use the second tool in your inventory to open the arena properties editor
	*set the property "balloon_spawner" to be the location where you want balloons to spawn to float down to the players.
	*set the property "spawner_range" to be the distance from the spawner location that balloons can spawn.
	*set the property "arena_radius" to be large enough to encompass the entire arena from the balloon spawner.
	*set "player_die_level" to be the y-value below the floor of the arena (kills players who fall out of the arena and disqualifies balloons that fall that low)
	
	use the back tool and then enable the arena.

8) enjoy!

-> you can use /balloonbopscores <arena_name> to view the leaderboard anytime, if the arena has been played in.