From 2fcd0bfde61f627d4f992073a0af051c5e645802 Mon Sep 17 00:00:00 2001 From: GingerAdonis <2751672+GingerAdonis@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:13:39 +0100 Subject: [PATCH] Remove demo page (#170) Temporary redirect is included. Will be removed at a later point. --- src/http/routes/downloads.js | 14 +++----------- views/downloads/demo.eta | 27 --------------------------- 2 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 views/downloads/demo.eta diff --git a/src/http/routes/downloads.js b/src/http/routes/downloads.js index 451ed0c..f3dc6e2 100644 --- a/src/http/routes/downloads.js +++ b/src/http/routes/downloads.js @@ -45,23 +45,15 @@ export class DownloadsRouter { }); router.get('/demo', (req, res) => { - res.render('downloads/demo', { - ...HTTPServer.instance.application.locals, - req, - page: { - title: 'Download RCT2 Demo', - description: 'By downloading the free RollerCoaster Tycoon 2 TTP Demo you can play the full OpenRCT2 game.', - path: HTTPServer.getExpressPath(req.baseUrl, req.path), - }, - }); + res.redirect('https://files.xoti.net/rollercoaster-tycoon-2/demos/rct2-triple-thrill-pack-demo/'); }); router.get('/demo/zip', (req, res) => { - res.redirect('https://openrct2.org/files/demo/RollerCoasterTycoon2TTP_EN.zip'); + res.redirect('https://files.xoti.net/rollercoaster-tycoon-2/demos/rct2-triple-thrill-pack-demo/'); }); router.get('/demo/exe', (req, res) => { - res.redirect('https://openrct2.org/files/demo/RollerCoasterTycoon2TTP_EN.exe'); + res.redirect('https://files.xoti.net/rollercoaster-tycoon-2/demos/rct2-triple-thrill-pack-demo-executable/'); }); router.param('branch', (req, res, next, branch) => { diff --git a/views/downloads/demo.eta b/views/downloads/demo.eta deleted file mode 100644 index 2740650..0000000 --- a/views/downloads/demo.eta +++ /dev/null @@ -1,27 +0,0 @@ -<% layout('layout') %> -
-

RollerCoaster Tycoon 2 TTP Demo

-

The RollerCoaster Tycoon 2 TTP Demo allows you to play the full game for 1 hour. Fortunately, OpenRCT2 removes this 1 hour time limit. By removing this limit you can enjoy the full OpenRCT2 experience without buying the game.

-

Consider buying the game

-

We highly recommend you to buy the game in order to support Chris Sawyer and Atari. It's really not that expensive, and gives you the full experience as it should be. Using this demo is at your own risk!

-

- RollerCoaster Tycoon 2 can be bought on - Green Man Gaming, - G2A, - GOG - and various other digital stores. -

-

Instructions

- -