Jump to content
biabock

Headless Client dont start correctly

Recommended Posts

Hello, i've been trying to setup a headless client but after the console start it does nothing

 

HvzIGht.png

 

 

 

start.bat  (hc.exe is the same as arma3server.exe just renamed)

@echo off
start "hc" /high /affinity F "C:\armaserver\hc.exe" -client -connect=127.0.0.1:2322

server.cfg

headlessClients[]={"127.0.0.1"}; 
localClient[]={"127.0.0.1"}; 

hc rpt  http://pastebin.com/MmV60cRE

 

I'm doing something wrong??

 

 

PS: Running lasted apex_sneak_preview version: 1.62.137306

Share this post


Link to post
Share on other sites

try -connect=127.0.0.1 -port=2322 -name=hc

 

Nothing  :(

Share this post


Link to post
Share on other sites

maybe loopback issue try adding 192.whatever your local ip is to config

 

headlessClients[]={"127.0.0.1, 192.168.1.111"};
localClient[]={"127.0.0.1"};

 

also in the mission you have a slot for him?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×