Jump to content

Talbot

Bus Driver
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Talbot

  1. Dankjewel voor je bericht, of compliment als ik het als een compliment mag zien. Vrijheid is inderdaad belangrijk en niet vanzelfsprekend, en dat is ook de reden dat ik dit scenario heb gemaakt. Ik hoop dan ook dat de mensen die het scenario wel kunnen spelen, beseffen hoe belangrijk vrijheid is!
  2. Version 1.0.0

    134 downloads

    In this scenario, you will drive the "Vrijheidstrein" to Deventer because of Liberation Day. Until you arrive at Arnhem, you will have to stop at every station. After Arnhem, you have to stop at Velp, Rheden, Dieren, Zutphen and Deventer. You are driving a Mat'64, so please remember the brakes are worser than newer trains. Good luck! Please read the documentation carefully before you begin (the necessities). The documentation is in the zip file.
  3. Version 1.0.0

    207 downloads

    In this scenario you are going to drive the special "Kings train" (VIRM) from Arnhem Central Station to Utrecht Central Station. At Utrecht, another train driver will drive this train to Den Helder. You will also see some special trains... [TreinspotterNick] Koningstrein Scenario Documentatie.pdf
  4. ICNG 5+8 als testrit naar Nijmegen
  5. Door werkzaamheden moest deze VIRM over het andere inhaalspoor gaan... hier haalde de OV chipkaart VIRM de ICMm die als leeg materieel een conditierit naar Driebergen-Zeist en terug reed.

    © Nick Teeuwen

  6. Versie 1.0.1 lost een probleem op waardoor mensen zonder de portalen van Sjef de map niet konden spelen. Totdat de update is goedgekeurd kan je deze installeren om de map te kunnen spelen:
  7. Version 1.0.1

    189 downloads

    In this scenario you drive the intercity to Roosendaal from Zwolle to Zutphen. But there is something special, your journey is recorded by Rail Away! What does this scenario contain? - A players train with real life timetable - Driving AI trains - AI scripts for working destination signs on most AI trains - Sound markers ensure working announcements in the train - Stabling yards are filled with “dead” trains - The train that drove in Rail Away (8656) - And of course snow!
  8. Als ik de koersborden van een AI SGMm trein wil wijzigen door middel van een LUA script, werkt dat niet. Het koersbord blijft op "Extra trein" staan. Hoe kan ik dit oplossen? De code: function OnEvent(event) _G["OnEvent" .. event](); end -- Train ID's TrainA_id = "4027a" -- ICM 4027 first carriage TrainB_id = "4055a" -- ICM 4055 first carriage TrainC_id = "4240a" --ICM 4240 first carriage TrainD_id = "10412B112" -- GTW Herman Brood first carriage TrainE_id = 3622122 --SGMm 2122 first carriage TrainF_id = 957887272273 -- VIRM 9578 first carriage TrainG_id = "4011a" -- ICMm 4011 first carriage TrainH_id = "4094a" -- ICMm 4094 first carriage TrainI_id = "10367O123" -- Arriva APD first carriage -- Destination ID's BLANCO = 0 -- Blanco ICM_AS = 7 -- Amsterdam ICM_LW = 28 -- Leeuwarden IC_AM = 6 -- Amersfoort Schothorst ICM_NI = 1 -- Niet Instappen ICM_DH = 12 -- Den Haag Centraal ICM_LW = 28 -- Leeuwarden ICM_RT = 38 -- Rotterdam Centraal ICM_ZW = 50 -- Zwolle IRM_ZL = 133 -- Zwolle SLT_N_I = 1 -- Niet Instappen SLT_TT = 16 -- Tiel SLT_ALC = 5 -- Almere Centrum SLT_AMS = 8 -- Amsterdam Centraal SLT_RH = 42 -- Rhenen DDZ_AH = 9 -- Arnhem Centraal SGM_ZL = 53 -- Zwolle DDZ_RTD = 35 -- Rotterdam Centraal GTW_EM = 16 -- Emmen GTW_AP = 7 -- Apeldoorn SGM_GR = 23 -- Groningen -- Events function OnEvent(event) _G["OnEvent" .. event](); end function OnEventTrainAdest1() SysCall ( TrainA_id .. ":SetControlValue", "DestinationBoards", 0, ICM_DH ); SysCall ( TrainA_id .. ":SetControlTargetValue", "DestinationBoards", 0, ICM_DH ); end function OnEventTrainBdest1() SysCall ( TrainB_id .. ":SetControlValue", "DestinationBoards", 0, ICM_LW); SysCall ( TrainB_id .. ":SetControlTargetValue", "DestinationBoards", 0, ICM_LW ); end function OnEventTrainCdest1() SysCall ( TrainC_id .. ":SetControlValue", "DestinationBoards", 0, ICM_RT ); SysCall ( TrainC_id .. ":SetControlTargetValue", "DestinationBoards", 0, ICM_RT ); end function OnEventTrainDdest1() SysCall ( TrainD_id .. ":SetControlValue", "DestinationBoards", 0, GTW_EM ); SysCall ( TrainD_id .. ":SetControlTargetValue", "DestinationBoards", 0, GTW_EM ); end function OnEventTrainEdest1() SysCall ( TrainE_id .. ":SetControlValue", "DestinationBoards", 0, SGM_GR ); SysCall ( TrainE_id .. ":SetControlTargetValue", "DestinationBoards", 0, SGM_GR ); end function OnEventTrainFdest1() SysCall ( TrainF_id .. ":SetControlValue", "DestinationBoards", 0, IRM_ZL ); SysCall ( TrainF_id .. ":SetControlTargetValue", "DestinationBoards", 0, IRM_ZL ); end function OnEventTrainGdest1() SysCall ( TrainG_id .. ":SetControlValue", "DestinationBoards", 0, ICM_ZW ); SysCall ( TrainG_id .. ":SetControlTargetValue", "DestinationBoards", 0, ICM_ZW ); end function OnEventTrainHdest1() SysCall ( TrainH_id .. ":SetControlValue", "DestinationBoards", 0, ICM_AS ); SysCall ( TrainH_id .. ":SetControlTargetValue", "DestinationBoards", 0, ICM_AS ); end function OnEventTrainIdest1() SysCall ( TrainI_id .. ":SetControlValue", "DestinationBoards", 0, GTW_AP ); SysCall ( TrainI_id .. ":SetControlTargetValue", "DestinationBoards", 0, GTW_AP ); end Alvast bedankt voor de hulp!
  9. Maybe als iemand een VIRM template heeft waar het geel en blauw in zit dat ik zelf al wat kan proberen te maken...
  10. Ik wil even een correctie maken, het gaat om de 300ste VIRM bak. Ik moest even zoeken, maar het gaat om de 8733 (de normale kleurstelling zit inmiddels weer op die trein). Hier wat foto's die ik kon vinden: https://treinposities.nl/foto/5613 http://www.mp-produktie.nl/VIRM_8733_300ste_VIRM-bak.html https://treinposities.nl/foto/5606 https://treinposities.nl/foto/5610
  11. Hoi, heeft iemand misschien een repaint van de VIRM met de 150ste (bak) VIRM? Er heeft er ooit eentje met deze "kleurstelling" rondgereden maar kan het treinstelnr even niet vinden. Of gaat iemand deze repaint nog maken, zou ik leuk vinden! (Hopelijk is dit de juiste categorie)
  12. Talbot

    ICMm kruist bij avondlucht

    2x ICMm kruisen elkaar bij een mooie avondlucht
    Ziet er heel goed uit! Kijk al uit naar meer fictieve FLOW repaints, zoals FLOW ICMm en FLOW SNG
  13. Ga je er ook nog een werkend stuurstandrijtuig aan toevoegen? Zou ik leuk vinden
  14. Ziet er goed uit! Kan je ook een FLOW repaint maken voor ICMm? ?
  15. Talbot

    NS Plan X

    Wow, Marc D! Deze trein ziet er echt heel cool uit! En echt super realistisch gemaakt, de cabinedeuren kunnen zelfs open! Heel blij met deze trein!
Home
Activities
Sign In

Sign In



×
    Search In
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.Privacy Policy