Skip to content

Commit 084d232

Browse files
authored
Merge pull request #762 from cjakeman/website-hsb-simulator
News and trade updated
2 parents fd24982 + 3d001fe commit 084d232

File tree

3 files changed

+64
-27
lines changed

3 files changed

+64
-27
lines changed

Website/openrails.org/discover/news/index.php

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,37 @@
1515
<div class="row">
1616
<div class="col-md-1"></div>
1717
<div class="col-md-5">
18+
<h2>Jan 2023 - Portugal '79</h2>
19+
<p>
20+
<a href="https://github.com/cpvirtual/OR_CPV.git">Portugal '79</a> has been published.
21+
This provides 1775km of broad gauge track, with full detail on 91km between Entroncamento and Alfarelos.
22+
</p>
23+
<h2>Jan 2023 - HSB Simulator</h2>
24+
<p>
25+
New commercial route <a href="http://www.hsb-simulator.com/">HSB Simulator</a> published.
26+
This contains 87 miles of the Harz narrow-gauge railway, the longest narrow-gauge route network in Europe.
27+
</p>
28+
<hr />
29+
<h2>Nov 2022 - Version 1.5.1</h2>
30+
<p>
31+
<a href="/discover/version-1-5-1/">Open Rails 1.5.1</a> released to fix 3 bugs in v1.5.
32+
</p>
33+
<hr />
34+
<h2>Nov 2022 - Version 1.5</h2>
35+
<p>
36+
<a href="/discover/version-1-5/">Open Rails 1.5</a> released.
37+
</p>
38+
<hr />
39+
<h2>Summer 2022</h2>
40+
<p>
41+
Three new UK routes are now available for immediate download <a href="http://openrails.org/download/content/">here</a>.
42+
</p>
43+
<hr />
44+
<h2>Oct 2021 - Version 1.4</h2>
45+
<p>
46+
<a href="/discover/version-1-4/">Open Rails 1.4</a> released.
47+
</p>
48+
<hr />
1849
<h2>Nov 2020</h2>
1950
<p>
2051
Wagons can now be braked individually as on the oldest railways. This can be experienced in 2 scenarios - <a href="https://www.coalstonewcastle.com.au/physics/stock/#rainhill">Stephenson's Rocket at Rainhill Trials</a> and <a href="https://www.coalstonewcastle.com.au/physics/stock/#select">Langley Vale Timber Tramway</a>.

Website/openrails.org/index.php

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<!-- <img class="totally_free_software" src="shared/now_at_version_1_1.png" alt="Now at Version 1.1"/>-->
1212
<!-- <img class="totally_free_software" src="shared/now_at_version_1_2.png" alt="Now at Version 1.2"/>-->
1313
<!-- <img class="totally_free_software" src="shared/now_at_version_1_3.png" alt="Now at Version 1.3"/> -->
14-
<img class="totally_free_software" src="shared/now_at_version_1_4.png" alt="Now at Version 1.4"/>
14+
<!-- <img class="totally_free_software" src="shared/now_at_version_1_4.png" alt="Now at Version 1.4"/> -->
15+
<img class="totally_free_software" src="shared/now_at_version_1_5.png" alt="Now at Version 1.5"/>
1516
<a href="/">
1617
<img class="logo" src='shared/logos/or_logo.png' alt='logo for Open Rails'/>
1718
<div class="logo_text">Open Rails</div>
@@ -26,7 +27,7 @@
2627
</div>
2728
<?php include "shared/menu.php" ?>
2829
<?php
29-
$download_stable = 'OpenRails-1.4-Setup.exe';
30+
$download_stable = 'OpenRails-1.5-Setup.exe';
3031
$file_path = "files";
3132
?>
3233
<div class="row">
@@ -44,26 +45,24 @@
4445
<!-- Button to trigger modal -->
4546
<a href="#modal1" role="button" class='btn download_button' data-toggle="modal">
4647
<span class='glyphicon glyphicon-download'></span>&nbsp; Download the installer
47-
<?php echo '19 Oct 2021, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
48+
<?php echo '27 Nov 2022, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
4849
</a>
4950
</div>
5051
</div>
5152
</div>
5253
<div class="row">
5354
<div class="col-md-4 divider">
5455
<div class="heading">
55-
<h4>Key Changes in v1.4</h4>
56+
<h4>Key Changes in v1.5.1</h4>
5657
</div>
5758
<p>
58-
Monogame graphics replace XNA with support for <a href="https://reshade.me/">ReShade</a> and more memory
59+
Container loading and unloading
5960
</p><p>
60-
Web server providing train data for web pages on other devices
61+
End Of Train (EOT) devices
6162
</p><p>
62-
Map window for timetabled trains
63+
64-bit compatibility lifting the 3GB RAM limit
6364
</p><p>
64-
Vacuum braking
65-
</p><p>
66-
Many <a href="/discover/version-1-4/">more additions and improvements</a> are listed here.
65+
Many <a href="/discover/version-1-5/">more additions and improvements</a> are listed here.
6766
</p>
6867
</div>
6968
<div class="col-md-4 divider">
@@ -72,14 +71,17 @@
7271
</div>
7372
<div style="background-color: #ffffcc; margin: 0 -5px; padding: 0 5px;">
7473
<p>
75-
<strong>Summer 2022</strong>
76-
Three new UK routes are now available for immediate download <a href="http://openrails.org/download/content/">here</a>.
74+
<strong>Jan 2023</strong>
75+
<a href="https://github.com/cpvirtual/OR_CPV.git">Portugal '79</a> has been published.
7776
</p>
78-
</div>
77+
<p>
78+
New commercial route <a href="http://www.hsb-simulator.com/">HSB Simulator</a> published.
79+
</p>
80+
</div>
7981
<div style="background-color: #ffffee; margin: 0 -5px; padding: 0 5px;">
8082
<p>
81-
<strong>Oct 2021</strong>
82-
<a href="http://openrails.org/discover/version-1-4/">Version 1.4</a> is now available for immediate download <a href="http://openrails.org/download/program/">here</a>.
83+
<strong>Summer 2022</strong>
84+
Three new UK routes are now available for immediate download <a href="http://openrails.org/download/content/">here</a>.
8385
</p>
8486
<p>
8587
<strong>Oct 2021</strong>
@@ -100,18 +102,21 @@
100102
<h4>Videos</h4>
101103
</div>
102104
<div class="headed_content">
103-
<h5><a href="https://youtu.be/8RGw7hKdNPM" target="_blank">New features in Release 1.4</a></h5>
105+
<h5><a href="https://youtu.be/ZY2_UYvacXg" target="_blank">New features in Release 1.5.1</a></h5>
104106
</div>
105107
<p>&nbsp;</p>
108+
<div>
109+
<h5>UK New Forest Route</h5>
110+
<p>
111+
To accompany his release of the New Forest route, Rick Loader shows
112+
<a href="https://youtu.be/mk2YQn271A4" target="_blank">
113+
timetable mode in action on New Forest Route</a>.
114+
</p>
115+
</div>
106116
<p>&nbsp;</p>
107117
<div>
108-
<h5>Video Review <a href="http://www.attherailyard.com" target="_blank">At The Railyard</a></h5>
109118
<p>
110-
In his Series 5, Nicholas Ozorak publishes
111-
<a href="http://www.attherailyard.com/seasonfiveepisodes.htm#openrails" target="_blank">
112-
a review of the fictional Full Bucket Line running in Open Rails</a>.
113-
</p><p>
114-
See more with this <a href="https://www.youtube.com/results?search_query=open+rails" target="_blank">YouTube search</a>.
119+
See more videos with this <a href="https://www.youtube.com/results?search_query=open+rails" target="_blank">YouTube search</a>.
115120
</p>
116121
</div>
117122
</div>

Website/openrails.org/trade/index.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,25 @@
3535
</p>
3636
<ul>
3737
<li><a href="https://www.trainsimulations.net/">TrainSimulations</a> - Canada</li>
38-
<li><a href="https://pikku.msts.cz">Pikku Locomotive Works</a> - Czechoslovakia</li>
38+
<li><a href="https://pikku.msts.cz/">Pikku Locomotive Works</a> - Czechoslovakia</li>
39+
<li><a href="http://www.hsb-simulator.com/" title="Harz narrow-gauge railways">HSB Simulator</a> - Germany</li>
3940
<li><a href="http://broadgaugeproduction.irts.in/">Broad Gauge Productions</a> - India</li>
40-
<li><a href="http://www.3dtrains.com" target="_blank">3DTrains</a> - USA</li>
41-
<li><a href="https://dekogames.com/trains/">Deko Games</a> - USA</li>
4241
<li><a href="http://www.gabriele90.com/">Gabriele 90</a> - Italy</li>
42+
<li><a href="http://www.3dtrains.com/" target="_blank">3DTrains</a> - USA</li>
43+
<li><a href="https://dekogames.com/trains/">Deko Games</a> - USA</li>
4344
</ul>
4445
<p>&nbsp;</p>
4546
<h2>Vendors Supporting MSTS</h2>
4647
<p>
4748
These vendors sell or distribute products suitable for MSTS:
4849
</p>
4950
<ul>
50-
<li><a href="http://www.3dtrainstuff.com" target="_blank">3DTrainStuff</a> - USA and UK</li>
5151
<li><a href="http://www.valleypass.com/" target="_blank">BLW Productions</a> - Canada</li>
52-
<li><a href="http://www.dieselswest.com" target="_blank">DieselsWest</a> - USA</li>
5352
<li><a href="http://www.mapleleaftracks.com" target="_blank">Maple Leaf Tracks</a> - Canada</li>
5453
<li><a href="https://www.simtrain.ch/" target="_blank">SimTrain.ch</a> - Switzerland</li>
5554
<li><a href="http://www.uktrainsim.com" target="_blank">UKTrainSim</a> - UK</li>
55+
<li><a href="http://www.3dtrainstuff.com" target="_blank">3DTrainStuff</a> - USA and UK</li>
56+
<li><a href="http://www.dieselswest.com" target="_blank">DieselsWest</a> - USA</li>
5657
<li><a href="http://www.vscalecreations.com" target="_blank">V Scale Creations</a> - USA</li>
5758
</ul>
5859
<p>

0 commit comments

Comments
 (0)