I just tried to programme a little test application with Visual Basic.
I started with building the connection to LfS by using Winsock.
In the docs/insim.txt are this lines:
Now you must send a special UDP packet to LFS.
struct InSimInit // UDP packet to initialise the InSim system
{
char Id [4]; // ISI + zero
word Port; // Port for UDP replies from LFS (0...65535)
byte Flags; // Bit flags for options - see below
byte NodeSecs; // Number of seconds between NLP or MCI packets (0=none)
char Admin [16]; // Admin password (required if set in LFS host options)
};
Now my question:
Do i have to send these lines to Live for Speed or what do i have to send??
Thank you!