Jump to content

ianparkinson62

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by ianparkinson62

  1. My scenario is running well but I do not pass signals named, WSD_Akps and WDC_Akps, in DEV mode. Also, there are signals named "L2_xx" that I have not included in my CreateRoute line but they are open. Have I missed somehing?
  2. Please ignore the previous message. I have worked it out. I needed to add these lines to the radio call. CreateRoute("WSD_L16", "WSD_J4", VDOrderType.TrainRoute) CreateRoute("WSD_J4", "WSD_Akps", VDOrderType.TrainRoute) CreateRoute("WDC_W", "WDC_J", VDOrderType.TrainRoute) CreateRoute("WDC_J", "WDC_Akps", VDOrderType.TrainRoute)
  3. Another query on this. I now want to bypass the next station, WDC_J. I've made the appropriate changes to the timetable file and I've simplified the code to bypass WSD_J4, which still works. The code I added below to hopefully bypass WDC_J is structured the same but the signal is still red. The debug window shows that the trigger gets triggered 600m from the signal. What have I done wrong? CreateSignalTrigger(FindSignal("WSD_J4"), 600, { check = function (trainset) return true end, result = function(trainset) CreateCoroutine(function () CreateRouteVariant("WSD_J4", "WDC_J", VDOrderType.TrainRoute) end) end }) CreateSignalTrigger(FindSignal("WDC_J"), 600, { check = function (trainset) return true end, result = function(trainset) CreateCoroutine(function () CreateRouteVariant("WDC_J", "WZD_E", VDOrderType.TrainRoute) end) end })
  4. That worked. Thank you very much for the incredibly detailed instructions.
  5. The scenario is [IC] Warszawa-Katowice and I want to not stop at Warzsawa Wschnodia. Here is the path D:\SteamLibrary\steamapps\common\SimRail\SimRail_Data\StreamingAssets\Sceneries\1_KatowiceWarszawa\Scenarios\03_IC-WwaKato Cheers
  6. I have made a copy of an existing scenario and I would like to reduce the number of stations that the train stops at. In VS Code, I have been able to edit the timetable xml to remove a stop at a station but I need guidance as to what changes are required in the manifest.lua file to stop the senario setting the stop signal at a particular station.
  7. Does anyone know the binding name for Control Circuits on the ED250?
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy