How To Setup a Headless Client

  1. ‹ Older
  2. 7 years ago

    Yeah, that fixes the errors, but;

    3:06:54 Error in expression <Distributor = [_check_interval] spawn
    {
    params ["_interval", 30];
     
    private ["_cu>
     3:06:54   Error position: <params ["_interval", 30];
     
    private ["_cu>
     3:06:54   Error Type Number, expected Array,String
     3:06:54 File mpmissions\__cur_mp.Kunduz\scripts\HC_distributor.sqf, line 32
     3:07:02 Error in expression <Distributor = [_check_interval] spawn
    {
    params ["_interval", 30];
     
    private ["_cu>
  3. My bad, made some last minute changes and didnt try it.

    Change line 32 params ["_interval", 30]; to params [["_interval", 30]]; and it should be fine.

  4. @Whigital My bad, made some last minute changes and didnt try it.

    Change line 32 params ["_interval", 30]; to params [["_interval", 30]]; and it should be fine.

    Works like a treat, you da man!

  5. 6 years ago

    Does anyone know how to install a HC with linux/ubuntu?

  6. So Im using the command with the correct ip and password

    ./arma3server -client -connect=xxx.xxx.xx.xxx -password=xxxxxx -mod=mods/@cba\;mods/@modpack\;mods/@rhsusaf\;mods/@rhsafrf\;mods/@ace\;mods/@alive\;mods/@jbad\;mods/@lythium\;mods/@projectopfor\;mods/@spyderaddons\;mods/@taskforceradio\;mods/@tfwradios\;mods/@bloodlust\;mods/@isc\;mods/@iscivs\;mods/@rhsgref\;mods/@rhssaf

    and the HC connects and then after a few minutes it gets

    Segmentation fault (core dumped)

 

or Sign Up to reply!