Go to file
MisterE 61a5343108 add icon 2022-06-28 19:28:02 -04:00
sounds change HUD colors to match theme and add bgm 2021-09-11 00:14:04 -04:00
textures add icon 2022-06-28 19:28:02 -04:00
README.md Update 'README.md' 2021-02-06 00:38:39 +00:00
changelog.txt support spectate, remove deprecated functions 2021-02-16 14:22:44 -05:00
chatcmdbuilder.lua chatcmdbuilder provided by default (lib_chatcmdbuilder is now an optional dependency) 2020-12-19 12:45:32 +01:00
commands.lua fixed bug with players being given a pushstick when they die 2021-02-16 16:19:56 -05:00
description.txt add description 2020-12-18 21:28:36 +00:00
init.lua add icon 2022-06-28 19:28:02 -04:00
items.lua fix crash 2021-02-27 11:56:40 -05:00
license.txt add icon 2022-06-28 19:28:02 -04:00
minigame_manager.lua fix sumo player losing all lives at once 2022-05-01 16:01:30 -04:00
mod.conf chatcmdbuilder provided by default (lib_chatcmdbuilder is now an optional dependency) 2020-12-19 12:45:32 +01:00
nodes.lua change death method, add invincible particle 2022-05-01 15:42:23 -04:00
privs.lua Split init.lua into different files 2020-12-19 13:56:04 +01:00
readme.txt Add player lives : 3 , configurable 2021-01-30 06:30:46 +00:00
screenshot.png treasure island screenshot 2020-12-18 21:23:54 +00:00
settings.lua fixed bug with players being given a pushstick when they die 2021-02-16 16:19:56 -05:00
test.lua support spectate, remove deprecated functions 2021-02-16 14:22:44 -05:00

README.md

sumo

Knock other players off the platform to win

Contributors: Zughy, MisterE

Schematics for arenas can be found here:

https://notabug.org/MisterE123/sumo_arenas

Sumo mod by MisterE for use with arena_lib (minigame_lib) You should be familiar with how to set up arena_lib arenas.

Code snippets from https://gitlab.com/zughy-friends-minetest/arena_lib/-/blob/master/DOCS.md and from Zughy's minigames

to set up an arena, create a confined space that floats in the air, with lava or other damage blocks beneath. Set the spawners on the platform. You can use mesecons to make the board more interesting.

In this game, each player gets a tool that pushes other players... the goal is to knock all other players off and be the last one standing. Each player has 3 lives

Basic setup:

  1. type /sumo create [arena_name]

  2. type /sumo edit [arena_name]

  3. use the editor to place a minigame sign, assign it to your minigame.

  4. while in the editor, move to where your arena will be.

  5. Make your arena. There should be some type of platform, with a lava pool underneath to kill players that fall off.

  6. go to arena settings (the gears) use the screwdriver tool, and enter the jail spawn location.

  7. using the editor tools, mark player spawner locations. Protect the arena.

  8. exit the editor mode

  9. type /minigamesettings sumo

  10. change the hub spawnpoint to be next to the signs.