<?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>viciouz.co.uk &#187; Paintball 2.0</title>
	<atom:link href="http://viciouz.co.uk/site/category/gaming/paintball-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://viciouz.co.uk/site</link>
	<description>Mundanity Incarnate</description>
	<lastBuildDate>Sat, 07 Apr 2012 21:10:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Showing &#8220;Now Playing:&#8221; in Quake &amp; derivatives</title>
		<link>http://viciouz.co.uk/site/2012/03/showing-now-playing-in-quake-derivatives/</link>
		<comments>http://viciouz.co.uk/site/2012/03/showing-now-playing-in-quake-derivatives/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 16:14:34 +0000</pubDate>
		<dc:creator>ViciouZ</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Paintball 2.0]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amip]]></category>
		<category><![CDATA[counter-strike]]></category>
		<category><![CDATA[day of defeat]]></category>
		<category><![CDATA[half-life 2]]></category>
		<category><![CDATA[quake]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://viciouz.co.uk/site/?p=286</guid>
		<description><![CDATA[I recently switched from mIRC to KVirc for a chat client, because I&#8217;ve already installed mIRC on three PCs and I can&#8217;t be bothered with getting another license. This prompted me to look for a new script to show what&#8217;s playing in my iTunes occasionally. Luckily, KVirc has a lot of media player functionality built [...]]]></description>
			<content:encoded><![CDATA[<p>I recently switched from mIRC to KVirc for a chat client, because I&#8217;ve already installed mIRC on three PCs and I can&#8217;t be bothered with getting another license. This prompted me to look for a new script to show what&#8217;s playing in my iTunes occasionally. Luckily, KVirc has a lot of media player functionality built in, with support for <a title="AMIP Homepage" href="http://amip.tools-for.net/wiki/start">AMIP</a> &#8211; a useful tool to fetch now playing information from a variety of media players. Playing around with this, I discovered there&#8217;s an option to write the information to a file in a format of your choosing. This gave me an idea: why not use it to share the song in a game?</p>
<p><a href="http://viciouz.co.uk/site/wp-content/uploadfiles/2012/03/sshot0000.jpg"><img class="aligncenter size-large wp-image-287" title="sshot0000" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2012/03/sshot0000-1024x576.jpg" alt="" width="560" height="315" /></a></p>
<p>So here&#8217;s how to do it:</p>
<ol>
<li>Download and install AMIP for your player from http://amip.tools-for.net/wiki/amip/download</li>
<li>Download and install the AMIP Configurator from the same page</li>
<li>Open the AMIP Configurator and go to the &#8220;File/Email&#8221; screen under &#8220;Other Integrations&#8221;</li>
<li>Set the file path to a new .cfg file in your game&#8217;s config directory &#8211; I&#8217;m using Paintball 2.0, so in my case it&#8217;s C:\games\paintball2\pball\configs\song.cfg.</li>
<li>Set the text in the &#8220;Play&#8221; etc. windows to some appropriate commands, substituting %name where you want the song title &amp; artist. For example, in Paintball2, the &#8220;me&#8221; command will broadcast the speaker&#8217;s name followed by the text you give it. If your game does not support this, the vast majority of all quake derivatives support the &#8220;say&#8221; command, so you can use that instead.<a href="http://viciouz.co.uk/site/wp-content/uploadfiles/2012/03/example.png"><img class="aligncenter size-medium wp-image-290" title="example" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2012/03/example.png" alt="" width="560" height="364" /></a></li>
<li>Click apply and then OK. If you get an error about saving the config, you may need to run the configurator again, with admin priviledges (right click-&gt;run as administrator)</li>
<li>Start your media player and select a song.</li>
<li>Start your game, and bind a key to &#8220;exec song.cfg&#8221;, or whatever you called your config. I chose the keypad enter button, so I typed: &#8220;bind kp_enter exec song.cfg&#8221;</li>
<li>Press the button you chose whenever you want to show the song you&#8217;re listening to <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>This should work with most Quake 1/2/3/4 engine games, and derivatives &#8211; e.g. it works with the Source engine too, for any Half-Life 2: DM/Counter-Strike: Source/Day of Defeat: Source players out there <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://viciouz.co.uk/site/wp-content/uploadfiles/2012/03/example2.jpg"><img class="aligncenter size-medium wp-image-291" title="CS:S Example" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2012/03/example2.jpg" alt="" width="560" height="315" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://viciouz.co.uk/site/2012/03/showing-now-playing-in-quake-derivatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One more important sound we wanted you to hear</title>
		<link>http://viciouz.co.uk/site/2011/04/one-more-sound/</link>
		<comments>http://viciouz.co.uk/site/2011/04/one-more-sound/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 18:06:24 +0000</pubDate>
		<dc:creator>ViciouZ</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Paintball 2.0]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Trench Breakthrough: Ypres]]></category>
		<category><![CDATA[banterous]]></category>
		<category><![CDATA[cold war city]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[paintball]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://viciouz.co.uk/site/?p=245</guid>
		<description><![CDATA[It&#8217;s been a long time. I pretty much ran out of posts when the local shop ran out of energy drinks. Now, the last exams of my school career and exodus to university lay on the horizon. In the next couple of weeks though, I&#8217;ll hopefully have enough time to get back into a routine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=WBsSIYxlh5U">It&#8217;s been a long time.</a></p>
<p>I pretty much ran out of posts when the local shop ran out of energy drinks. Now, the last exams of my school career and exodus to university lay on the horizon. In the next couple of weeks though, I&#8217;ll hopefully have enough time to get back into a routine of posting stuff. I&#8217;ve been working on a load of things recently.</p>
<p>First of all: new programming project. Trench Breakthrough: Ypres is coming back once again, and I&#8217;m rolling my own engine in Javascript, using the new features which HTML5 and related specs (basically WebGL) have made possible. I&#8217;ve been working on this for a few months now &#8211; hopefully this&#8217;ll be big enough to have some posts of its own soon <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Secondly, banterous.co.uk expansion, including the new domain &#8220;<a href="http://bantero.us">bantero.us</a>&#8220;, thanks to <a href="http://garrettw.net">webhead</a>. So far it&#8217;s been a site for sharing demos, but soon it will be a general DP:PB2 utility site, hosting demos in addition to a map database and other tools which were once provided by sk89q&#8217;s Digital Paint Resource site. The reference sections of that site will be replaced by the wiki which webhead is currently developing on the banterous hosting. <a href="http://www.f3l1x.eu/">f3l1x</a>, the author of some awesome <a href="http://dp.noblexity.com/">server tools</a> is also helping out. And another developer called Payl has developed a <a href="http://dplogin.com/forums/index.php?topic=22447.0">banterous demo downloader</a> <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;ve also been trying to finish Cold War City for release, having done another 3 betas or so.</p>
<p>Hell, maybe I&#8217;ll even put some content up here that is actually useful for once instead of just a brain dump. You never know <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://viciouz.co.uk/site/2011/04/one-more-sound/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mapping Updates</title>
		<link>http://viciouz.co.uk/site/2010/09/mapping-updates/</link>
		<comments>http://viciouz.co.uk/site/2010/09/mapping-updates/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 19:25:40 +0000</pubDate>
		<dc:creator>ViciouZ</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Paintball 2.0]]></category>
		<category><![CDATA[cwc]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[textures]]></category>

		<guid isPermaLink="false">http://viciouz.co.uk/site/?p=224</guid>
		<description><![CDATA[So, a new school year has started, and looking back over the summer holidays, I see that I have accomplished very little, given the amount of time I had to work in. Oh well. And of course, it&#8217;s the way of things that when I have the least amount of free time, I have the [...]]]></description>
			<content:encoded><![CDATA[<p>So, a new school year has started, and looking back over the summer holidays, I see that I have accomplished very little, given the amount of time I had to work in. Oh well. And of course, it&#8217;s the way of things that when I have the least amount of free time, I have the greatest number of projects I want to spend it on. Right now on top of the list are the <a href="http://www.globalgamers.net/league/">GlobalGamers Digital Paint: Paintball 2 league</a>, which I&#8217;m helping to organise and run. But other projects include updates to banterous.co.uk, revamping my web presence including this site and my portfolio site and some mapping projects, which I will come to presently. I also have a long blog post in the works on the topic of what makes a good map for pub play in Paintball 2.</p>
<p>A long time ago, on a blog not very far away (right here in fact), there was posted a preview of an in-progress map named Cold War City. The first beta of that map went on to win the xMapCom mapping competition. After that, it pretty just sat there for a year and a half. Now I&#8217;m finally trying to finish it up and get it out of beta and onto some servers. This is also what I&#8217;d like to do with another map I worked on, a collaboration with another mapper, JeeJee, who is now inactive, called 100 Years Of Solitude, which was actually made for the following xMapCom event, which sadly was never judged. I&#8217;d like to think we were in with a chance of winning that one too <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>However, I&#8217;ve also started working on another map, for a possible upcoming Paintball king-of-the-hill event hosted by GlobalGamers. It&#8217;s a small and as yet unnamed deathmatch map using <a href="http://www.simonoc.com/pages/materials/tpegypt/index.htm">some awesome GPL textures</a>. Here are some badly-taken shots of it:
<a href='http://viciouz.co.uk/site/2010/09/mapping-updates/egypt1/' title='egypt1'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2010/09/egypt1-150x150.jpg" class="attachment-thumbnail" alt="egypt1" title="egypt1" /></a>
<a href='http://viciouz.co.uk/site/2010/09/mapping-updates/egypt2/' title='egypt2'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2010/09/egypt2-150x150.jpg" class="attachment-thumbnail" alt="egypt2" title="egypt2" /></a>
<a href='http://viciouz.co.uk/site/2010/09/mapping-updates/egypt3/' title='egypt3'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2010/09/egypt3-150x150.jpg" class="attachment-thumbnail" alt="egypt3" title="egypt3" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://viciouz.co.uk/site/2010/09/mapping-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cold War City Won!</title>
		<link>http://viciouz.co.uk/site/2009/09/cold-war-city-won/</link>
		<comments>http://viciouz.co.uk/site/2009/09/cold-war-city-won/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:07:07 +0000</pubDate>
		<dc:creator>ViciouZ</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Paintball 2.0]]></category>
		<category><![CDATA[cold war city]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[xmapcom]]></category>

		<guid isPermaLink="false">http://viciouz.co.uk/site/2009/09/cold-war-city-won/</guid>
		<description><![CDATA[Rudloe: Cold War City won the xMapCom contest, with a total 85% score! I would post a link to the thread, but the dplogin.com server appears to be crapped atm. edit: http://dplogin.com/forums/index.php?topic=18628.0]]></description>
			<content:encoded><![CDATA[<p>Rudloe: Cold War City won the xMapCom contest, with a total 85% score! <img src='http://viciouz.co.uk/site/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I would post a link to the thread, but the dplogin.com server appears to be crapped atm.</p>
<p>edit: <a title="Contest results" href="http://dplogin.com/forums/index.php?topic=18628.0" target="_self">http://dplogin.com/forums/index.php?topic=18628.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://viciouz.co.uk/site/2009/09/cold-war-city-won/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cold War City: Update</title>
		<link>http://viciouz.co.uk/site/2009/08/cold-war-city-update/</link>
		<comments>http://viciouz.co.uk/site/2009/08/cold-war-city-update/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:58:57 +0000</pubDate>
		<dc:creator>ViciouZ</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Paintball 2.0]]></category>
		<category><![CDATA[Trench Breakthrough: Ypres]]></category>
		<category><![CDATA[cold war city]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[trench breakthrough]]></category>
		<category><![CDATA[xmapcom]]></category>

		<guid isPermaLink="false">http://viciouz.co.uk/site/?p=37</guid>
		<description><![CDATA[After a plea for help on the Digital Paint forums, fellow mapper Cusoman is going to help finish the Cold War City paintball map. His previous work includes propaint3, which was immediately used as a match map before even leaving beta. He&#8217;s also part of the Flawless Mapping team, having worked on flaw_mines and flaw_fbasin, [...]]]></description>
			<content:encoded><![CDATA[<p>After a plea for help on the Digital Paint forums, fellow mapper Cusoman is going to help finish the Cold War City paintball map. His previous work includes propaint3, which was immediately used as a match map before even leaving beta. He&#8217;s also part of the Flawless Mapping team, having worked on flaw_mines and flaw_fbasin, and another upcoming map. Hopefully his experience at the more gameplay related elements of mapping will really improve the map&#8217;s playability, which is one of its current failings.</p>
<p>On another topic, I&#8217;ve also started getting into a more regular habit of coding for the ioquake3-mod Trench Breakthrough: Ypres, which will hopefully be released in a year or five, and then standaloned after that. The current gamecode is effectively that of quake 3 but with a few subtle changes &#8211; quite a few redundant features have been removed and there is a simple class system in the works. Earlier today I did some work on the game and clientgame modules to create a vapour trail effect for shells based on the current railtrail effect, and also added a screen shake effect for nearby shell explosions. The project is looking for any experienced openGL programmers, modelers, mappers and graphic or sound artists to help out, so if you fit any of those, are interested in helping out and just somehow happen to be reading this blog, please check out the site at <a title="TB:Y Homepage" href="http://www.trenchbreakthrough.com" target="_self">www.trenchbreakthrough.com</a> and email me, using the address viciouz@&lt;this d0main&gt;.</p>
]]></content:encoded>
			<wfw:commentRss>http://viciouz.co.uk/site/2009/08/cold-war-city-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map preview: Cold War City</title>
		<link>http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/</link>
		<comments>http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 20:36:05 +0000</pubDate>
		<dc:creator>ViciouZ</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Paintball 2.0]]></category>
		<category><![CDATA[cold war city]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[xmapcom]]></category>

		<guid isPermaLink="false">http://viciouz.co.uk/site/?p=26</guid>
		<description><![CDATA[I just finished one half of a paintball map I&#8217;ve been working on for a Digital Paint: Paintball mapping contest, details of which can be found here. The theme of the contest is underground, and I tried to give the map a lot of atmosphere. I&#8217;ve even made some custom textures and sounds with the [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished one half of a paintball map I&#8217;ve been working on for a Digital Paint: Paintball mapping contest, details of which can be found <a href="http://dplogin.com/forums/index.php?topic=17953.0" target="_self">here</a>. The theme of the contest is underground, and I tried to give the map a lot of atmosphere. I&#8217;ve even made some custom textures and sounds with the help of <a href="http://www.zorchenhimer.com" target="_self">a friend</a>. I doubt it will place highly in the contest knowing the skills of the other competitors, but I am proud of it. So proud, in fact, that I took some screenshots.</p>
<p style="text-align: center;">

<a href='http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/cwc1/' title='cwc1'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2009/08/cwc1-150x150.jpg" class="attachment-thumbnail" alt="cwc1" title="cwc1" /></a>
<a href='http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/cwc2/' title='cwc2'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2009/08/cwc2-150x150.jpg" class="attachment-thumbnail" alt="cwc2" title="cwc2" /></a>
<a href='http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/cwc3/' title='cwc3'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2009/08/cwc3-150x150.jpg" class="attachment-thumbnail" alt="cwc3" title="cwc3" /></a>
<a href='http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/cwc4/' title='cwc4'><img width="150" height="150" src="http://viciouz.co.uk/site/wp-content/uploadfiles/2009/08/cwc4-150x150.jpg" class="attachment-thumbnail" alt="cwc4" title="cwc4" /></a>

<p style="text-align: left;">The map&#8217;s title comes from a song, a 2 minute clip of which can be found on YouTube <a href="http://www.youtube.com/watch?v=udV9JoKPoUE" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://viciouz.co.uk/site/2009/08/map-preview-cold-war-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

