115 Commits

Author SHA1 Message Date
Wuzzy
2ee0832640 Update HUD bars mod to 1.2.0 2015-05-21 16:48:29 +02:00
GunshipPenguin
f7ac3ef019 Shouldn't have changed hungry_games.countdown to 60, change back to 10 2015-05-20 16:51:49 -07:00
GunshipPenguin
5a0f40e83e Merge pull request #2 from Wuzzy2/sfx
Play sounds for various events
2015-05-20 16:42:39 -07:00
GunshipPenguin
c24dbff218 Merge pull request #1 from Wuzzy2/hudbars
Include HUD bars mod and add HUD bars support
2015-05-20 16:25:28 -07:00
GunshipPenguin
eefe8c0686 change hungry_games.death_mode to lobby and hungry_games.dig_mode to none 2015-05-19 20:55:57 -07:00
GunshipPenguin
e6a3617935 Add diamond swords to chests, remove lava and water buckets from chests, increase amount of arrows that can spawn in a chest to 15 2015-05-19 20:53:02 -07:00
GunshipPenguin
39f77fe79b Update throwing mod and only make arrows do damage if enable_pvp=true in minetest.conf 2015-05-19 20:50:02 -07:00
Wuzzy
53515079ba Play sounds for various events
- grace period over
- ~8 seconds before start
- drum every 4 seconds before start (until T-12) to keep excitement up ;-)
- new sound for game start
- new sound for game over
2015-05-20 05:16:46 +02:00
GunshipPenguin
e9bc21af07 Accidentially changed grace period to 0 seconds, change back to 60 2015-05-19 18:44:02 -07:00
Wuzzy
db153de4d0 Include HUD bars mod and add HUD bars support 2015-05-19 17:10:49 +02:00
GunshipPenguin
ee58705142 Accidentially changed hungry_games.countdown to 10, change back to 60 2015-05-18 18:44:47 -07:00
GunshipPenguin
739457b3bb Make players leaving the server while in a game drop their items before leaving 2015-05-18 18:26:49 -07:00
GunshipPenguin
d7899679a8 Incorporate dead_drop mod into engine.lua, make players drop all items upon death, make winning player drop all items upon death 2015-05-18 18:14:11 -07:00
GunshipPenguin
e7c4da212b Fix match not ending by keeping track of players in a table 2015-05-18 14:04:53 -07:00
Splizard
67e76d71af Merge pull request #24 from chenshuiluke/master
Added my two cents to the documentation
2015-04-06 22:39:44 +12:00
chenshuiluke
c85346256d Added my two cents to the documentation 2015-04-05 10:14:59 +00:00
Splizard
3ca3f2914f Update 3d armour in chests and remove unknown items. 2014-04-27 19:23:41 +12:00
Splizard
867d33fb15 Update Survival modpack. 2014-04-27 10:37:31 +12:00
Splizard
f06b0e819a Update survival modpack so players can't die when not in a match 2013-12-21 20:35:26 +13:00
Splizard
5261c56cbc Update default mods and 3d_armour. 2013-12-12 15:10:00 +13:00
Splizard
5562c3a347 Remove survival_modpack's "drowning". 0.4.8 has it now. 2013-12-12 14:47:21 +13:00
Splizard
fb8b45b357 Update default. 2013-08-06 09:34:23 +00:00
Splizard
1728ca713c Update background. 2013-06-17 19:14:57 +12:00
Splizard
9eff974008 Add common mods back into the game as common is now depreciated. 2013-06-17 12:23:29 +12:00
Splizard
2550f2fc11 Add Menu, Header and Icon. 2013-06-17 12:21:41 +12:00
Splizard
e15fb803c7 Add 5min max wait for voters. (need at least 2 votes) 2013-05-29 21:52:13 +12:00
Splizard
a0d2a2876f Make glass arena wall replacement configurable.
Also allow config for allowing players to dig and place blocks.
2013-05-29 21:33:24 +12:00
Splizard
47ef959a47 Remove lava within 20 blocks of spawns when game starts. 2013-05-29 20:53:20 +12:00
Splizard
0d62fd5d46 Add hungry_games specific config options.
Countdown, Grace period and death_mode.
Through hungry_games/init.lua
2013-05-11 17:18:06 +12:00
Splizard
32bd8c87d2 Add armours to chests, implement chest item groups. 2013-05-11 16:37:03 +12:00
Splizard
66b7b05573 Prevent players from spawning outside the wall as spectators. 2013-05-11 15:43:01 +12:00
Splizard
952c902933 Make hungry_games compatible with the latest minetest.
Use common mods and get 3d_armour working properly.
2013-05-11 12:15:03 +12:00
Splizard
76086230df Add survival modpack. 2013-03-27 11:00:50 +13:00
Splizard
0d93c25709 Update 3d_armor mod. 2013-03-27 10:59:24 +13:00
Splizard
8d5c653a15 Call this 0.4 2013-03-11 11:26:43 +13:00
Splizard
8828e4599b Add modified inventory_plus mod and 3d_armour mod.
Also modify creative mod for inventory_plus.
2013-03-11 11:10:54 +13:00
Splizard
c0a8085b50 Wood can no longer be dug, leaves are now climbable.
stone and wood in chests have been replaced with craftitems.
2013-02-22 11:31:21 +13:00
Splizard
3253423dc6 Fixed bug.
bad argument #1 to 'get_node' (table expected, got nil)
2013-02-21 12:39:25 +13:00
Splizard
45c9a7902e Fix missing texture errors.
(Make potato and cigar textures for food mod)
2013-02-12 17:42:38 +13:00
Splizard
0f5f2f5da0 Add countdown. 2013-02-10 20:38:47 +13:00
Splizard
bcb7304095 Play sound on match start. 2013-02-10 20:05:58 +13:00
Splizard
dffdb4cc59 Add death sound. 2013-02-10 10:44:35 +13:00
Splizard
800645a019 Merge pull request #22 from jojoa1997/patch-9
annoying thing fix
2013-02-09 13:29:30 -08:00
Splizard
8d3456613c Add builtin_item mod. 2013-02-10 10:27:19 +13:00
jojoa1997
fd6660849c annoying thing fix
snowfall makes snow fall all over the place but the snow falls everywhere so it is messing with the spawn. also there is snow in the desert and in the forest
2013-02-01 11:49:41 -05:00
Splizard
1c66072240 Remove teleport arrow (too easy to cheat) 2013-02-01 13:20:51 +13:00
Splizard
273666a07d Make hunger start after 3 minutes. 2013-02-01 13:19:52 +13:00
Splizard
c0e2889168 hg_admins take stuff in 99 stacks. 2013-02-01 11:08:54 +13:00
Splizard
47f611f0f5 Make admin pick better at digging. 2013-02-01 10:40:39 +13:00
Splizard
7d0026f790 Fix teleporting when match finishes.
Minetest does not like telporting players from one function?
2013-01-31 21:37:17 +13:00