Go to file
MisterE123 a8366a47b8 prevent players from being left in arena because of detachment by delaying elimination 2021-02-03 15:39:50 -05:00
blender_files fixed bugs, organized code, prevented other bugs 2021-02-01 13:16:19 -05:00
minigame_manager prevent players from being left in arena because of detachment by delaying elimination 2021-02-03 15:39:50 -05:00
models fix bug, add power node(not implemented yet) 2021-01-25 23:32:25 -05:00
sounds add flourish to the game 2021-01-26 15:58:50 -05:00
textures fix bug, add power node(not implemented yet) 2021-01-25 23:32:25 -05:00
.gitattributes Initial commit 2021-01-19 21:46:28 -05:00
LICENSE Initial commit 2021-01-19 21:46:28 -05:00
README.md fixed bugs, organized code, prevented other bugs 2021-02-01 13:16:19 -05:00
chatcmdbuilder.lua Initial commit 2021-01-19 21:46:28 -05:00
commands.lua add version info 2021-02-03 15:10:50 -05:00
description.txt Initial commit 2021-01-19 21:46:28 -05:00
globals.lua prevent players from being left in arena because of detachment by delaying elimination 2021-02-03 15:39:50 -05:00
init.lua change in-game physics 2021-02-03 00:47:08 -05:00
license.txt Initial commit 2021-01-19 21:46:28 -05:00
minigame_manager.lua fixed bugs, organized code, prevented other bugs 2021-02-01 13:16:19 -05:00
mod.conf fix things up, put creative nodes in creative inv 2021-02-01 13:29:16 -05:00
nodes.lua fix things up, put creative nodes in creative inv 2021-02-01 13:29:16 -05:00
privs.lua Initial commit 2021-01-19 21:46:28 -05:00
readme.txt update stuffs 2021-01-26 20:26:37 -05:00
screenshot.png change docs to fit 2021-01-21 20:33:13 -05:00

README.md

Wormball

Eat colorpoints to grow, be the last and the longest! Beat the Highscore!

Contributors: MisterE

Wormball 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 all assets cc0. Models by MisterE, textures by MisterE, and sounds CC0 from opengameart

to set up an arena, create a completely enclosed arena out of any nodes you wish except those provided by this mod. You should place lights in the walls, or have glass to allow light in. In this version, you can have any shape arena you like. You may decorate the walls how you wish. Keep in mind that very large arenas may cause server lag during loading, and they are in general not fun to play in anyways. Make the arena,

THEN note 2 position that bound your arena.... The game will place powerups and erase game peices within these locations. enter these locations in the editor settings (described below)

Basic setup:

  1. type /wormball create <arena_name>
  2. type /wormball 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. It should be a completely enclosed area, but can be any shape.
  6. using the editor tools, mark player spawner locations. Protect the arena.
  7. note to locations of 2 positions that completely bound the arena. From the minigame editor, go to settings > arena_settings.
  8. type in the locations of the 2 opposite corners. Click on area_to_clear_after_game_pos1 and enter the correct values. then do the same with pos2.

CAUTION: in the arena_settings, Y COMES FIRST! In the regular coordinate system, X COMES FIRST! Type the CORRECT values in... if you get it wrong, you may freeze your world and cause damage to it. BE CAREFUL TO GET THE CORRECT VALUES!!!!! also, if you get them wrong, the game will not work... the game tries to clear that when it loads, if you get it wrong, then it will clear the wrong area.

If you wish, you may change the other settings (except high_scores)

the formula used to determine whether to start erasing powerup dots is: if # dots in existence > min_food_factor * #players + min_food then --have a 1/2 chance to erase a dot end

  1. exit the editor mode
  2. type /minigamesettings wormball
  3. change the hub spawnpoint to be next to the signs.

background music is available: it is in the sounds folder, and titled: wormball_bgm