| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:2004scape_localhost_rolling [2026/01/05 23:52] – [Map] Sean Rhone | games:linux:2004scape_localhost_rolling [2026/01/05 23:55] (current) – Sean Rhone |
|---|
| * Lost City Server + Client | * Lost City Server + Client |
| * [[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]] |
| | |
| * 2026/01/05: ''254'' | * 2026/01/05: ''254'' |
| |
| * :!: 2026/01/05: WIP ((untested, but looks good 8-))) | * :!: 2026/01/05: Untested |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| |
| * https://github.com/LostCityRS/Engine-TS/commits/254/ | * https://github.com/LostCityRS/Engine-TS/commits/254/ |
| | * https://github.com/LostCityRS/Engine-TS/branches |
| |
| cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/LostCity-rolling-EngineTS/src' && git clone --branch '254' --depth '1' --recurse-submodules 'https://github.com/LostCityRS/Engine-TS.git' ~/'Projects/LostCity-rolling-EngineTS/src' | cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/LostCity-rolling-EngineTS/src' && git clone --branch '254' --depth '1' --recurse-submodules 'https://github.com/LostCityRS/Engine-TS.git' ~/'Projects/LostCity-rolling-EngineTS/src' |
| |
| * https://github.com/LostCityRS/Content/commits/254/ | * https://github.com/LostCityRS/Content/commits/254/ |
| | * https://github.com/LostCityRS/Content/branches |
| |
| cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/LostCity-rolling-EngineTS/content' && git clone --branch '254' --depth '1' --recurse-submodules 'https://github.com/LostCityRS/Content.git' ~/'Projects/LostCity-rolling-EngineTS/content' | cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/LostCity-rolling-EngineTS/content' && git clone --branch '254' --depth '1' --recurse-submodules 'https://github.com/LostCityRS/Content.git' ~/'Projects/LostCity-rolling-EngineTS/content' |
| ===== 2004Scape ===== | ===== 2004Scape ===== |
| |
| mkdir -p ~/'.local/share/applications' && nano ~/'.local/share/applications/2004Scape-localhost.desktop' && sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/2004Scape-localhost.desktop' && update-desktop-database --quiet ~/'.local/share/applications' | mkdir -p ~/'.local/share/applications' && nano ~/'.local/share/applications/2004Scape-localhost-rolling.desktop' && sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/2004Scape-localhost-rolling.desktop' && update-desktop-database --quiet ~/'.local/share/applications' |
| |
| <code> | <code> |
| [Desktop Entry] | [Desktop Entry] |
| Name=2004Scape | Name=2004Scape (rolling) |
| Categories=Game; | Categories=Game; |
| Exec='/bin/bash' -c "WEBKIT_DISABLE_COMPOSITING_MODE='1' '/usr/libexec/libwebkit2gtk-4_1-0/MiniBrowser' --dark-mode --autoplay-policy 'allow' --private --features='-PreferPageRenderingUpdatesNear60FPS' 'http://localhost:8888/rs2.cgi'" | Exec='/bin/bash' -c "WEBKIT_DISABLE_COMPOSITING_MODE='1' '/usr/libexec/libwebkit2gtk-4_1-0/MiniBrowser' --dark-mode --autoplay-policy 'allow' --private --features='-PreferPageRenderingUpdatesNear60FPS' 'http://localhost:8888/rs2.cgi'" |
| |
| [Desktop Action Notes] | [Desktop Action Notes] |
| Exec='/bin/bash' -c "gio open 'https://wiki.realmofespionage.xyz/games:linux:2004scape_localhost'" | Exec='/bin/bash' -c "gio open 'https://wiki.realmofespionage.xyz/games:linux:2004scape_localhost_rolling'" |
| Name=Install Notes | Name=Install Notes |
| |