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/01/24 04:25] – [Initial Build] Sean Rhoneservers:windows:games:2009scape_localhost [2026/03/03 18:28] (current) – [Initial Build] Sean Rhone
Line 24: Line 24:
  
   * 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.1-windows-x64.msi''+  * Last tested: ''microsoft-jdk-25.0.2-windows-x64.msi''
  
   * Entire feature install of ''Microsoft Build of OpenJDK''   * Entire feature install of ''Microsoft Build of OpenJDK''
Line 31: Line 31:
  
   * 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.17-windows-x64.msi''+  * Last tested: ''microsoft-jdk-17.0.18-windows-x64.msi''
  
   * :!: All secondary features manually-marked unavailable   * :!: All secondary features manually-marked unavailable
Line 43: Line 43:
 ====== Initial Build ====== ====== Initial Build ======
  
-  * ~5 minutes i5-8400H ((2026/01/24: ''04:53 min''))+  * ~5 minutes i5-8400H ((2026/03/03: ''04:41 min''))
  
-  CD "%UserProfile%\Projects\2009Scape-Server\src\Server" && SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.17.10-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.18.8-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests && SET "JAVA_HOME="
  
 ====== Settings ====== ====== Settings ======
Line 52: Line 52:
   * [[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]])
-  * [[https://gitlab.com/2009scape/2009scape/-/blob/master/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt|HolidayRandoms.kt]] 
- 
-  * 2026/01/24: ''randoms = false'' 
  
   MKDIR "%UserProfile%\Projects\2009Scape-Server\conf"   MKDIR "%UserProfile%\Projects\2009Scape-Server\conf"
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\conf\localhost.conf"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Projects\2009Scape-Server\conf\localhost.conf"
  
 <code> <code>
Line 168: Line 165:
   MKDIR "%UserProfile%\Projects\2009Scape-Server\scripts"   MKDIR "%UserProfile%\Projects\2009Scape-Server\scripts"
  
-  "explorer.exe" "%UserProfile%\Projects\2009Scape-Server\scripts"+  "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\2009Scape-Server\scripts"
  
 ===== Server Start ===== ===== Server Start =====
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-start.bat"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-start.bat"
  
 <code> <code>
Line 192: Line 189:
 ===== Server Update ===== ===== Server Update =====
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-update.bat"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-update.bat"
  
 <code> <code>
Line 204: Line 201:
 CD "%UserProfile%\Projects\2009Scape-Server\src\Server" CD "%UserProfile%\Projects\2009Scape-Server\src\Server"
  
-SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.17.10-hotspot"+SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot"
  
-CALL "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests+CALL "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests -B -q
  
 SET "JAVA_HOME=" SET "JAVA_HOME="
  
-MSG %USERNAME% /TIME:"2" "2009Scape localhost server update complete"+"%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "2009Scape localhost server update complete"
  
 :: End</code> :: End</code>
Line 218: Line 215:
 ===== Save Data Back-up ===== ===== Save Data Back-up =====
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-save-backup.bat"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-save-backup.bat"
  
 <code> <code>
Line 225: Line 222:
 CD "%Temp%" CD "%Temp%"
  
-"tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-2009Scape-Server-localhost-Saves.tar.gz" -C "%UserProfile%\Projects\2009Scape-Server\src\Server\data" "players"+"%SystemRoot%\System32\tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-2009Scape-Server-localhost-Saves.tar.gz" -C "%UserProfile%\Projects\2009Scape-Server\src\Server\data" "players"
  
-MSG %USERNAME% /TIME:"2" "2009Scape Save Data Backed-up Successfully to Downloads"+"%SystemRoot%\System32\msg.exe" %USERNAME% /TIME:"2" "2009Scape Save Data Backed-up Successfully to Downloads"
  
 :: End</code> :: End</code>
Line 247: Line 244:
 **** ****
  
-  MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape" & "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"
  
 ==== Server Start ==== ==== Server Start ====
Line 287: Line 284:
   * ''Server\data\players\espionage724.json''   * ''Server\data\players\espionage724.json''
  
-  MKDIR "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" & "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"
  
/usr/local/www/wiki/data/attic/servers/windows/games/2009scape_localhost.1769246737.txt.gz · Last modified: by Sean Rhone