No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
57
ControlPanel/modules/config_games/server_configs/wolfet.xml
Normal file
57
ControlPanel/modules/config_games/server_configs/wolfet.xml
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<game_config>
|
||||
<game_key>enemyterritory_linux32</game_key>
|
||||
<game_name>Wolfenstein: Enemy Territory</game_name>
|
||||
<server_exec_name>etded</server_exec_name>
|
||||
<cli_template>+set dedicated 2 %GAME_TYPE% %IP% %PORT% %PLAYERS% %MAP%</cli_template>
|
||||
<cli_params>
|
||||
<cli_param id="MAP" cli_string="+map" options="s"/>
|
||||
<cli_param id="IP" cli_string="+set net_ip" options="s"/>
|
||||
<cli_param id="PORT" cli_string="+set net_port" options="s"/>
|
||||
<cli_param id="PLAYERS" cli_string="+set sv_maxclients" options="s"/>
|
||||
<cli_param id="GAME_TYPE" cli_string="+set fs_game" options="s"/>
|
||||
</cli_params>
|
||||
<max_user_amount>64</max_user_amount>
|
||||
<mods>
|
||||
<mod key="etmain">
|
||||
<name>ET Main</name>
|
||||
</mod>
|
||||
<mod key="etpro">
|
||||
<name>ET Pro</name>
|
||||
</mod>
|
||||
<mod key="tjmod">
|
||||
<name>TJ Mod</name>
|
||||
</mod>
|
||||
<mod key="etjump">
|
||||
<name>ET Jump</name>
|
||||
</mod>
|
||||
<mod key="jaymod">
|
||||
<name>Jaymod</name>
|
||||
</mod>
|
||||
<mod key="nq">
|
||||
<name>No Quarter</name>
|
||||
</mod>
|
||||
</mods>
|
||||
<server_params>
|
||||
<param key="+set sv_punkbuster 1" type="checkbox_key_value">
|
||||
<default>0</default>
|
||||
<caption>Enable PunkBuster(r)</caption>
|
||||
<desc>Will start the server with PunkBuster(r) Anti-Cheat technology.</desc>
|
||||
</param>
|
||||
<!-- We do not need a param to disable PB. Either the param above is set, which enables PB or it is not set, which disables PB
|
||||
<param key="+set sv_punkbuster 0" type="checkbox_key_value">
|
||||
<default>1</default>
|
||||
<caption>Disable PunkBuster(r)</caption>
|
||||
<desc>Will start the server without PunkBuster(r) Anti-Cheat technology.</desc>
|
||||
</param> -->
|
||||
<param key="+set vm_game 0" type="checkbox_key_value">
|
||||
<default>1</default>
|
||||
<caption>No virtual environment</caption>
|
||||
<desc>The server starts without a virtual environment.</desc>
|
||||
</param>
|
||||
<param key="+exec" type="text">
|
||||
<default>server.cfg</default>
|
||||
<caption>Server config</caption>
|
||||
<desc>Exec server.cfg on start.</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue