mcduke Posted November 23, 2012 Share Posted November 23, 2012 (edited) 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 November 23, 2012 by JohnTC02 Thread moved to - Server Operators Quote Link to comment Share on other sites More sharing options...
CJo1964 Posted November 24, 2012 Share Posted November 24, 2012 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.