Introduce mikeyh lobby modifications

- Modification available from here :
  https://forums.uberent.com/threads/wip-dedicated-servers.65077/page-6#post-1124347
- The updates are introduced using patch mechanism.
This commit is contained in:
Uggla
2016-02-07 14:00:25 +01:00
parent aa7d442f9e
commit db0a862ff8
6 changed files with 6702 additions and 6 deletions
+7
View File
@@ -2,5 +2,12 @@
# Update configuration files
# Introduce modification from mikeyh : https://forums.uberent.com/threads/wip-dedicated-servers.65077/page-6#post-1124347
cd ./.local/Uber\ Entertainment/Planetary\ Annihilation/stable/media/server-script && patch -p1 < /home/pa/mikeyh_lobby.patch
cd /home/pa
# Update lobby to add beacon
sed -i.bkp -f update_lobby.js.sed ./.local/Uber\ Entertainment/Planetary\ Annihilation/stable/media/server-script/states/lobby.js
# Update MAX_PLAYERS and MAX_SPECTATORS parameters
sed -i.bkp -f update_main.js.sed ./.local/Uber\ Entertainment/Planetary\ Annihilation/stable/media/server-script/main.js
# Update MAX_PLANETS parameters
sed -i.bkp -f update_sim_utils.js.sed ./.local/Uber\ Entertainment/Planetary\ Annihilation/stable/media/server-script/sim_utils.js