<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Attack of the Gamer &#187; open arena</title>
	<atom:link href="http://www.attackofthegamer.com/tag/open-arena/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackofthegamer.com</link>
	<description>When a gamer attacks</description>
	<lastBuildDate>Wed, 05 May 2010 13:16:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HOWTO: OpenArena Dedicated Sever &#8211; Linux</title>
		<link>http://www.attackofthegamer.com/2009/02/09/howto-openarena-dedicated-sever-linux/</link>
		<comments>http://www.attackofthegamer.com/2009/02/09/howto-openarena-dedicated-sever-linux/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 05:12:40 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open arena]]></category>

		<guid isPermaLink="false">http://www.attackofthegamer.com/?p=68</guid>
		<description><![CDATA[Open Arena is an amazing Open Source arena based first person shooter. It is based on the quake 3 engine, and has a lot of fast gameplay. You are going to need your own server running linux. A shell account will not do, the admin will probably disable your account, and most likely you won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Open Arena is an amazing Open Source arena based first person shooter.  It is based on the quake 3 engine, and has a lot of fast gameplay. </p>
<p>You are going to need your own server running linux. A shell account will not do, the admin will probably disable your account, and most likely you won&#8217;t have access to enough resources to run a dedicated game server.  So I am going to assume you either have a computer sitting beside you running linux, or a virtual machine either on your pc, or hosted on a server somewhere.  You will not be able to run the dedicated server on your own machine, without changing some of the server flags.</p>
<p>The first thing you will need to do is download the latest version of the <a href="http://www.openarena.ws/" target="_blank">OpenArena</a>, which can be done <a href="http://www.openarena.ws/files.html" target="_blank">here</a>.  Any download link will do, the windows and the linux binaries are both packaged together.</p>
<p>I recommend uploading the archive to your server, then uncompressing it, instead of uncompressing it on your computer then uploading it, just to save some time and bandwidth.</p>
<p>Once you have everything uploaded and uncompressed on your server, you will need to go into the baseoa directory and create a file called <strong>server.cfg</strong></p>
<p>Your <strong>server.cfg</strong> file is going to look something similar to this:</p>
<blockquote><p><code><br />
    sv_hostname "My OA server"<br />
    sv_maxclients 16<br />
    sv_master1 "dpmaster.deathmask.net"<br />
    sv_maxPing 150<br />
    sv_minPing 0<br />
    sv_pure 1<br />
    sv_maxRate 25000<br />
    sv_fps 20<br />
    sv_allowdownload 1 </p>
<p>    sv_privateClients "2" // slots substracted from sv_maxclients<br />
    sv_privatePassword "
<privpass for privclients>" </p>
<p>    capturelimit 8<br />
    timelimit 15<br />
    fraglimit 35 </p>
<p>    set rconPassword "<rconpassword>" // for remote ingame servercontrol </p>
<p>    g_motd "<message of the day>"<br />
    g_quadfactor 4<br />
    g_inactivity 0<br />
    g_allowvote 1 </p>
<p>    //If you want to use unlagged functionality (since 0.7.6)<br />
    g_delagHitscan 1 </p>
<p>    //Special modes since 0.7.6:<br />
    //g_instantgib 1<br />
    //g_rockets 1<br />
    //g_vampire 0.25 //25%<br />
    //g_regen 5 //5 health per sec. </p>
<p>    //Gametypes<br />
    // 0 = Free For All<br />
    // 1 = Tourney<br />
    // 3 = Team Deathmatch<br />
    // 4 = Capture The Flag<br />
    // 8 = Elimination<br />
    // 9 = CTF Elimination<br />
    // 10 = Last Man Standing<br />
    // 11 = Double Domination<br />
    // 12 = Domination<br />
    g_gametype 0 </p>
<p>    set d1 "map aggressor; set nextmap vstr d2"<br />
    set d2 "map oa_dm1; set nextmap vstr d3"<br />
    set d3 "map oa_dm2; set nextmap vstr d4"<br />
    set d4 "map oa_dm3; set nextmap vstr d5"<br />
    set d5 "map oa_dm4; set nextmap vstr d6"<br />
    set d6 "map kaos2; set nextmap vstr d7"<br />
    set d7 "map oa_dm5; set nextmap vstr d8"<br />
    set d8 "map oa_rpg3dm2;set nextmap vstr d9"<br />
    set d9 "map oa_shouse; set nextmap vstr d1"<br />
    wait<br />
    vstr d1 // start loop at d1<br />
</code></p></blockquote>
<p>The main portions you are going to want to worry about are:</p>
<blockquote><p>    <strong>sv_hostname</strong> &#8211; Sets your viewable hostname in the serverlist<br />
    <strong>sv_maxclients</strong> &#8211; Sets the maximum ammount of clients allowed to connect to your server<br />
    <strong>sv_privateClients</strong> &#8211; Sets the ammount of slots held for private use (sv_maxclients &#8211; sv_privateClients = total clients)<br />
    <strong>sv_privatePassword</strong> &#8211; Sets the password for the private slots<br />
    <strong>capturelimit</strong> &#8211; Sets the capture limit in CTF<br />
    <strong>timelimit</strong> &#8211; Sets the time limit<br />
    <strong>fraglimit</strong> &#8211; Sets the frag limit<br />
    <strong>set rconPassword</strong> &#8211; Sets the rcon passsword for admin usage<br />
    <strong>g_motd</strong> &#8211; Sets the message of the day<br />
    <strong>g_gametype</strong> &#8211; Sets the gametype, the current option is 0, Free for All aka Deathmatch</p></blockquote>
<p>The last portion is the confusing bit.  This is where you setup the actual map rotation.</p>
<blockquote><p><code><br />
    set d1 "map mapname1; set nextmap vstr d2"<br />
    set d2 "map mapname2; set nextmap vstr d3"<br />
    set d3 "map mapname3; set nextmap vstr d1"<br />
    wait<br />
    vstr d1 // start loop at d1<br />
</code></p></blockquote>
<p>Basically what you are doing here is setting up a loop.  d1 is set, with the next map being d2 and so on.  You can do this with as many levels as you want, you just have to make sure to make the last map link to the first map, or the loop will not work.</p>
<p>Once you have your <strong>server.cfg</strong> file saved, go back into the root OpenArena directory and start up your server like this:</p>
<blockquote><p><code>./oa_ded.i386 +set dedicated 2 +exec server.cfg<br />
</code></p></blockquote>
<p>You may want to run this process inside of a screen session.  There are alot more things you can do, this is just the basics for getting your own OpenArena dedicated server setup.  Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attackofthegamer.com/2009/02/09/howto-openarena-dedicated-sever-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
