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/02/04 00:21] Sean Rhoneservers:windows:games:2009scape_localhost [2026/03/03 18:28] (current) – [Initial Build] Sean Rhone
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.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.18.8-hotspot" && "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests && SET "JAVA_HOME="
Line 55: Line 55:
   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 165: 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 189: 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 203: Line 203:
 SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot" SET "JAVA_HOME=%ProgramFiles%\Microsoft\jdk-17.0.18.8-hotspot"
  
-CALL "%UserProfile%\Projects\2009Scape-Server\src\Server\mvnw.cmd" "clean" "package" -DskipTests | FIND /V "WARNING"+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 215: 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 222: 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 244: 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 284: 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.1770182474.txt.gz · Last modified: by Sean Rhone