<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Quake++</title>
	<atom:link href="http://wantonhubris.com/blog/2009/02/13/quake-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://wantonhubris.com/blog/2009/02/13/quake-2/</link>
	<description>My work on display for the world to see.  And possibly ignore.</description>
	<lastBuildDate>Sat, 07 Apr 2012 12:42:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Warren</title>
		<link>http://wantonhubris.com/blog/2009/02/13/quake-2/comment-page-1/#comment-743</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Sat, 14 Feb 2009 10:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://wantonhubris.com/blog/2009/02/13/quake-2/#comment-743</guid>
		<description>Wow, I had no idea other people would actually be interested in this.  Neat!

Yes, monster wandering is one of the first things I added because I had written that previously for a level I did (&quot;White Room&quot;).  It currently follows a few simple rules:

- If a monster is set to ambush, it wanders within a small radius of it&#039;s spawn location.  I figure the level designer put the monster in that area for a reason.

- If a monster has a targetname, it won&#039;t wander at all.  I figure any monster like that is probably set up as a trap and needs to be where the designer placed it.

- Otherwise, they will wander around the level as far as time allows.

And I&#039;ve noticed the same thing you mentioned, LV.  A few times, I&#039;ve been surprised at where I find monsters.  It&#039;s actually a lot more exciting to play the game when you don&#039;t know exactly where every monster will be when you come around a corner.

On top of that, the levels seem way more ALIVE with the monsters all on the move.  It really gives a whole different feel to the game.


I&#039;ll post progress updates as I think of stuff and implement it.  Some good ideas up there too, guys, thanks!</description>
		<content:encoded><![CDATA[<p>Wow, I had no idea other people would actually be interested in this.  Neat!</p>
<p>Yes, monster wandering is one of the first things I added because I had written that previously for a level I did (&#8220;White Room&#8221;).  It currently follows a few simple rules:</p>
<p>- If a monster is set to ambush, it wanders within a small radius of it&#8217;s spawn location.  I figure the level designer put the monster in that area for a reason.</p>
<p>- If a monster has a targetname, it won&#8217;t wander at all.  I figure any monster like that is probably set up as a trap and needs to be where the designer placed it.</p>
<p>- Otherwise, they will wander around the level as far as time allows.</p>
<p>And I&#8217;ve noticed the same thing you mentioned, LV.  A few times, I&#8217;ve been surprised at where I find monsters.  It&#8217;s actually a lot more exciting to play the game when you don&#8217;t know exactly where every monster will be when you come around a corner.</p>
<p>On top of that, the levels seem way more ALIVE with the monsters all on the move.  It really gives a whole different feel to the game.</p>
<p>I&#8217;ll post progress updates as I think of stuff and implement it.  Some good ideas up there too, guys, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LordHavoc</title>
		<link>http://wantonhubris.com/blog/2009/02/13/quake-2/comment-page-1/#comment-742</link>
		<dc:creator>LordHavoc</dc:creator>
		<pubDate>Sat, 14 Feb 2009 00:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://wantonhubris.com/blog/2009/02/13/quake-2/#comment-742</guid>
		<description>This sounds rather like dpmod, which already revives Quake singleplayer a bit with different monster behaviors and more difficult but more rewarding combat (you can put down a monster in one or two shots, but you&#039;d better be willing to take the risks associated with rushing into a fight, you might get torn up).

It has one option that really has a profound impact on Quake - the &quot;monsterwander&quot; cvar, simply set it to 1 and replay the maps and you never know where you&#039;ll encounter a monster, as they&#039;re randomly wandering around on their own - I&#039;ve met a shambler in an unexpected hallway on several occasions...  Unfortunately it occasionally glitches the monster spawning (I haven&#039;t figured out why - the qc tries pretty hard to detect monster spawn teleporters and disable wandering on them), which is the only reason it&#039;s off by default, lots of fun though.

All this said, Dresk&#039;s mod Kleshik comes closest to what you and scar3crow seem to be describing, it&#039;s one of the few coop enhanced mods, and totally crazy - a bit too crazy for me to prefer it for casual play but I do enjoy it with friends :)

My own suggestion is these features to liven up Quake:
Wandering monsters (and I would suggest making them run around quickly at spawn so that even if you rush the level you won&#039;t know what to expect).
Better monster navigation (waypoints?).
More varied monsters.
Monster attack enhancements (dpmod - all monsters shot lead their attacks, ogres aim correctly for height (even checking obstructions with a tracetoss), fiends run a tracetoss jump simulation to decide whether to jump so they&#039;re not wildly jumping around, it&#039;s frightening when they do jump because you KNOW they&#039;ll hit you if you don&#039;t evade them immediately).

I&#039;m sure there are many more core features that would be good, but those are the ones that come to mind immediately for me.</description>
		<content:encoded><![CDATA[<p>This sounds rather like dpmod, which already revives Quake singleplayer a bit with different monster behaviors and more difficult but more rewarding combat (you can put down a monster in one or two shots, but you&#8217;d better be willing to take the risks associated with rushing into a fight, you might get torn up).</p>
<p>It has one option that really has a profound impact on Quake &#8211; the &#8220;monsterwander&#8221; cvar, simply set it to 1 and replay the maps and you never know where you&#8217;ll encounter a monster, as they&#8217;re randomly wandering around on their own &#8211; I&#8217;ve met a shambler in an unexpected hallway on several occasions&#8230;  Unfortunately it occasionally glitches the monster spawning (I haven&#8217;t figured out why &#8211; the qc tries pretty hard to detect monster spawn teleporters and disable wandering on them), which is the only reason it&#8217;s off by default, lots of fun though.</p>
<p>All this said, Dresk&#8217;s mod Kleshik comes closest to what you and scar3crow seem to be describing, it&#8217;s one of the few coop enhanced mods, and totally crazy &#8211; a bit too crazy for me to prefer it for casual play but I do enjoy it with friends <img src='http://wantonhubris.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My own suggestion is these features to liven up Quake:<br />
Wandering monsters (and I would suggest making them run around quickly at spawn so that even if you rush the level you won&#8217;t know what to expect).<br />
Better monster navigation (waypoints?).<br />
More varied monsters.<br />
Monster attack enhancements (dpmod &#8211; all monsters shot lead their attacks, ogres aim correctly for height (even checking obstructions with a tracetoss), fiends run a tracetoss jump simulation to decide whether to jump so they&#8217;re not wildly jumping around, it&#8217;s frightening when they do jump because you KNOW they&#8217;ll hit you if you don&#8217;t evade them immediately).</p>
<p>I&#8217;m sure there are many more core features that would be good, but those are the ones that come to mind immediately for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scar3crow</title>
		<link>http://wantonhubris.com/blog/2009/02/13/quake-2/comment-page-1/#comment-741</link>
		<dc:creator>scar3crow</dc:creator>
		<pubDate>Sat, 14 Feb 2009 00:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://wantonhubris.com/blog/2009/02/13/quake-2/#comment-741</guid>
		<description>Reminds me of some times where I wanted to address some issues with Quake; namely that by e2m6 you&#039;ve fought every monster but Spawn and Shub, and have seen every single weapon and powerup... My solution was to address the problems of population (on Easy the world is barren) by having it use the Hard difficulty population, and make the skills be adjustments in ai and behavior, for example, making the Enforcer&#039;s fire a two-shot burst, one aimed at your current location, and one leading. Things like that.

I also came up with a few new attacks for many of the monsters, ways to insert the mission pack and Quoth monsters, and such. Of course, it was never coded =)

At one point I also wrote a design doc to create minibosses based upon world entities, for any level; Rich Whitehouse was going to do it for QExpo 08, but he was too busy with contract work.

All of these of course, had goals or hopes of using FrikbotX waypoints to navigate through the map, since Monster did waypoints for every id1 map, so he could have deathmatch on maps other than dm3, dm6 and aerowalk.

I&#039;m looking forward to this quite a bit however... Definitely gonna keep an eye on it.</description>
		<content:encoded><![CDATA[<p>Reminds me of some times where I wanted to address some issues with Quake; namely that by e2m6 you&#8217;ve fought every monster but Spawn and Shub, and have seen every single weapon and powerup&#8230; My solution was to address the problems of population (on Easy the world is barren) by having it use the Hard difficulty population, and make the skills be adjustments in ai and behavior, for example, making the Enforcer&#8217;s fire a two-shot burst, one aimed at your current location, and one leading. Things like that.</p>
<p>I also came up with a few new attacks for many of the monsters, ways to insert the mission pack and Quoth monsters, and such. Of course, it was never coded =)</p>
<p>At one point I also wrote a design doc to create minibosses based upon world entities, for any level; Rich Whitehouse was going to do it for QExpo 08, but he was too busy with contract work.</p>
<p>All of these of course, had goals or hopes of using FrikbotX waypoints to navigate through the map, since Monster did waypoints for every id1 map, so he could have deathmatch on maps other than dm3, dm6 and aerowalk.</p>
<p>I&#8217;m looking forward to this quite a bit however&#8230; Definitely gonna keep an eye on it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

