JustaPenguin / assetto-server-manager

A web interface to manage an Assetto Corsa Server.
https://github.com/JustaPenguin/assetto-server-manager/releases
MIT License
292 stars 70 forks source link

Server Options for "UDP Plugin Local Port" and "UDP Plugin Address". #126

Closed luismercury closed 5 years ago

luismercury commented 5 years ago

For some reason it doesn't take the values ​​recorded in "Server Options" for "UDP Plugin Local Port" and "UDP Plugin Address". Random values ​​appear in the C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server\cfg\server_cfg.ini

creenshot11 creenshot12

cj123 commented 5 years ago

Hi!

This is actually an intentional trick that server manager does. Server manager itself uses the UDP plugin setup within Assetto Corsa Server. When a race starts, it finds some open ports and sets those in the assetto corsa config (as you've screenshotted above).

It listens for UDP messages for things such as live timings, championship information, etc. But then what it does is to forward its messages to the ports you specified in the settings (as shown in the top screenshot).

I'm aware of an issue with this, as reported in #119 (sending messages to assetto corsa server via UDP currently seems to not work). I'm working on a more stable fix for this that will hopefully enable use of other plugins such as kissmyrank without any issues.

You should see this fix in the coming days.

luismercury commented 5 years ago

Ok,,

My idea is to continue using sTracker/pTracker and for this reason it is the query.

luismercury commented 5 years ago

Good