Closed Bob-Murphy closed 1 year ago
Under the SP/localhost section:
Under "Install the Antistasi mod on your server":
Under "Make sure you load the Antistasi mod":
Under "When you now start the server":
#missions
.#login adminpassword
. The admin password is in your server config file.
@targetingsnake Please overhaul the
How to setup a game
section with the content below. Unfortunately have no time to put it into a proper format. Sorry about that.// MISSIONS CYCLE (see below) class Missions { class Mission1 { template ="Antistasi_mapname.mapname"; difficulty = "Regular"; //can be Recruit, Regular, Veteran or Custom. Custom needs setting up though. class Params { autoLoadLastGame = 60; //Automatically starts the mission 60 seconds after the first player connected to the server and no admin is logged in. {"No automatic load","1min","2min","3min","5min","10min"} LogLevel = 2; //Sets the log level during the setup. {"Error", "Info", "Debug", "Verbose"} A3A_logDebugConsole = 1; //Sets the Log debug console use during setup. {"None", "All non-dev", "All"} }; }; };