From 3d7fa57962c9ddb2fd457e1ce06333bd1bccb113 Mon Sep 17 00:00:00 2001 From: Jacob Gustafson Date: Tue, 7 Mar 2017 15:02:41 -0500 Subject: [PATCH] switched hud_hunger from BlockMen to tenplus1 fork since tenplu1 is maintained version (see README) --- README.md | 1 + .../game-install-ENLIVEN | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7475ec8..0ffc9f2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Otherwise just install everything EXCEPT cme_to_spawners & tsm_pyramids_to_spawn ## Changes: +* (2017-03-07) change to tenplus1's hud_hunger fork (BlockMen's has potential comparison of number to nil [crash] in hud/builtin.lua line 79, other issues, and is not maintained) * (2017-03-06) remove ENLIVEN's copy of protector since TenPlus1 applied the fixes in the real repo * (2017-03-06) remove computer-specific settings from minetest.conf (client version in this folder) * (2017-02-22) Fix protector crash (also sent to TenPlus1): diff --git a/etc/change_world_name_manually_first/game-install-ENLIVEN b/etc/change_world_name_manually_first/game-install-ENLIVEN index d916731..cf6e985 100644 --- a/etc/change_world_name_manually_first/game-install-ENLIVEN +++ b/etc/change_world_name_manually_first/game-install-ENLIVEN @@ -498,8 +498,10 @@ wget https://github.com/MinetestForFun/server-minetestforfun/raw/master/mods/trm wget https://github.com/MinetestForFun/server-minetestforfun/raw/master/mods/trm_pyramids/more_trms.lua cd "$HOME/Downloads" -MTMOD_DL_ZIP=hud_hunger-2_x_1-BlockMen.zip -MTMOD_SRC_ZIP=hud_hunger-2_x_1-BlockMen.zip +#MTMOD_DL_ZIP=hud_hunger-2_x_1-BlockMen.zip +#MTMOD_SRC_ZIP=hud_hunger-2_x_1-BlockMen.zip +MTMOD_DL_ZIP=master.zip +MTMOD_SRC_ZIP=hud_hunger.zip MTMOD_UNZ_NAME=hud_hunger MTMOD_DEST_NAME=hud_hunger MTMOD_DEST_PATH=$MT_MYGAME_MODS_PATH/$MTMOD_DEST_NAME @@ -517,7 +519,12 @@ if [ -f $MTMOD_SRC_ZIP ]; then rm -f $MTMOD_SRC_ZIP fi rm -Rvf $MTMOD_UNZ_NAME -wget https://github.com/BlockMen/hud_hunger/releases/download/2.x.1/hud_hunger-2_x_1-BlockMen.zip +#BlockMen's is not maintained, & has problem on hud/buildin line 79 (crash since air can be nil) +#wget https://github.com/BlockMen/hud_hunger/releases/download/2.x.1/hud_hunger-2_x_1-BlockMen.zip +#FozLand's has a couple fixes +#wget https://github.com/FozLand/hud_hunger/archive/master.zip +#tenplus1's fixes nil air, nil player, and sprint +wget https://github.com/tenplus1/hud_hunger/archive/master.zip unzip $MTMOD_SRC_ZIP sudo mv $MTMOD_UNZ_NAME "$MTMOD_DEST_PATH" if [ ! -d "$MTMOD_DEST_PATH" ]; then