diff options
author | Y. Wang <yw05@forksworld.de> | 2022-05-29 12:19:32 +0200 |
---|---|---|
committer | Y. Wang <yw05@forksworld.de> | 2022-05-29 12:19:32 +0200 |
commit | 5b9a115407d57579b13bd798deda4e1c030b489a (patch) | |
tree | ed307825e034ef9ef5db13e543248c6dccd3823d | |
parent | 686e1dde468fcabf512522be586241f483a0f551 (diff) | |
download | advtrains-5b9a115407d57579b13bd798deda4e1c030b489a.tar.gz advtrains-5b9a115407d57579b13bd798deda4e1c030b489a.tar.bz2 advtrains-5b9a115407d57579b13bd798deda4e1c030b489a.zip |
Add information on demo signals
-rw-r--r-- | assets/manual/manual.tex | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/assets/manual/manual.tex b/assets/manual/manual.tex index 2a2d1d6..4e49559 100644 --- a/assets/manual/manual.tex +++ b/assets/manual/manual.tex @@ -970,9 +970,18 @@ The following is an example of a train running with speed restrictions. You may \end{itemize} \subsection{Basic signals} - The core mod of \advtrains{} comes with wallmounted signals and a signal with two lights. These signals can only stop the train and lift the main speed restriction of the train. +\subsection{Demo signals} +The demo signals are provided by the \texttt{advtrains\_interlocking} mod. It is similar to the basic signals described above but have three states instead of two. +\begin{apidoc}{Signal aspects!Demo signals} +\item \apiasp{Danger} Red light: Stop. +\item \apiasp{Free} Green light: Proceed at maximum speed. +\item \apiasp{Slow} Yellow light: Proceed with the speed limit of 6m/s. +\end{apidoc} + +Demo signals do not allow trains in shunt mode to pass through. + \subsection{German signals} The \texttt{advtrains\_signals\_ks} mod provides a set of signals used in Germany, including (but not limited to) Ks signals that the mod gets its name from. |