You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Put program at the root of server. (Where the `InsurgencyServer.exe` is located)
20
+
1. Put program at the root of server. (Where the `InsurgencyServer.exe` is located)
21
+
19
22
2. Create two txt files and a cmd file in same location. (Example: *a*.txt, *b*.txt and *c*.cmd)
23
+
20
24
3. Writing your server config in *a*.txt . (Example content as "*`Precinct?Scenario=Scenario_Precinct_Checkpoint_Security?MaxPlayers=8 -Port=37102 -QueryPort=37131 -AdminList=Admins -MapCycle=Mapcycle -hostname="yourname"`*", you should remove the outside "", but DO NOT REMOVE which follows "`-hostname=`".)
25
+
21
26
4. Writing your commands in *b*.txt , use NewLine to spilt each commands. They're as same as the rcon commands.
27
+
22
28
5. Writing the *c*.cmd as following example: "`ISSServerProt.exe --argsFile `*`a`*`.txt --rconPort `*`port`*` --rconPassword `*`password`*` --name `*`Normal`*` --CommandFile `*`b`*`.txt`".
29
+
23
30
6. Run the *c*.cmd , you should join the server after it started at least 45 secs. But if it starts so slowly that the program's connect request is sended earlier than server could accept them, the commands will not be executed correctly.
0 commit comments