Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

How to host Antistasi Plus on dedicated server

Igor Kiselyov edited this page Aug 26, 2023 · 5 revisions

Enable Antistasi Plus as ordinary mod (server, clients and HCs should use it, it's not server-side only), then fill mission config with this:

class Missions {
   class Mission1 {
       template ="Antistasi_mapname.mapname";
       difficulty = "Custom";
       class Params {
          autoLoadLastGame = 60;
          LogLevel = 2;
          A3A_logDebugConsole = 1;
     };
  };
};

Templates (for template field above):

  • Antistasi_Altis.Altis
  • Antistasi_Malden.Malden
  • Antistasi_SefrouRamal.SefrouRamal
  • Antistasi_Enoch.Enoch
  • Antistasi_blud_vidda.blud_vidda
  • Antistasi_cup_chernarus_A3.cup_chernarus_A3
  • Antistasi_Esseker.Esseker
  • Antistasi_Napf.Napf
  • Antistasi_vt7.vt7
  • Antistasi_Sehreno.Sehreno
  • Antistasi_takistan.takistan
  • Antistasi_Tanoa.Tanoa
  • Antistasi_vn_khe_sanh.vn_khe_sanh
  • Antistasi_cam_lao_nam.cam_lao_nam
  • Antistasi_gm_weferlingen_summer.gm_weferlingen_summer
  • Antistasi_brf_sumava.brf_sumava
Clone this wiki locally