User Tools

Site Tools


games:windows: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:windows:2004scape_localhost [2025/06/13 02:22] Sean Rhonegames:windows:2004scape_localhost [2025/06/19 18:26] (current) – old revision restored (2025/06/14 22:04) Sean Rhone
Line 17: Line 17:
  
   * [[https://lostcity.rs/t/singleplayer-main-branch-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/54|Lost City Forums]]   * [[https://lostcity.rs/t/singleplayer-main-branch-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/54|Lost City Forums]]
-  * [[games;windows;2004scape_localhost_node|Node.js version]] 
  
 ====== Dependencies ====== ====== Dependencies ======
Line 33: Line 32:
  
   * [[https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64.zip|bun-windows-x64.zip]]   * [[https://github.com/oven-sh/bun/releases/latest/download/bun-windows-x64.zip|bun-windows-x64.zip]]
 +  * [[https://github.com/oven-sh/bun/releases|oven-sh/bun]]
  
   MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext"   MKDIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext"
Line 39: Line 39:
  
   DIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe"   DIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe"
 +
 +===== Node.js =====
 +
 +  * [[https://nodejs.org/download/release/latest/win-x64/node.exe|node.exe]]
 +  * [[https://nodejs.org/download/release/latest/|nodejs.org]] latest
 +
 +  "%UserProfile%\Projects\LostCity-225-EngineTS\ext\node.exe"
 +
 +  DIR "%UserProfile%\Projects\LostCity-225-EngineTS\ext\node.exe"
  
 ====== Download Source ====== ====== Download Source ======
Line 97: Line 106:
  
 TITLE 2004Scape - Server TITLE 2004Scape - Server
 +
 +SET "NODE=%UserProfile%\Projects\LostCity-225-EngineTS\ext\node.exe"
  
 "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" --env-file="%UserProfile%\Projects\LostCity-225-EngineTS\conf\localhost.env" --cwd="%UserProfile%\Projects\LostCity-225-EngineTS\src" run "quickstart" "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" --env-file="%UserProfile%\Projects\LostCity-225-EngineTS\conf\localhost.env" --cwd="%UserProfile%\Projects\LostCity-225-EngineTS\src" run "quickstart"
Line 118: Line 129:
 "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\LostCity-225-EngineTS\content" reset --hard "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\LostCity-225-EngineTS\content" reset --hard
 "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\LostCity-225-EngineTS\content" pull origin "225" --rebase "%ProgramFiles%\Git\bin\git.exe" -C "%UserProfile%\Projects\LostCity-225-EngineTS\content" pull origin "225" --rebase
 +
 +SET "NODE=%UserProfile%\Projects\LostCity-225-EngineTS\ext\node.exe"
 +SET "PATH=%PATH%;%UserProfile%\Projects\LostCity-225-EngineTS\ext"
  
 "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" --cwd="%UserProfile%\Projects\LostCity-225-EngineTS\src" run "clean" "%UserProfile%\Projects\LostCity-225-EngineTS\ext\bun.exe" --cwd="%UserProfile%\Projects\LostCity-225-EngineTS\src" run "clean"
/srv/www/wiki/data/attic/games/windows/2004scape_localhost.1749795754.txt.gz · Last modified: by Sean Rhone