I recently got a Teensy board. Works pretty good. But I got curious...
I've seen certain people make special controllers that actually interact with the game, and people make special programs (like ThirdRails), all using RailDriver.dll / RailDriver64.dll to interface with the game itself.
The problem though is that Arduino/Teensys can't really directly work with .dll files directly since they can't handle windows-based code or something along the lines of that. Because of this, you need an inbetween program to communicate between RW and the Arduino/Teensy itself.
I've been trying to search for a program to do this, but I haven't had much luck. Most things I've found had dead websites or were just completely unavailable. I tried using the wayback machine, but that didn't work either.
The only available program I could find so far was on facebook while I was trying to see how someone got their cab simulator working with railworks. The only problem is that it's in Czech, and I can't read it. I don't want to try messing with it since I'm sort of worried I'll screw up my drivers or something. (Are outside links allowed here?)
My current idea if I can get this to work is to create an external cab signal display. I'm mostly doing this for fun, but it's also a neat idea when your camera is outside the cab and you want to know if the cab signal switches on you all the sudden.
I've created a basic concept so far. It has a cutout switch and a lamp test button. Here's what it looks like:
And here's what it looks like doing a Lamp Test:
Any ideas? I'm not too experienced with this here, so I figured I'd ask around and see if anyone has any possible solutions. I could give the Czech program a go, but I'd need a translator so I don't screw up my computer


