Hey everyone!
I think I got my headless clients setup and working
I have
// HEADLESS CLIENT
headlessClients[] = {"127.0.0.1","My server ip"}; // list of IP addresses allowed to connect using headless clients; example: {"127.0.0.1", "192.168.1.100"};
localClient[] = {"127.0.0.1","My server ip"}; // list of IP addresses to which are granted unlimited bandwidth; example: {"127.0.0.1", "192.168.1.100"}
at the bottom of server.cfg
I changed AI Distribution to Headless Clients in the ALiVE required module.
Once I have the server running I open two consoles and put
./arma3server -client -nosound -connect=localhost -port=2302 -password=Phantom -mod=mods(my client side mods)
they both connect and fill the HC slots.
Is everything setup/configured correctly?
Thanks!