Browse Source

switched to expertmm fork of travelnet

master
poikilos 7 years ago
committed by Jacob Gustafson
parent
commit
acd3876ecd
  1. 3
      README.md
  2. 6
      etc/change_world_name_manually_first/game-install-ENLIVEN

3
README.md

@ -41,6 +41,7 @@ Otherwise just install everything EXCEPT cme_to_spawners & tsm_pyramids_to_spawn
## Changes:
* Released ENLIVEN 0.4.15.3
* (2017-05-25) switched to expertmm fork of travelnet
* (2017-05-18) Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler.
* (2017-05-15) added mock_tnt: doesn't destroy blocks, can coexist with regular tnt mod (all tnt is replaced with mock_tnt if tnt is disabled). This mod is helpful for when multiplayer servers have tnt disabled but players have acquired 'unknown item' (tnt:tnt) as loot. The Unknown Explosive says 'unknown item' on it, as a seemless replacement :)
* (2017-04-02) fixed issue with redundant aliases in cme_to_spawners (see Mods,WIP folder)
@ -111,6 +112,8 @@ squirrel --releasify .\ENLIVEN.<version>.nupkg <your code signing options here>
### Known issues in mods:
* regular doors and chests are not protected via protection block/symbol
* homedecor doors are not protected via protection block/symbol
* players can use chests (other than protected chests) in a protected area in which they aren't added to the protection node
* unpriveleged players can pick up spawners and then place them (and, spawners catch things on fire)
* compassgps crashes server for some players upon use--see yelby in etc/debugging (wrap sorting in "if player~=nil then...end" in mods/compassgps/init.lua to avoid):

6
etc/change_world_name_manually_first/game-install-ENLIVEN

@ -409,7 +409,8 @@ fi
if [ -d "$MTMOD_DEST_PATH" ]; then
rm -Rf "$MTMOD_DEST_PATH"
fi
wget https://github.com/minetest-technic/technic/archive/master.zip
#wget https://github.com/minetest-technic/technic/archive/master.zip
wget https://github.com/minetest-mods/technic/archive/master.zip
mv $MTMOD_DL_ZIP $MTMOD_SRC_ZIP
unzip $MTMOD_SRC_ZIP
sudo mv $MTMOD_UNZ_NAME "$MTMOD_DEST_PATH"
@ -1748,7 +1749,8 @@ fi
if [ -d "$MTMOD_DEST_PATH" ]; then
sudo rm -Rf "$MTMOD_DEST_PATH"
fi
wget https://github.com/Sokomine/travelnet/archive/master.zip
#wget https://github.com/Sokomine/travelnet/archive/master.zip
wget https://github.com/expertmm/travelnet/archive/master.zip
mv $MTMOD_DL_ZIP "$MTMOD_SRC_ZIP"
unzip "$MTMOD_SRC_ZIP"
sudo mv $MTMOD_UNZ_NAME "$MTMOD_DEST_PATH"

Loading…
Cancel
Save