User Tools

Site Tools


games:bsd:2004scape_localhost

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:bsd:2004scape_localhost [2025/08/20 09:59] Sean Rhonegames:bsd:2004scape_localhost [2025/08/29 05:43] (current) Sean Rhone
Line 13: Line 13:
  
   * [[bsd:freebsd_14.3_xfce|FreeBSD 14.3 (Xfce)]]   * [[bsd:freebsd_14.3_xfce|FreeBSD 14.3 (Xfce)]]
- 
-===== Resources ===== 
- 
-  * [[https://lostcity.rs/t/singleplayer-main-branch-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/54|Lost City Forums]] 
  
 ====== Dependencies ====== ====== Dependencies ======
Line 24: Line 20:
   su -   su -
  
-  pkg install git openjdk24 npm-node24 webkit2-gtk_60+  pkg install git openjdk24 npm-node24
  
 ====== Download Source ====== ====== Download Source ======
Line 65: Line 61:
 NODE_STAFF=Test NODE_STAFF=Test
 NODE_DEBUGPROC_CHAR=: NODE_DEBUGPROC_CHAR=:
-NODE_CLIENT_ROUTEFINDER=false +NODE_CLIENT_ROUTEFINDER=false</code>
- +
-# End</code>+
  
 ====== Scripts ====== ====== Scripts ======
Line 125: Line 119:
  
   ln -s -f ~/'Projects/LostCity-244-EngineTS/ext/SC55_zzdenis_v0.5.sf2' ~/'Projects/LostCity-244-EngineTS/src/public/client/SCC1_Florestan.sf2'   ln -s -f ~/'Projects/LostCity-244-EngineTS/ext/SC55_zzdenis_v0.5.sf2' ~/'Projects/LostCity-244-EngineTS/src/public/client/SCC1_Florestan.sf2'
- 
-==== Verify ==== 
- 
-**** 
- 
-  ls -la ~/'Projects/LostCity-244-EngineTS/src/public/client/SCC1_Florestan.sf2' 
  
 ===== Login Autofill ===== ===== Login Autofill =====
Line 137: Line 125:
  
   sed -i -e 's/usernameInput="";passwordInput=""/usernameInput="Espionage724";passwordInput="1"/g' ~/'Projects/LostCity-244-EngineTS/src/public/client/client.js'   sed -i -e 's/usernameInput="";passwordInput=""/usernameInput="Espionage724";passwordInput="1"/g' ~/'Projects/LostCity-244-EngineTS/src/public/client/client.js'
- 
-===== LAN Firewall ===== 
- 
-==== ipfw ==== 
- 
-  * ''workstation'' deny all 
- 
-  su - 
- 
-  ipfw add '09000' 'allow' 'tcp' from '192.168.1.0/24' 'any' to '192.168.1.0/24' '8888' 'in' 
- 
-=== Delete Rule === 
- 
-  su - 
- 
-  ipfw delete '09000' 
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 164: Line 136:
 Name=2004Scape Name=2004Scape
 Categories=Game; Categories=Game;
-Exec='/bin/sh' -c "'/usr/local/libexec/webkitgtk-6.0/MiniBrowser' --dark-mode --autoplay-policy 'allow' --private --features='-PreferPageRenderingUpdatesNear60FPS' 'http://localhost:8888/rs2.cgi'"+Exec='/bin/sh' -c "gio open 'http://localhost:8888/rs2.cgi'"
 Type=Application Type=Application
 StartupNotify=false StartupNotify=false
-StartupWMClass=org.webkitgtk.MiniBrowser 
 SingleMainWindow=false SingleMainWindow=false
 Icon=/home/CHANGEME/Projects/LostCity-244-EngineTS/ext/favicon.ico Icon=/home/CHANGEME/Projects/LostCity-244-EngineTS/ext/favicon.ico
Line 194: Line 165:
  
 ====== Quick Commands ====== ====== Quick Commands ======
- 
-===== MiniBrowser ===== 
- 
-**** 
- 
-  '/usr/local/libexec/webkitgtk-6.0/MiniBrowser' --dark-mode --autoplay-policy 'allow' --private --features='-PreferPageRenderingUpdatesNear60FPS' 'http://localhost:8888/rs2.cgi' 
  
 ===== Save Restore ===== ===== Save Restore =====
C:/www/wiki/data/attic/games/bsd/2004scape_localhost.1755698374.txt.gz · Last modified: by Sean Rhone