14.12.2010, 15:05
I've also seen different explanations for the [DeviceLink] section in the conf.ini file, especially regarding the IP address(es).
One version I saw looks like this:
The other one like this:
I decided to melt both versions together (to be on the safe side) and now it looks like this for me (when running both UDP Tool and IL-2 on the same PC):
Best regards - Mike
One version I saw looks like this:
Code:
[DeviceLink]
port=21100
IPS=10.1.1.3 10.1.1.8
The other one like this:
Code:
[DeviceLink]
port=21100
host=192.168.0.1
I decided to melt both versions together (to be on the safe side) and now it looks like this for me (when running both UDP Tool and IL-2 on the same PC):
Code:
[DeviceLink]
port=21100
IPS=127.0.0.1
host=127.0.0.1
Best regards - Mike