Jump to content

[Adding a password to a server]


mcduke

Recommended Posts

Just wondering what line I add (and how it should look to the server file to password the server) and I uploaded the custom maps to the server's custom levels folder and added the server config file. The server works fine when I don't try to use the custom maps. So what do I need to do?

<?xml version="1.0" encoding="UTF-8"?>

<game_info admin_password="XXXXX" internet_server="true" internet_speed="1800">

<server_settings type="coop">

<max_deaths value="0"/>

<max_players value="20"/>

<spawn_time value="12"/>

</server_settings>

<server_settings type="dm">

<match_length value="3"/>

<max_deaths value="0"/>

<max_players value="20"/>

<round_length value="10"/>

<spawn_time value="15"/>

</server_settings>

<server_settings type="hh">

<match_length value="15"/>

<match_points value="150"/>

<max_deaths value="3"/>

<max_players value="20"/>

<round_length value="8"/>

<spawn_time value="10"/>

</server_settings>

<server_settings type="rvsa">

<match_length value="15"/>

<max_players value="20"/>

</server_settings>

<server_settings type="tdm">

<match_length value="3"/>

<max_deaths value="3"/>

<max_players value="20"/>

<round_length value="8"/>

<spawn_time value="10"/>

</server_settings>

<gametype_settings>

<auto_balance_limit value="1"/>

<immortality_duration value="10"/>

<message_of_the_day value="Welcome GRAW2 Server by UltimateGameServer.com"/>

<name value="Major Nut"/>

<start_condition value="2"/>

<teamkill_kick_limit value="3"/>

<vote_kick_starters value="2"/>

<vote_map_starters value="2"/>

<vote_ratio value="40"/>

<vote_time value="60"/>

</gametype_settings>

<match_info level="coop_bogie_tacyard_v2" order="1">

</match_info>

<match_info level="coop_timber" order="2">

</match_info>

<match_info level="coop_quarry" order="3">

</match_info>

<match_info level="coop_sierra" order="4">

</match_info>

<match_info level="hh_crashsite" order="5">

</match_info>

<match_info level="tdm_nowhere" order="6">

</match_info>

<match_info level="hh_fort" order="7">

</match_info>

<match_info level="tdm_lagoon" order="8">

</match_info>

<match_info level="hh_the_cut" order="9">

</match_info>

<match_info level="tdm_fort" order="10">

</match_info>

<match_info level="hh_lagoon" order="11">

</match_info>

<match_info level="tdm_crashsite" order="12">

</match_info>

<match_info level="hh_timber" order="13">

</match_info>

<match_info level="tdm_arroyo" order="14">

</match_info>

</game_info>

Edited by JohnTC02
Thread moved to - Server Operators
Link to comment
Share on other sites

As far as i can tell its like below:-

<?xml version="1.0" encoding="UTF-8"?>

<game_info admin_password="XXXXX" password="anything" internet_server="true" internet_speed="1800">

<server_settings type="coop">

<max_deaths value="0"/>

<max_players value="20"/>

<spawn_time value="12"/>

This should password the server for you with the word you choose in place of the "anything" word.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...