From be7e4d947e9c6f9a7637a7fd73c24d77e923184f Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 6 Jun 2008 12:10:20 +0000 Subject: [PATCH 1/1] Add locos.dat --- locos.dat | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 locos.dat diff --git a/locos.dat b/locos.dat new file mode 100644 index 0000000..6243505 --- /dev/null +++ b/locos.dat @@ -0,0 +1,22 @@ +locomotive 37844 +{ + name "BR 50"; + function 0 "light"; + function 1 "smoke"; + function 2 "telex"; + function 3 "sfx"; + //function 5 "whstl"; +}; + +locomotive 33961 +{ + name "BR 86"; + function 0 "light"; + function 2 "telex"; +}; + +locomotive 36850 +{ + name "BR 185"; + function 0 "light"; +}; -- 2.45.2