Line 46:
Line 46:
| <code>signal_position</code> || ☑️ || recommended signal position for the signal position setting in RailOS for this simulation, either "left" or "right" side of the track.
| <code>signal_position</code> || ☑️ || recommended signal position for the signal position setting in RailOS for this simulation, either "left" or "right" side of the track.
|}
|}
+
+
=== Example ===
+
+
The following example is taken from the [[Glasgow Suburban]] project:
+
+
<pre>
+
rly_file = "Glasgow_Suburban.rly"
+
+
ttb_files = [ "Glasgow_Suburban_2022_MoFri_5am.ttb",]
+
+
ssn_files = [ "Glasgow_Suburban_2022_MoFri_5am.ssn",]
+
+
graphic_files = []
+
+
img_files = [ "GlasgowSuburban.bmp",]
+
+
doc_files = [ "README.md",]
+
+
release_date = "2022-02-22"
+
+
version = "1.0.1"
+
+
country_code = "GB"
+
+
description = "A simulation of the suburban rail network around the Scottish city of Glasgow, UK"
+
+
display_name = "Glasgow Suburban"
+
+
name = "Glasgow Suburban"
+
+
year = 2022
+
+
author = "Krizar"
+
+
contributors = []
+
+
factual = true
+
</pre>
=== Conventions ===
=== Conventions ===