User Tools

Site Tools


servers:windows:games:2009scape_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
servers:windows:games:2009scape_localhost [2026/04/03 22:16] – [Prerequisites] Sean Rhoneservers:windows:games:2009scape_localhost [2026/07/06 09:31] (current) – [Settings] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * 2009Scape Server ((https://gitlab.com/2009scape/2009scape))+  * 2009Scape Server
  
 ===== Media ===== ===== Media =====
  
   * [[https://media.realmofespionage.xyz/index/category/3|Progress Pics]]   * [[https://media.realmofespionage.xyz/index/category/3|Progress Pics]]
 +  * [[https://www.youtube.com/watch?v=CpOPie2s8nI|Offline Test Video]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 11: Line 12:
   * [[windows:10|Windows 10 (21H2)]]   * [[windows:10|Windows 10 (21H2)]]
   * [[programs;windows;git|Git]] (:!: LFS component required)   * [[programs;windows;git|Git]] (:!: LFS component required)
-  * [[games:windows:rt4_client_runescape_530|RT4 Client]]+ 
 +===== Notes ===== 
 + 
 +  For a game client, see [[games:windows:rt4_client_runescape_530|RT4 Client]]
  
 ====== Dependencies ====== ====== Dependencies ======
Line 24: Line 28:
  
   * https://aka.ms/download-jdk/microsoft-jdk-25-windows-x64.msi   * https://aka.ms/download-jdk/microsoft-jdk-25-windows-x64.msi
-  * Last tested: ''microsoft-jdk-25.0.2-windows-x64.msi''+  * Last tested: ''microsoft-jdk-25.0.3-windows-x64.msi''
  
   * Entire feature install of ''Microsoft Build of OpenJDK''   * Entire feature install of ''Microsoft Build of OpenJDK''
Line 31: Line 35:
  
   * https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi   * https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi
-  * Last tested: ''microsoft-jdk-17.0.18-windows-x64.msi''+  * Last tested: ''microsoft-jdk-17.0.19-windows-x64.msi''
  
   * :!: All secondary features manually-marked unavailable   * :!: All secondary features manually-marked unavailable
Line 43: Line 47:
 ====== Initial Build ====== ====== Initial Build ======
  
-  * ~5 minutes i5-8400H ((2026/03/03: ''04:41 min''))+  * ~5 minutes i5-8400H ((2026/06/10: ''04:39 min'' 4C8T))
  
-  CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests && SET "JAVA_HOME="+  CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" --define "skipTests" "clean" "package" --threads "%NUMBER_OF_PROCESSORS%" && SET "JAVA_HOME="
  
 ====== Settings ====== ====== Settings ======
  
-  * Last commit: [[https://gitlab.com/2009scape/2009scape/-/commit/dfb53cfa03fff99374e60875e01a16f10d995749|November 252025]] ''dfb53cfa''+  * Last commit: [[https://gitlab.com/2009scape/2009scape/-/commit/afeffc1b98a565572c39d0aaeda925fbba6ab2aa|Jul 32026]] ''afeffc1b''
   * [[https://gitlab.com/2009scape/2009scape/-/commits/master/Server/worldprops/default.conf?ref_type=heads|New commits check]]   * [[https://gitlab.com/2009scape/2009scape/-/commits/master/Server/worldprops/default.conf?ref_type=heads|New commits check]]
   * [[https://gitlab.com/2009scape/2009scape/-/blob/master/Server/worldprops/default.conf?ref_type=heads|Upstream worldprops/default.conf]] ([[https://gitlab.com/2009scape/2009scape/-/raw/master/Server/worldprops/default.conf?ref_type=heads|raw]])   * [[https://gitlab.com/2009scape/2009scape/-/blob/master/Server/worldprops/default.conf?ref_type=heads|Upstream worldprops/default.conf]] ([[https://gitlab.com/2009scape/2009scape/-/raw/master/Server/worldprops/default.conf?ref_type=heads|raw]])
Line 71: Line 75:
 connectivity_check_url = "localhost" connectivity_check_url = "localhost"
 connectivity_timeout = 500 connectivity_timeout = 500
 +websocket_enabled = false
 +websocket_port = 0
 +websocket_tls_enabled = false
 +websocket_tls_keystore_path = ""
 +websocket_tls_keystore_password = ""
  
 [database] [database]
Line 100: Line 109:
 motw_identifier = "0" motw_identifier = "0"
 motw_text = "Welcome to your localhost server!" motw_text = "Welcome to your localhost server!"
-new_player_location = "2524,5002,0"+new_player_location = "3094,3107,0"
 home_location = "3222,3218,0" home_location = "3222,3218,0"
 autostock_ge = false autostock_ge = false
Line 129: Line 138:
 force_christmas_randoms = false force_christmas_randoms = false
 ######################################## ########################################
 +april_fools_event = false
 +force_april_fools = false
 runecrafting_formula_revision = 530 runecrafting_formula_revision = 530
 enhanced_deep_wilderness = false enhanced_deep_wilderness = false
Line 178: Line 189:
 SET "_JAVA_OPTIONS=--sun-misc-unsafe-memory-access=allow --enable-native-access=ALL-UNNAMED -Djava.net.preferIPv6Addresses=false" SET "_JAVA_OPTIONS=--sun-misc-unsafe-memory-access=allow --enable-native-access=ALL-UNNAMED -Djava.net.preferIPv6Addresses=false"
  
-START "2009Scape Server" /MIN /D "%UserProfile%\Projects\2009Scape-Server\src\Server" "%JAVA_HOME%\bin\java.exe" -jar "%UserProfile%\Projects\2009Scape-Server\src\Server\target\server-1.0.0-jar-with-dependencies.jar" "%UserProfile%\Projects\2009Scape-Server\conf\localhost.conf"+START "2009Scape Server" /D "%UserProfile%\Projects\2009Scape-Server\src\Server" "%JAVA_HOME%\bin\java.exe" -jar "%UserProfile%\Projects\2009Scape-Server\src\Server\target\server-1.0.0-jar-with-dependencies.jar" "%UserProfile%\Projects\2009Scape-Server\conf\localhost.conf"
  
 SET "_JAVA_OPTIONS=" SET "_JAVA_OPTIONS="
Line 200: Line 211:
 CD "%UserProfile%\Projects\2009Scape-Server\src\Server" CD "%UserProfile%\Projects\2009Scape-Server\src\Server"
  
-SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot"+SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.19.10-hotspot"
  
-CALL "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests+CALL "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" --define "skipTests" "clean" "package" --threads "%NUMBER_OF_PROCESSORS%"
  
 SET "JAVA_HOME=" SET "JAVA_HOME="
 +CD "%Temp%"
  
 "%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "2009Scape localhost server update complete" "%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "2009Scape localhost server update complete"
Line 240: Line 252:
  
 ===== Start Menu ===== ===== Start Menu =====
- 
-**** 
  
   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape"   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape"
Line 298: Line 308:
  
   MKDIR "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" & "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players"   MKDIR "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" & "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players"
 +
 +===== Hide Maven Folder =====
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.m2"
  
/usr/local/www/wiki/data/attic/servers/windows/games/2009scape_localhost.1775269014.txt.gz · Last modified: by Sean Rhone