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:00] Sean Rhonegames:linux:void_runescape_634 [2026/05/22 08:45] (current) – [Hide Cache Files] Sean Rhone
Line 2: Line 2:
  
   * Void Client ((https://github.com/GregHib/void-client))   * Void Client ((https://github.com/GregHib/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 =====
  
-  mkdir -p ~/'Projects/RT4-Client/scripts' && nano ~/'Projects/RT4-Client/scripts/client-update.sh' && chmod +x ~/'Projects/RT4-Client/scripts/client-update.sh'+  mkdir -p ~/'Projects/Void-Client/scripts' && nano ~/'Projects/Void-Client/scripts/client-update.sh' && chmod +x ~/'Projects/Void-Client/scripts/client-update.sh'
  
 <code> <code>
Line 62: Line 66:
 cd '/tmp' cd '/tmp'
  
-git -C ~/'Projects/RT4-Client/src' reset --hard 'origin/master+git -C ~/'Projects/Void-Client/src' reset --hard 'origin/main
-git -C ~/'Projects/RT4-Client/src' pull origin 'master' --rebase+git -C ~/'Projects/Void-Client/src' pull origin 'main' --rebase
  
-sed -i 's/USE_TWEENING = true/USE_TWEENING = false/g' ~/'Projects/RT4-Client/src/client/src/main/java/rt4/GlobalConfig.java' +cd ~/'Projects/Void-Client/src'
-sed -i 's/BILINEAR_MINIMAP = true/BILINEAR_MINIMAP = false/g' ~/'Projects/RT4-Client/src/client/src/main/java/rt4/GlobalConfig.java' +
-sed -i 's/USE_SHIFT_CLICK = true/USE_SHIFT_CLICK = false/g' ~/'Projects/RT4-Client/src/client/src/main/java/rt4/GlobalConfig.java' +
-sed -i 's/MOUSEWHEEL_ZOOM = true/MOUSEWHEEL_ZOOM = false/g' ~/'Projects/RT4-Client/src/client/src/main/java/rt4/GlobalConfig.java'+
  
-cd ~/'Projects/RT4-Client/src'+chmod +x ~/'Projects/Void-Client/src/gradlew'
  
 export JAVA_HOME='/usr/lib64/jvm/java-21-openjdk-21' export JAVA_HOME='/usr/lib64/jvm/java-21-openjdk-21'
  
-~/'Projects/RT4-Client/src/gradlew' 'clean' --no-daemon +~/'Projects/Void-Client/src/gradlew' 'clean' --no-daemon
- +
-export _JAVA_OPTIONS="--add-exports='java.base/sun.nio.ch=ALL-UNNAMED'"+
  
-~/'Projects/RT4-Client/src/gradlew' 'jar' --no-daemon+~/'Projects/Void-Client/src/gradlew' 'shadowJar' --no-daemon
  
-unset 'JAVA_HOME' '_JAVA_OPTIONS'+unset 'JAVA_HOME'
 cd '/tmp' cd '/tmp'
  
-zenity --title '2009Scape Updater' --text 'RT4 Client update complete' --icon ~/'Projects/RT4-Client/src/client/src/main/resources/saradomin.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>
  
-  ~/'Projects/RT4-Client/scripts/client-update.sh'+  ~/'Projects/Void-Client/scripts/client-update.sh'
  
 ====== Commands ====== ====== Commands ======
Line 97: Line 96:
 ====== 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'"+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
  
/srv/www/wiki/data/attic/games/linux/void_runescape_634.1779440453.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