Koen van Hove

Results 136 comments of Koen van Hove

I did not build any function that for that, no. I am trying to come up with a creative way that it could work (it's been quite some time since...

It detects whether a process called "amtrucks.exe" is running. Apparently that is not working on your system for whatever reason. You can try to launch another program with that name...

@cmse84 At the bottom of the web page, does it say `ets2`, `ats` or `none` (next to the "Switch theme" button) when ATS is running?

Okay, so ATS is detected, yet it seems to still load the wrong stations. Strange. Here is a small snippet you can add to your `custom.js` file (see the README)...

It's a bodge, but a working one. I did not expect it to work fully smoothly. Something that might be worth looking into is your antivirus software, especially if it...

The server is not aware of what is being played, apart from showing the overlay. So whilst technically possible, it would be quite a hassle to implement.

Yes there is. In main.js there are some global variables (g_current_country, g_current_station etc), plus you have access to the DOM. So what you could do is override the setRadioStation function...

If you just want to replace the stations with your own list that are available everywhere, then adding something like ```javascript var stations = { "global": [ { name: "",...

@kamil1995b The `radius` determines the base radius (the max distance you have reception from a city). When you look at the coverage map (http://localradio.koenvh.nl/map.html), increasing it would make _every_ circle...

The "official" server window has a couple of options, e.g. it detects which game is running (ETS2 or ATS), determines the language (en-GB, nl-NL, he-IL, etc.), and supports global keyboard/controller...