Autor Wątek: WiP/Prace w toku: Train Driver 2 Dispatcher Assistant  (Przeczytany 1834 razy)

0 użytkowników i 1 Gość przegląda ten wątek.

Offline BravuraLion

  • Sponsor
  • Grupa XI
  • *
  • Wiadomości: 81
  • Siła reputacji: 396
  • BravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezes
  • Always be friendly and respectful
    • My Youtube Channel
Train Driver 2 Dispatcher Assistant
« dnia: 16 Lutego 2023, 20:06:35 »
Hello TD2 Community,

I have written a small program for myself which should make my work as a dispatcher easier. As you all know, you have to ask the next dispatcher at single-track stations if the track is free, and the same if a train is delayed. I had always saved corresponding text templates in Notepad which I used to not have to rewrite these requests every time. I have now written a small program that automates exactly this. In the program, you enter the train number and the connection where the train has to go and the program generates accordingly the request that can be inserted in SWDR. The program supports the languages German, English, and Polish. I am open to feedback if there should be adjustments to the program :)

I compressed the program as exe, but Windows could recognize it as harmful because it is not signed. If you are unsure, you can download the source code via https://github.com/mrpowershell/Train-Driver-2-Assistant/blob/main/td2-helper.py and run it on your computer (attention: Python is needed). I am looking forward to your feedback :)

I am especially not sure about the Polish translation. I would be happy if I can get feedback on whether the translation is ok or not.

You can Download the EXE here: https://github.com/mrpowershell/Train-Driver-2-Assistant/releases/download/3.0/td2-helper.zip
« Ostatnia zmiana: 17 Lutego 2023, 06:43:54 wysłana przez BravuraLion »
Mein Discord Server: https://bravuralion.com/discord

Offline Spythere

  • Developer
  • Weteran
  • *
  • Wiadomości: 73
  • Siła reputacji: 301
  • Spythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezesSpythere prezes
  • Panta rhei
    • Stacjownik
Odp: Train Driver 2 Dispatcher Assistant
« Odpowiedź #1 dnia: 16 Lutego 2023, 22:40:02 »
Nice work on the application :) In Polish, I believe you meant "szlak" as in "szlak kolejowy" - "railway route", not "połączenie" which in my opinion is too literal. It would look better something like this:

"Czy szlak <route name> jest wolny dla pociągu nr <train no.>?" - trains without delay
"Czy szlak <route name> jest wolny dla opóźnionego pociągu nr <train no.>?" - trains with delay
"Czy mogę wysłać pociąg nr <train no.> na szlak <route name> po lewym torze?" - left track

It's not an official way to indicate trains though as you don't even need a route name for that. But for simulation purposes I reckon it's more practical to speak that way, not exactly by the book :) 
Projekty mojego autorstwa: Stacjownik | Pojazdownik | GeneraTOR

Offline BravuraLion

  • Sponsor
  • Grupa XI
  • *
  • Wiadomości: 81
  • Siła reputacji: 396
  • BravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezesBravuraLion prezes
  • Always be friendly and respectful
    • My Youtube Channel
Odp: Train Driver 2 Dispatcher Assistant
« Odpowiedź #2 dnia: 17 Lutego 2023, 06:16:58 »
Thanks for your feedback :3 I have adjusted the output accordingly and is now included in the current version. The link to the exe is the same :)
Mein Discord Server: https://bravuralion.com/discord