Go to file
upsilon 2dbdaf62ca
Update all mods
2020-05-23 17:18:13 +02:00
mods Update all mods 2020-05-23 17:18:13 +02:00
.gitmodules First commit 2019-08-13 16:56:32 +02:00
README.md Change starting algorithm: replace countdown with number-of-players based algorithm 2019-08-17 20:55:43 +02:00
game.conf First commit 2019-08-13 16:56:32 +02:00
minetest.conf First commit 2019-08-13 16:56:32 +02:00

README.md

Hungry Games Redo

Mods

Mods removed from the minetest_game:

  • give_initial_stuff
  • beds
  • bones, by default, are set to "drop" mode
  • creative
  • dungeon_loot
  • sethome

Additional mods specific to the subgame:

  • hg_match, manages the game itself -- player tables and so on. Registers an API.
  • hg_user, manages the user interaction, including the HUD and the commands.
  • hg_map, reinitializes the map and fills the chests. Can be also used to create maps. destroyed.
  • 3d_armor, unmodified.
  • throwing and throwing_arrows, unmodified (some arrows are disabled).
  • hg_hunger, hunger & thirst

By default, the chests will be randomely filled with some items (there should be at least 50 chests on the map for maximum dispatching).

Players are allowed to modify the map, it is reanitialized after each game.

Multiple maps are supported.