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

servers:windows:games:2009scape_localhost [2025/08/04 01:37] – [Server Start] Sean Rhoneservers:windows:games:2009scape_localhost [2025/09/11 06:43] (current) – external edit 127.0.0.1
Line 9: Line 9:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[windows;10|Windows 10 (21H2)]]+  * [[windows;11_ltsc|Windows 11 (24H2)]]
   * [[programs;windows;git|Git]] (LFS component required)   * [[programs;windows;git|Git]] (LFS component required)
   * [[games:windows:rt4_client_runescape_530|RT4 Client]]   * [[games:windows:rt4_client_runescape_530|RT4 Client]]
Line 44: Line 44:
   * [[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]])
  
-  MKDIR "%UserProfile%\Projects\2009Scape-Server\conf" +  MKDIR "%UserProfile%\Projects\2009Scape-Server\conf" "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\conf\localhost.conf"
- +
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\conf\localhost.conf"+
  
 <code> <code>
Line 52: Line 50:
  
 # Server # Server
-log_level = "detailed"+log_level = "verbose"
 write_logs = false write_logs = false
-msip = "127.0.0.1"+msip = "localhost"
 secret_key = "2009scape_development" secret_key = "2009scape_development"
 preload_map = false preload_map = false
Line 72: Line 70:
  
 # MySQL # MySQL
-database_address = "127.0.0.1"+database_address = "localhost"
 database_port = "3306" database_port = "3306"
 database_name = "2009scape" database_name = "2009scape"
Line 108: Line 106:
 skillcape_perks = false skillcape_perks = false
 jad_practice_enabled = false jad_practice_enabled = false
-inauthentic_candlelight_random = true+inauthentic_candlelight_random = false
  
 # Holiday (only enable one "force" or none) # Holiday (only enable one "force" or none)
Line 171: Line 169:
  
 ====== Scripts ====== ====== Scripts ======
- 
-**** 
- 
-  MKDIR "%UserProfile%\Projects\2009Scape-Server\scripts" 
  
 ===== Server Start ===== ===== Server Start =====
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-start.bat"+  MKDIR "%UserProfile%\Projects\2009Scape-Server\scripts""notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-start.bat"
  
 <code> <code>
 @echo off @echo off
 +
 +TITLE 2009Scape Server
  
 CD "%UserProfile%\Projects\2009Scape-Server\src\Server" CD "%UserProfile%\Projects\2009Scape-Server\src\Server"
Line 195: Line 191:
 ===== Server Update ===== ===== Server Update =====
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-update.bat"+  MKDIR "%UserProfile%\Projects\2009Scape-Server\scripts""notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-server-update.bat"
  
 <code> <code>
Line 212: Line 208:
 ===== Save Data Back-up ===== ===== Save Data Back-up =====
  
-  "notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-save-backup.bat"+  MKDIR "%UserProfile%\Projects\2009Scape-Server\scripts""notepad.exe" "%UserProfile%\Projects\2009Scape-Server\scripts\localhost-save-backup.bat"
  
 <code> <code>
Line 235: Line 231:
 ===== Start Menu ===== ===== Start Menu =====
  
-  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""explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\2009Scape"
  
 ==== Server Start ==== ==== Server Start ====
Line 270: Line 266:
  
   Install Notes (Server)   Install Notes (Server)
 +
 +====== Quick Commands ======
 +
 +===== Save Restore =====
 +
 +  * ''Server\data\players\espionage724.json''
 +
 +  MKDIR "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players" & "explorer.exe" "%UserProfile%\Projects\2009Scape-Server\src\Server\data\players"
  
/srv/www/wiki/data/attic/servers/windows/games/2009scape_localhost.1754285878.txt.gz · Last modified: by Sean Rhone