User Tools

Site Tools


games:linux:void_runescape_634

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:linux:void_runescape_634 [2026/05/22 05:34] Sean Rhonegames:linux:void_runescape_634 [2026/06/05 20:27] (current) – [Client Update] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Void Client ((https://github.com/GregHib/void-client)) +  * Void Client
- +
-  * :!: 2026/05/22: WIP+
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 52: Line 50:
  
   ~/'Projects/Void-Client/scripts/client-start.sh'   ~/'Projects/Void-Client/scripts/client-start.sh'
 +
 +==== Hide Cache Files ====
 +
 +  * Makes ''jagex_runescape_preferences.dat'' files at ''~'' GUI-hidden ([[https://superuser.com/questions/359784/hide-files-in-linux-without-using-the-dot/546566#546566|source]])
 +
 +  echo -e 'jagex_runescape_preferences.dat\njagex_runescape_preferences2.dat' | tee --append ~/'.hidden'
  
 ===== Client Update ===== ===== Client Update =====
Line 79: Line 83:
  
 zenity --title 'Void Updater' --text 'Void Client update complete' --icon ~/'Projects/Void-Client/src/client/resources/icon-256.png' --timeout '2' --info zenity --title 'Void Updater' --text 'Void Client update complete' --icon ~/'Projects/Void-Client/src/client/resources/icon-256.png' --timeout '2' --info
 +:
  
 # End</code> # End</code>
Line 92: Line 97:
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
  
-===== 2009Scape =====+===== Void =====
  
-  mkdir -p ~/'.local/share/applications' && nano ~/'.local/share/applications/2009Scape-localhost.desktop' && sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/2009Scape-localhost.desktop' && update-desktop-database --quiet ~/'.local/share/applications'+  mkdir -p ~/'.local/share/applications' && nano ~/'.local/share/applications/Void-localhost.desktop' && sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/Void-localhost.desktop' && update-desktop-database --quiet ~/'.local/share/applications'
  
 <code> <code>
 [Desktop Entry] [Desktop Entry]
-Name=2009Scape+Name=Void
 Categories=Game; Categories=Game;
-Exec='/bin/bash' -c "~/'Projects/RT4-Client/scripts/client-start.sh'"+Path=/tmp 
 +Exec='/bin/bash' -c "~/'Projects/Void-Client/scripts/client-start.sh'"
 Type=Application Type=Application
 StartupNotify=false StartupNotify=false
-StartupWMClass=rt4-client +StartupWMClass=Loader 
-Icon=/home/CHANGEME/Projects/RT4-Client/src/client/src/main/resources/saradomin.png+Icon=/home/CHANGEME/Projects/Void-Client/src/client/resources/icon-256.png
 Actions=Server;Saves;Server-Update;Client-Update;Notes; Actions=Server;Saves;Server-Update;Client-Update;Notes;
  
 [Desktop Action Server] [Desktop Action Server]
-Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T 'Void [Server]' -e ~/'Projects/2009Scape-Server/scripts/localhost-server-start.sh'"+Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T 'Void [Server]' -e ~/'Projects/Void-Server/scripts/localhost-server-start.sh'"
 Name=Local Server Name=Local Server
  
 [Desktop Action Saves] [Desktop Action Saves]
-Exec='/bin/bash' -c "~/'Projects/2009Scape-Server/scripts/localhost-save-backup.sh'"+Exec='/bin/bash' -c "~/'Projects/Void-Server/scripts/localhost-save-backup.sh'"
 Name=Save Data Back-up Name=Save Data Back-up
  
 [Desktop Action Server-Update] [Desktop Action Server-Update]
-Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T 'Void [Updater]' -e ~/'Projects/2009Scape-Server/scripts/localhost-server-update.sh'"+Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T 'Void [Updater]' -e ~/'Projects/Void-Server/scripts/localhost-server-update.sh'"
 Name=Server Update Name=Server Update
  
 [Desktop Action Client-Update] [Desktop Action Client-Update]
-Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T 'Void Client [Updater]' -e ~/'Projects/RT4-Client/scripts/client-update.sh'"+Exec='/bin/bash' -c "kgx --working-directory='/tmp' -T 'Void Client [Updater]' -e ~/'Projects/Void-Client/scripts/client-update.sh'"
 Name=Client Update Name=Client Update
  
/usr/local/www/wiki/data/attic/games/linux/void_runescape_634.1779442487.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki