Page 1 of 1

RET Course roll generator

Posted: 16 Apr 2024, 19:40
by linuxuser2064
EDIT: I wanted to post this on the Dutch forums, but I didn't realize that I was still on the English one.
I'll repost this on the Dutch one.

I have programmed a tool that allows you to easily change images for the course rolls of equipment or the destinations of the newer LCD equipment.

I didn't create it specifically for Metro Simulator, but I'm sharing it here anyway because it might be useful for custom destinations, and for developing the simulator.
The app comes standard with many of the destinations of the Rotterdam metro.
Image (english version coming soon)

- Show 1 item: makes the app show 1 item, you can then go through it like a real course roll
- Move Px: The number of pixels the image moves when the app is in "Show 1 item".
- Px between items: the number of pixels between each item in the course roll

(you must click Generate course roll yourself after making an adjustment)

Some hidden things in the app:
1. If you double-click on an item in the list you can adjust the item
2. if you double click on the box next to Px move the number will change to the same as Px between items
3. you can scroll through the output with your mouse wheel if "Show 1 item" is turned off

I hope this tool can be useful.

Kind regards, linuxuser2064

(props to NJTFAN1235! for translating)

Re: RET Koersrol generator

Posted: 16 Apr 2024, 20:58
by Sgt_DeBones
Could you translate this post into English please?

Re: RET Koersrol generator

Posted: 17 Apr 2024, 00:46
by NJTFAN1235!
Translated it for ya ;) :


RET Course roller generator
Post 16 Apr 2024, 19:40

I have programmed a tool that allows you to easily change images for the course rolls of equipment or the destinations of the newer LCD equipment.

I didn't create it specifically for Metro Simulator, but I'm sharing it here anyway because it might be useful for custom destinations, and for developing the simulator.
The app comes standard with many of the destinations of the Rotterdam metro.
Image

- Show 1 item: makes the app show 1 item, you can then go through it like a real course roll
- Move Px: The number of pixels the image moves when the app is in "Show 1 item".
- Px between items: the number of pixels between each item in the course roll

(you must click Generate course roll yourself after making an adjustment)

Some hidden things in the app:
1. If you double-click on an item in the list you can adjust the item
2. if you double click on the box next to Px move the number will change to the same as Px between items
3. you can scroll through the output with your mouse wheel if "Show 1 item" is turned off

I hope this tool can be useful.

Kind regards, linuxuser2064

Re: RET Course roll generator

Posted: 18 Apr 2024, 06:08
by remy
https://www.virustotal.com/gui/file/2e9 ... 30/summary

3 virus scanners found the zip file malicious:

- Google
- Ikarus: Trojan.MSIL.PSW
- Microsoft: Win32/Wacapew.C!ml

The extracted exe triggered 5 warnings: https://www.virustotal.com/gui/file/6f9 ... 96976446ed

(Can't copy paste more due to being on mobile)

Mind sharing the source so we can check and compile it ourselves?

Re: RET Koersrol generator

Posted: 19 Apr 2024, 09:18
by Nextor162
Sgt_DeBones wrote: 16 Apr 2024, 20:58 Could you translate this post into English please?
Thats the answer:
linuxuser2064 wrote: 16 Apr 2024, 19:40
Image (english version coming soon)


Re: RET Koersrol generator

Posted: 19 Apr 2024, 16:24
by perfecttrains1000
Nextor162 wrote: 19 Apr 2024, 09:18
Thats the answer:
Original Post was Originally in Dutch, since been translated into English

Re: RET Course roll generator

Posted: 04 May 2024, 13:28
by linuxuser2064
remy wrote: 18 Apr 2024, 06:08 Mind sharing the source so we can check and compile it ourselves?
Here's the zip file with all the code in it (compile with VS 2022, needs .NET 4.8)

Also there's the english version (will also be in original post)