Skip to content

Commit 082be8b

Browse files
authored
Merge pull request #294 from noah-severyn/update-download-page
Update NAM download page
2 parents 038cdee + 0e55e07 commit 082be8b

16 files changed

Lines changed: 307 additions & 31 deletions

File tree

assets/scss/app.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
/** Import KaTeX */
1414
@import 'katex/dist/katex';
1515

16+
/** Import Bootstrap Icons */
17+
@import 'bootstrap-icons/font/bootstrap-icons.scss';
18+
1619
/** Import theme styles */
1720
@import 'common/fonts';
1821
@import 'common/global';

assets/scss/common/_global.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,11 @@ a.btn:focus {
278278

279279
ol {
280280
padding-bottom: 15px;
281-
}
281+
}
282+
283+
.bi-check-circle-fill {
284+
color: #00cc00;
285+
}
286+
.bi-x-lg {
287+
color: red;
288+
}

assets/scss/components/_tables.scss

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ table {
33

44
margin: 0 0 2rem;
55

6+
&.table-lg {
7+
> :not(caption)>*>* {
8+
padding: 1rem;
9+
}
10+
}
11+
12+
.bi-icon {
13+
font-family: "bootstrap-icons";
14+
}
15+
616
&.nam-compat-status {
717

818
tbody {
@@ -17,11 +27,12 @@ table {
1727
}
1828
}
1929

20-
th:first-child, td:first-child {
30+
th:first-child,
31+
td:first-child {
2132
font-weight: bold;
2233
border-right: 2px solid var(--bs-table-border-color);
2334
}
24-
35+
2536
th {
2637
white-space: nowrap;
2738
}
@@ -79,4 +90,4 @@ table {
7990

8091
}
8192
}
82-
}
93+
}

config/postcss.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = {
5757
'./node_modules/bootstrap/scss/_dropdown.scss',
5858
'./node_modules/bootstrap/scss/_grid.scss',
5959
'./node_modules/katex/dist/katex.css',
60+
'./node_modules/bootstrap-icons/font/bootstrap-icons.css',
6061
]),
6162
],
6263
}),

content/docs/feature-guides/traffic-sim/index.it.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
title : "The NAM Traffic Simulator"
33
url: "/docs/feature-guides/traffic-sim"
44
description: "The NAM Traffic Simulator is a traffic simulator that is derived from the original Maxis traffic simulator, but is also built upon the knowledge gained from all previous NAM traffic simulators, including work by the7trumpets, Tropod, jplumbley, mott, and z."
5-
lead: "The NAM Traffic Simulator is a traffic simulator that is derived from the original Maxis traffic simulator, but is also built upon the knowledge gained from all previous NAM traffic simulators, including work by the7trumpets, Tropod, jplumbley, mott, and z. The NAM Traffic Simulator was originally incorporated into the NAM as Simulator Z, as at that time there were a number of different traffic simulators available in the NAM. Internally, this traffic simulator is still known as Simulator Z, and the latest version is Simulator Z v3.0. This is the first release of the NAM Traffic Simulator in over ten years that includes new functionality, and the significance of this new functionality is the greatest since the release of Simulator Z v2.1 in December, 2009, which established the value of the pathfinding heuristic that is still in use today.
6-
"
5+
lead: "The NAM Traffic Simulator is a traffic simulator that is derived from the original Maxis traffic simulator, but is also built upon the knowledge gained from all previous NAM traffic simulators, including work by the7trumpets, Tropod, jplumbley, mott, and z. The NAM Traffic Simulator was originally incorporated into the NAM as Simulator Z, as at that time there were a number of different traffic simulators available in the NAM. Internally, this traffic simulator is still known as Simulator Z, and the latest version is Simulator Z v3.0. This is the first release of the NAM Traffic Simulator in over ten years that includes new functionality, and the significance of this new functionality is the greatest since the release of Simulator Z v2.1 in December, 2009, which established the value of the pathfinding heuristic that is still in use today."
76
date: 2022-09-06T10:09:26+00:00
87
lastmod: 2022-09-06T10:09:26+00:00
98
draft: false
109
images: []
11-
url: "docs/feature-guides/the-nam-traffic-simulator"
1210
---
1311
<!-- markdownlint-disable MD001 -->
1412
{{< docstatus status="untranslated" >}}

content/docs/feature-guides/traffic-sim/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title : "The NAM Traffic Simulator"
3-
url: "/docs/feature-guides/traffic-sim"
3+
url: "/docs/feature-guides/traffic-simulator"
44
description: "The NAM Traffic Simulator is a traffic simulator that is derived from the original Maxis traffic simulator, but is also built upon the knowledge gained from all previous NAM traffic simulators, including work by the7trumpets, Tropod, jplumbley, mott, and z."
55
lead: "The NAM Traffic Simulator is a traffic simulator that is derived from the original Maxis traffic simulator, but is also built upon the knowledge gained from all previous NAM traffic simulators, including work by the7trumpets, Tropod, jplumbley, mott, and z. The NAM Traffic Simulator was originally incorporated into the NAM as Simulator Z, as at that time there were a number of different traffic simulators available in the NAM. Internally, this traffic simulator is still known as Simulator Z, and the latest version is Simulator Z v3.0. This is the first release of the NAM Traffic Simulator in over ten years that includes new functionality, and the significance of this new functionality is the greatest since the release of Simulator Z v2.1 in December, 2009, which established the value of the pathfinding heuristic that is still in use today."
66
date: 2022-09-06T10:09:26+00:00
77
lastmod: 2022-09-06T10:09:26+00:00
88
draft: false
99
images: []
10-
url: "docs/feature-guides/the-nam-traffic-simulator"
1110
---
1211
<!-- markdownlint-disable MD001 -->
1312
### Areas of Work

content/docs/getting-started/frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Yes. This has changed since the release of NAM 37 in July 2020. The NAM's conten
6363

6464
As of NAM 45, the TSCT is discontinued and no longer available in NAM releases. With NAM 45, the NAM Traffic Simulator has been upgraded to Simulator Z 3.0, resulting in further optimizations to both the speed and accuracy of the simulation, and improved network utilization. The improved pathfinding in the new traffic simulator makes it much more responsive to user actions in building a city - to significantly bump up sim willingness to use transit, simply add more transit stations and/or more transit lines.
6565

66-
The extremely thorough testing done on Simulator Z 3.0 determined that many properties of the simulator are more sensitive than previously expected, and that many of the modifications previously allowed in the TSCT actually can significantly degrade the performance of the traffic simulation. More details about this can be found in the [Traffic Simulator Configuration Tool](/docs/feature-guides/the-nam-traffic-simulator/#TSCT) section.
66+
The extremely thorough testing done on Simulator Z 3.0 determined that many properties of the simulator are more sensitive than previously expected, and that many of the modifications previously allowed in the TSCT actually can significantly degrade the performance of the traffic simulation. More details about this can be found in the [Traffic Simulator Configuration Tool](/docs/feature-guides/traffic-simulator/#TSCT) section.
6767

6868
As such, use of the TSCT is no longer endorsed by the NAM Team, and we cannot provide technical support to users who have modified the "unsafe" properties in the Traffic Simulator via the TSCT or other means.
6969

316 KB
Loading
241 KB
Loading

content/download-the-nam/index.it.md

Lines changed: 184 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,190 @@ draft: false
88
images: []
99
---
1010

11-
{{< docstatus status="compatibility" >}}
11+
{{< docstatus status="untranslated" >}}
1212

13-
Il Network Addon Mod può essere scaricato nei seguenti punti:
13+
The Network Addon Mod is available in two flavors.
1414

15-
* [SC4Evermore](https://www.sc4evermore.com/index.php/downloads/download/6-network-addon-mod-nam/2-network-addon-mod)
15+
<table>
16+
<tr>
17+
<td style="text-align:center;width:50%;"><h3 style="margin-bottom:0px;">Network Addon Mod {{< param docsversion >}}</h3></td>
18+
<td style="text-align:center;width:50%;"><h3 style="margin-bottom:0px;">Network Addon Mod Lite {{< param docsversionlite >}}</h3></td>
19+
</tr>
20+
<tr>
21+
<td style="text-align:center;">{{< img-simple src="images/nam-promo.jpg" class="img-fluid" >}}</td>
22+
<td style="text-align:center;">{{< img-simple src="images/nam-lite-promo.jpg" class="img-fluid" >}}</td>
23+
</tr>
24+
<tr>
25+
<td>Includes all transportation network-related fixes, additions and new creations that have been released so far. The full NAM adds countless new features to the existing network tools, including traffic simulator improvements, new overpasses, highway on-ramps, intersections, pedestrian malls, a ground light rail network, roundabouts and turning lanes.</td>
26+
<td>A small subset of the NAM, including all bugfixes and a much smaller set of features. The NAMLite is a bite-sized package for users looking for a minimal install.<br><br>If you're getting started with the NAM, the sheer amount of content could be overwhelming, so starting out with NAM Lite can help to get a feel for how things work. NAM Lite is also a good option if you are a user who prefers to play SimCity 4 as vanilla as possible.</td>
27+
<tr>
28+
<tr>
29+
<td>NAM Version {{< param docsversion >}} can be downloaded from:
30+
<ul>
31+
<li><a href="https://community.simtropolis.com/files/file/36700-sc4pac-mod-manager/">sc4pac</a> → <a href="sc4pac:///package?pkg=nam%3Anetwork-addon-mod&channel=https%3A%2F%2Fmemo33.github.io%2Fsc4pac%2Fchannel%2F"><code>nam:network-addon-mod</code></a></li>
32+
<li><a href="https://www.sc4evermore.com/index.php/downloads/download/6-network-addon-mod-nam/2-network-addon-mod">SC4Evermore</a></li>
33+
<li><a href="https://github.com/NAMTeam/Network-Addon-Mod/releases">Github</a></li>
34+
<li><a href="https://community.simtropolis.com/files/file/26793-network-addon-mod-nam-cross-platform/">Simtropolis</a></li>
35+
</ul>
36+
</td>
37+
<td>NAM Lite Version {{< param docsversionlite >}} can be downloaded from:
38+
<ul>
39+
<li><a href="https://community.simtropolis.com/files/file/36700-sc4pac-mod-manager/">sc4pac</a> → <a href="sc4pac:///package?pkg=nam%3Anetwork-addon-mod-lite&channel=https%3A%2F%2Fmemo33.github.io%2Fsc4pac%2Fchannel%2F"><code>nam:network-addon-mod-lite</code></a></li>
40+
<li><a href="https://www.sc4evermore.com/index.php/downloads/download/6-network-addon-mod-nam/40-nam-lite">SC4Evermore</a></li>
41+
<li><a href="https://github.com/NAMTeam/Network-Addon-Mod/releases">Github</a></li>
42+
<li><a href="(https://community.simtropolis.com/files/file/35417-network-addon-mod-lite-nam-lite-cross-platform/">Simtropolis</a></li>
43+
</ul>
44+
</td>
45+
</tr>
46+
</table>
1647

17-
{{< docstatus status="secthreat" >}}
48+
{{< alert context="info" >}}
49+
Only the most recent version of the NAM is available for download and eligible for technical support.
50+
Old versions are ineligible for technical support and are not offered for download.
51+
{{< /alert >}}
52+
53+
## Feature Comparison
54+
<i class="bi bi-check-circle-fill"></i> = Full Support, <i class="bi bi-check-circle"></i> = Limited Support, <i class="bi bi-x-lg"></i> = No Support
55+
56+
<table>
57+
<tr>
58+
<td>Feature</td>
59+
<td>Full NAM</td>
60+
<td>NAM Lite</td>
61+
</tr>
62+
<tr>
63+
<td><a href="/docs/feature-guides/traffic-simulator">The NAM Traffic Simulator</a></td>
64+
<td><i class="bi bi-check-circle-fill"></i></td>
65+
<td><i class="bi bi-check-circle-fill"></i></td>
66+
</tr>
67+
<tr>
68+
<td><a href="/docs/feature-guides/automata-plugins">Automata Plugins</a></td>
69+
<td><i class="bi bi-check-circle-fill"></i></td>
70+
<td><i class="bi bi-check-circle-fill"></i></td>
71+
</tr>
72+
<tr>
73+
<td><a href="/docs/feature-guides/bridges">Bridges</a></td>
74+
<td><i class="bi bi-check-circle-fill"></i></td>
75+
<td><i class="bi bi-x-lg"></i></td>
76+
</tr>
77+
<tr>
78+
<td><a href="/docs/feature-guides/canals">Canals</a></td>
79+
<td><i class="bi bi-check-circle-fill"></i></td>
80+
<td><i class="bi bi-x-lg"></i></td>
81+
</tr>
82+
<tr>
83+
<td><a href="/docs/feature-guides/cosmetic-additions">Cosmetic Enhancements</a></td>
84+
<td><i class="bi bi-check-circle-fill"></i></td>
85+
<td><i class="bi bi-check-circle"></i></td>
86+
</tr>
87+
<tr>
88+
<td><a href="/docs/feature-guides/data-view-plugins">Data View Plugins</a></td>
89+
<td><i class="bi bi-check-circle-fill"></i></td>
90+
<td><i class="bi bi-x-lg"></i></td>
91+
</tr>
92+
<tr>
93+
<td><a href="/docs/feature-guides/base-network-additions">Diagonal Streets</a></td>
94+
<td><i class="bi bi-check-circle-fill"></i></td>
95+
<td><i class="bi bi-check-circle-fill"></i></td>
96+
</tr>
97+
<tr>
98+
<td>Flex Overpasses</td>
99+
<td><i class="bi bi-check-circle-fill"></i></td>
100+
<td><i class="bi bi-check-circle"></i></td>
101+
</tr>
102+
<tr>
103+
<td><a href="/feature-guides/flexible-underpasses/">Flex Underpasses</a></td>
104+
<td><i class="bi bi-check-circle-fill"></i></td>
105+
<td><i class="bi bi-x-lg"></i></td>
106+
</tr>
107+
<tr>
108+
<td><a href="/docs/feature-guides/base">High Speed Rail</a></td>
109+
<td><i class="bi bi-check-circle-fill"></i></td>
110+
<td><i class="bi bi-x-lg"></i></td>
111+
</tr>
112+
<tr>
113+
<td><a href="/docs/feature-guides/hole-diggers-and-raisers">Hole Diggers & Raisers</a></td>
114+
<td><i class="bi bi-check-circle-fill"></i></td>
115+
<td><i class="bi bi-check-circle-fill"></i></td>
116+
</tr>
117+
<tr>
118+
<td><a href="/docs/feature-guides/hybrid-railway">Hybrid Railway</a></td>
119+
<td><i class="bi bi-check-circle-fill"></i></td>
120+
<td><i class="bi bi-x-lg"></i></td>
121+
</tr>
122+
<tr>
123+
<td><a href="/docs/feature-guides/light-rail-tram">Light Rail / Tram</a></td>
124+
<td><i class="bi bi-check-circle-fill"></i></td>
125+
<td><i class="bi bi-x-lg"></i></td>
126+
</tr>
127+
<tr>
128+
<td><a href="/docs/feature-guides/base-network-additions">Maxis Highway Interchanges</a></td>
129+
<td><i class="bi bi-check-circle-fill"></i></td>
130+
<td><i class="bi bi-check-circle-fill"></i></td>
131+
</tr>
132+
<tr>
133+
<td><a href="/docs/feature-guides/maxis-highway-override">Maxis Highway Override</a></td>
134+
<td><i class="bi bi-check-circle-fill"></i></td>
135+
<td><i class="bi bi-x-lg"></i></td>
136+
</tr>
137+
<tr>
138+
<td><a href="/docs/feature-guides/network-eraser">Network Eraser</a></td>
139+
<td><i class="bi bi-check-circle-fill"></i></td>
140+
<td><i class="bi bi-x-lg"></i></td>
141+
</tr>
142+
<tr>
143+
<td><a href="/docs/feature-guides/network-widening-mod">Network Widening Mod</a></td>
144+
<td><i class="bi bi-check-circle-fill"></i></td>
145+
<td><i class="bi bi-x-lg"></i></td>
146+
</tr>
147+
<tr>
148+
<td><a href="/docs/feature-guides/pedestrian-revolution-mod">Pedestrian Revolution Mod</a></td>
149+
<td><i class="bi bi-check-circle-fill"></i></td>
150+
<td><i class="bi bi-x-lg"></i></td>
151+
</tr>
152+
<tr>
153+
<td><a href="/docs/feature-guides/realexpressway-mod">RealExpressway</a></td>
154+
<td><i class="bi bi-check-circle-fill"></i></td>
155+
<td><i class="bi bi-x-lg"></i></td>
156+
</tr>
157+
<tr>
158+
<td><a href="/docs/feature-guides/realhighway-mod">RealHighway</a></td>
159+
<td><i class="bi bi-check-circle-fill"></i></td>
160+
<td><i class="bi bi-x-lg"></i></td>
161+
</tr>
162+
<tr>
163+
<td><a href="/docs/feature-guides/real-railway">RealRailway</a></td>
164+
<td><i class="bi bi-check-circle-fill"></i></td>
165+
<td><i class="bi bi-x-lg"></i></td>
166+
</tr>
167+
<tr>
168+
<td><a href="/docs/feature-guides/road-viaducts">Road Viaducts</a></td>
169+
<td><i class="bi bi-check-circle-fill"></i></td>
170+
<td><i class="bi bi-x-lg"></i></td>
171+
</tr>
172+
<tr>
173+
<td><a href="/docs/feature-guides/roundabouts">Roundabouts</a></td>
174+
<td><i class="bi bi-check-circle-fill"></i></td>
175+
<td><i class="bi bi-check-circle-fill"></i></td>
176+
</tr>
177+
<tr>
178+
<td><a href="/docs/feature-guides/stations">Stations</a></td>
179+
<td><i class="bi bi-check-circle-fill"></i></td>
180+
<td><i class="bi bi-x-lg"></i></td>
181+
</tr>
182+
<tr>
183+
<td><a href="/docs/feature-guides/street-addon-mod">Street Addon Mod</a></td>
184+
<td><i class="bi bi-check-circle-fill"></i></td>
185+
<td><i class="bi bi-x-lg"></i></td>
186+
</tr>
187+
<tr>
188+
<td><a href="/docs/feature-guides/turning-lanes">Turning Lanes</a></td>
189+
<td><i class="bi bi-check-circle-fill"></i></td>
190+
<td><i class="bi bi-x-lg"></i></td>
191+
</tr>
192+
<tr>
193+
<td><a href="/docs/feature-guides/underground-rail">Underground Rail</a></td>
194+
<td><i class="bi bi-check-circle-fill"></i></td>
195+
<td><i class="bi bi-x-lg"></i></td>
196+
</tr>
197+
</table>

0 commit comments

Comments
 (0)