Ok,
So I did what you suggested above and I'm still getting the following...
ALIVE AI Distributor exiting, no headless clients [] or not server false
ALiVE SYS_DATA_COUCHDB - READ DATA: SendJSON ['GET','players/76561198012420991','']
ALiVE SYS_DATA_COUCHDB - READ DATA RESPONSE: {"_id":"76561198012420991","_rev":"1-8bdbc023a0b621eadf534436adfc1df8","username":"AuburnAlumni","ServerGroup":"OSTACT","A3PUID":"76561198012420991"}
ALiVE SYS_DATA_COUCHDB - RESTORE DATA BEGIN:
Here is my current server config. (took out my ip and password)
// Config file generated 10/15/2015 4:32 PM with TADST.
steamPort = 8766;
hostName = "DrewonCerberus";
password = "xxxxx";
passwordAdmin = "";
logFile = "";
motd[] = {
};
motdInterval = 3;
maxPlayers = 10;
kickduplicate = 0;
verifySignatures = 0;
requiredSecureId = 0;
headlessClients[]={"127.0.0.1", "99.999.999.99"}; // (took out my ip)
localClient[]={"127.0.0.1"};
voteMissionPlayers = 3;
voteThreshold = 0.33;
disableVoN = 1;
vonCodecQuality = 10;
persistent = 0;
timeStampFormat = "none";
BattlEye = 0;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onHackedData = "";
onDifferentData = "";
onUnsignedData = "";
regularCheck = "";
class Missions
{
class Mission_1
{
template = "Headless.Stratis";
difficulty = "regular";
};
};
Anything missing? Wrong? Do I need to add? delete?
To review my steps so you know where I'm at...
1. I'm using Tophe's TADST server tool. Running the dedi server on my personal machine.
2. I clicked the "Enable HC" button and have the ip as the standard 127.0.0.1 in the main module screen.
3. I also went into the TADST folder (which saves all profiles you create, including each server.cfg for those profiles). I edited the tadst cfg to the above.
4. I went into the main Arma game, then into the editor, placed a headless client module, named it "HC" and made it playable.
5. I then switched my ALiVE Required module to enable Headless Client.
6. I added the init.sqf suggested above to my mission folder.
7. Started ARMA.
8. Started the TADST server tool.
9. Went into Server, logged in as admin, saw the Headless client icon on the left side of the server room...launched the mission.
That's the exact steps I've done. Am I missing something?