| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:linux:games:void_localhost [2026/05/22 07:39] – Sean Rhone | servers:linux:games:void_localhost [2026/07/02 18:23] (current) – Sean Rhone |
|---|
| ====== Information ====== | ====== Information ====== |
| |
| * Void Server ((https://github.com/GregHib/void)) | * Void Server |
| | |
| ===== Resources ===== | |
| | |
| * [[https://rune-server.org/threads/void-634.697260/|Rune-Server]] | |
| * [[https://github.com/GregHib/void/wiki|Wiki]] | |
| |
| ===== Media ===== | ===== Media ===== |
| * https://github.com/GregHib/void/wiki/installation-guide#step-3-download-the-latest-cache-7zip | * https://github.com/GregHib/void/wiki/installation-guide#step-3-download-the-latest-cache-7zip |
| * Last tested: ''2025-06-12-void-634-cache.7z'' | * Last tested: ''2025-06-12-void-634-cache.7z'' |
| | |
| | sha384sum ~/'Downloads/2025-06-12-void-634-cache.7z' | grep 'b49ed423f845ac463d79c32bd478a05b92ee3e2c07a204632f7368cdd5064e0f468c45fd3b15fae7362b6c50ec4e9c5e' > '/dev/null' && 7z x -o$HOME/'Projects/Void-Server/src/data/cache' -y ~/'Downloads/2025-06-12-void-634-cache.7z' |
| |
| 7z x -o$HOME/'Projects/Void-Server/src/data/cache' -y ~/'Downloads/'*'-void-634-cache.7z' | 7z x -o$HOME/'Projects/Void-Server/src/data/cache' -y ~/'Downloads/'*'-void-634-cache.7z' |
| ====== Settings ====== | ====== Settings ====== |
| |
| * Last commit: [[https://github.com/GregHib/void/commit/a543a8b41fc8f16394fd98c57fa5ef4c2375e98c|May 10, 2026]] ''a543a8b'' | * Last commit: [[https://github.com/GregHib/void/commit/12ff37a9f6a3c727736942be37b3fa483a438e71|May 29, 2026]] ''12ff37a'' |
| * [[https://github.com/GregHib/void/commits/main/game/src/main/resources/game.properties|New commits check]] | * [[https://github.com/GregHib/void/commits/main/game/src/main/resources/game.properties|New commits check]] |
| * [[https://github.com/GregHib/void/blob/main/game/src/main/resources/game.properties|Upstream Settings]] ([[https://raw.githubusercontent.com/GregHib/void/refs/heads/main/game/src/main/resources/game.properties|raw]]) | * [[https://github.com/GregHib/void/blob/main/game/src/main/resources/game.properties|Upstream Settings]] ([[https://raw.githubusercontent.com/GregHib/void/refs/heads/main/game/src/main/resources/game.properties|raw]]) |
| cp -fv ~/'Projects/Void-Server/src/game/src/main/resources/game.properties' ~/'Projects/Void-Server/src/game.properties' | cp -fv ~/'Projects/Void-Server/src/game/src/main/resources/game.properties' ~/'Projects/Void-Server/src/game.properties' |
| |
| mkdir -p ~/'Projects/Void-Server/scripts' && nano ~/'Projects/Void-Server/scripts/client-settings-sed.sh' && chmod +x ~/'Projects/Void-Server/scripts/client-settings-sed.sh' | mkdir -p ~/'Projects/Void-Server/scripts' && nano ~/'Projects/Void-Server/scripts/server-settings-sed.sh' && chmod +x ~/'Projects/Void-Server/scripts/server-settings-sed.sh' |
| |
| <code> | <code> |
| # End</code> | # End</code> |
| |
| ~/'Projects/Void-Server/scripts/client-settings-sed.sh' | ~/'Projects/Void-Server/scripts/server-settings-sed.sh' |
| |
| ===== Check ===== | ===== Check ===== |
| |
| cat ~/'Projects/Void-Server/src/game.properties' | egrep 'server.name|server.live|development.admin.name|world.experienceRate=1.0|grandExchange.enabled|bots.count|storage.players.logs.seconds' | cat ~/'Projects/Void-Server/src/game.properties' | grep -e 'server.name' -e 'server.live' -e 'development.admin.name' -e 'world.experienceRate=1.0' -e 'grandExchange.enabled' -e 'bots.count' -e 'storage.players.logs.seconds' |
| |
| nano ~/'Projects/Void-Server/src/game.properties' | nano ~/'Projects/Void-Server/src/game.properties' |
| |
| cp -f ~/'Projects/Void-Server/src/game/src/main/resources/game.properties' ~/'Projects/Void-Server/src/game.properties' | cp -f ~/'Projects/Void-Server/src/game/src/main/resources/game.properties' ~/'Projects/Void-Server/src/game.properties' |
| ~/'Projects/Void-Server/scripts/client-settings-sed.sh' | ~/'Projects/Void-Server/scripts/server-settings-sed.sh' |
| |
| zenity --title 'Void Updater' --text 'localhost server update complete' --icon ~/'Projects/Void-Client/src/client/resources/icon-256.png' --timeout '2' --info | zenity --title 'Void Updater' --text 'localhost server update complete' --icon ~/'Projects/Void-Client/src/client/resources/icon-256.png' --timeout '2' --info |
| | : |
| |
| # End</code> | # End</code> |