Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/** Import KaTeX */
@import 'katex/dist/katex';

/** Import Bootstrap Icons */
@import 'bootstrap-icons/font/bootstrap-icons.scss';

/** Import theme styles */
@import 'common/fonts';
@import 'common/global';
Expand Down
9 changes: 8 additions & 1 deletion assets/scss/common/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,11 @@ a.btn:focus {

ol {
padding-bottom: 15px;
}
}

.bi-check-circle-fill {
color: #00cc00;
}
.bi-x-lg {
color: red;
}
17 changes: 14 additions & 3 deletions assets/scss/components/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ table {

margin: 0 0 2rem;

&.table-lg {
> :not(caption)>*>* {
padding: 1rem;
}
}

.bi-icon {
font-family: "bootstrap-icons";
}

&.nam-compat-status {

tbody {
Expand All @@ -17,11 +27,12 @@ table {
}
}

th:first-child, td:first-child {
th:first-child,
td:first-child {
font-weight: bold;
border-right: 2px solid var(--bs-table-border-color);
}

th {
white-space: nowrap;
}
Expand Down Expand Up @@ -79,4 +90,4 @@ table {

}
}
}
}
1 change: 1 addition & 0 deletions config/postcss.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = {
'./node_modules/bootstrap/scss/_dropdown.scss',
'./node_modules/bootstrap/scss/_grid.scss',
'./node_modules/katex/dist/katex.css',
'./node_modules/bootstrap-icons/font/bootstrap-icons.css',
]),
],
}),
Expand Down
2 changes: 1 addition & 1 deletion content/docs/feature-guides/realhighway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Instead, it's recommended to downgrade to a non-highway network, such as the Roa

## Capacities and Speeds

The capacity of each network depends on the [Traffic Plugin](/docs/feature-guides/the-nam-traffic-simulator) one has installed.
The capacity of each network depends on the [Traffic Plugin](/docs/feature-guides/traffic-simulator) one has installed.
Capacity is generally calculated on a per tile basis by the game, as the game cannot read the number of lanes.
The capacities for the five standard capacity levels of the NAM Traffic Plugin are listed below.

Expand Down
4 changes: 1 addition & 3 deletions content/docs/feature-guides/traffic-sim/index.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
title : "The NAM Traffic Simulator"
url: "/docs/feature-guides/traffic-sim"
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."
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.
"
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."
date: 2022-09-06T10:09:26+00:00
lastmod: 2022-09-06T10:09:26+00:00
draft: false
images: []
url: "docs/feature-guides/the-nam-traffic-simulator"
---
<!-- markdownlint-disable MD001 -->
{{< docstatus status="untranslated" >}}
Expand Down
3 changes: 1 addition & 2 deletions content/docs/feature-guides/traffic-sim/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title : "The NAM Traffic Simulator"
url: "/docs/feature-guides/traffic-sim"
url: "/docs/feature-guides/traffic-simulator"
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."
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."
date: 2022-09-06T10:09:26+00:00
lastmod: 2022-09-06T10:09:26+00:00
draft: false
images: []
url: "docs/feature-guides/the-nam-traffic-simulator"
---
<!-- markdownlint-disable MD001 -->
### Areas of Work
Expand Down
2 changes: 1 addition & 1 deletion content/docs/getting-started/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Yes. This has changed since the release of NAM 37 in July 2020. The NAM's conten

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.

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.
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.

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.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/download-the-nam/images/nam-promo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188 changes: 184 additions & 4 deletions content/download-the-nam/index.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,190 @@ draft: false
images: []
---

{{< docstatus status="compatibility" >}}
{{< docstatus status="untranslated" >}}

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

* [SC4Evermore](https://www.sc4evermore.com/index.php/downloads/download/6-network-addon-mod-nam/2-network-addon-mod)
<table>
<tr>
<td style="text-align:center;width:50%;"><h3 style="margin-bottom:0px;">Network Addon Mod {{< param docsversion >}}</h3></td>
<td style="text-align:center;width:50%;"><h3 style="margin-bottom:0px;">Network Addon Mod Lite {{< param docsversionlite >}}</h3></td>
</tr>
<tr>
<td style="text-align:center;">{{< img-simple src="images/nam-promo.jpg" class="img-fluid" >}}</td>
<td style="text-align:center;">{{< img-simple src="images/nam-lite-promo.jpg" class="img-fluid" >}}</td>
</tr>
<tr>
<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>
<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>
<tr>
<tr>
<td>NAM Version {{< param docsversion >}} can be downloaded from:
<ul>
<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>
<li><a href="https://www.sc4evermore.com/index.php/downloads/download/6-network-addon-mod-nam/2-network-addon-mod">SC4Evermore</a></li>
<li><a href="https://github.com/NAMTeam/Network-Addon-Mod/releases">Github</a></li>
<li><a href="https://community.simtropolis.com/files/file/26793-network-addon-mod-nam-cross-platform/">Simtropolis</a></li>
</ul>
</td>
<td>NAM Lite Version {{< param docsversionlite >}} can be downloaded from:
<ul>
<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>
<li><a href="https://www.sc4evermore.com/index.php/downloads/download/6-network-addon-mod-nam/40-nam-lite">SC4Evermore</a></li>
<li><a href="https://github.com/NAMTeam/Network-Addon-Mod/releases">Github</a></li>
<li><a href="(https://community.simtropolis.com/files/file/35417-network-addon-mod-lite-nam-lite-cross-platform/">Simtropolis</a></li>
</ul>
</td>
</tr>
</table>

{{< docstatus status="secthreat" >}}
{{< alert context="info" >}}
Only the most recent version of the NAM is available for download and eligible for technical support.
Old versions are ineligible for technical support and are not offered for download.
{{< /alert >}}

## Feature Comparison
<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

<table>
<tr>
<td>Feature</td>
<td>Full NAM</td>
<td>NAM Lite</td>
</tr>
<tr>
<td><a href="/docs/feature-guides/traffic-simulator">The NAM Traffic Simulator</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle-fill"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/automata-plugins">Automata Plugins</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle-fill"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/bridges">Bridges</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/canals">Canals</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/cosmetic-additions">Cosmetic Enhancements</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/data-view-plugins">Data View Plugins</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/base-network-additions">Diagonal Streets</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle-fill"></i></td>
</tr>
<tr>
<td>Flex Overpasses</td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle"></i></td>
</tr>
<tr>
<td><a href="/feature-guides/flexible-underpasses/">Flex Underpasses</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/base">High Speed Rail</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/hole-diggers-and-raisers">Hole Diggers & Raisers</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle-fill"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/hybrid-railway">Hybrid Railway</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/light-rail-tram">Light Rail / Tram</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/base-network-additions">Maxis Highway Interchanges</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle-fill"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/maxis-highway-override">Maxis Highway Override</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/network-eraser">Network Eraser</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/network-widening-mod">Network Widening Mod</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/pedestrian-revolution-mod">Pedestrian Revolution Mod</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/realexpressway-mod">RealExpressway</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/realhighway-mod">RealHighway</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/real-railway">RealRailway</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/road-viaducts">Road Viaducts</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/roundabouts">Roundabouts</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-check-circle-fill"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/stations">Stations</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/street-addon-mod">Street Addon Mod</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/turning-lanes">Turning Lanes</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
<tr>
<td><a href="/docs/feature-guides/underground-rail">Underground Rail</a></td>
<td><i class="bi bi-check-circle-fill"></i></td>
<td><i class="bi bi-x-lg"></i></td>
</tr>
</table>
Loading