소스 검색

Merge pull request #38 from Zorrototo/patch-7

using native KF2 in LGSL, adding reserve ports, and new maps
OwN-3m-All 9 년 전
부모
커밋
87f5adbbad
1개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 9 3
      modules/config_games/server_configs/killingfloor2_win64.xml

+ 9 - 3
modules/config_games/server_configs/killingfloor2_win64.xml

@@ -1,11 +1,11 @@
 <game_config> 
   <game_key>killingfloor2_win64</game_key>
   <protocol>lgsl</protocol>
-  <lgsl_query_name>redorchestra2</lgsl_query_name>
+  <lgsl_query_name>killingfloor2</lgsl_query_name>
   <installer>steamcmd</installer>
   <game_name>Killing Floor 2</game_name>
   <server_exec_name>KFServer.exe</server_exec_name>
-  <cli_template>%MAP%%GAMEMODE%%DIFFICULTY%%GAMELENGTH%%PLAYERS% %PORT% %IP% %WEB_ADMIN_PORT%</cli_template>
+  <cli_template>%MAP%%GAMEMODE%%DIFFICULTY%%GAMELENGTH%%PLAYERS% %PORT% %IP% %WEB_ADMIN_PORT% %QUERY_PORT%</cli_template>
   <cli_params>
     <cli_param id="MAP" cli_string="" />
     <cli_param id="IP" cli_string="-MultiHome=" />
@@ -14,6 +14,8 @@
   </cli_params>
   <reserve_ports>
     <port type="add" id="WEB_ADMIN_PORT" cli_string="-WebAdminPort=">10</port>
+    <port type="add" id="QUERY_PORT" cli_string="-QueryPort=">19238</port>
+    <port type="add" id="STEAM_PORT">12783</port>
   </reserve_ports>
   <map_list>maplist.txt</map_list>
   <console_log>KFGame/Logs/Launch.log</console_log>
@@ -65,11 +67,15 @@
 		echo KF-BlackForest >> maplist.txt
 		echo KF-BurningParis >> maplist.txt
 		echo KF-Catacombs >> maplist.txt
+		echo KF-ContainmentStation >> maplist.txt
 		echo KF-EvacuationPoint >> maplist.txt
 		echo KF-Farmhouse >> maplist.txt
-		echo KF-VolterManor >> maplist.txt
+		echo KF-HostileGrounds >> maplist.txt
+		echo KF-InfernalRealm >> maplist.txt
 		echo KF-Outpost >> maplist.txt
 		echo KF-Prison >> maplist.txt
+		echo KF-VolterManor >> maplist.txt
+		echo KF-ZedLanding >> maplist.txt
 		fi
 	</post_install>
 </game_config>