<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><description>The developers of King Arthur’s Gold chronicle their journey
DOWNLOAD
 
WEBSITE
 
FORUMS
 
BUGS
 
WIKI
 
IDEAS
 

PREMIUM

 

 


 

 

</description><title>King Arthur's Gold</title><generator>Tumblr (3.0; @kagdev)</generator><link>http://devlog.kag2d.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KingArthursGold" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="kingarthursgold" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><item><title>A brief discussion about IPv6</title><description>&lt;p&gt;Firstly, King Arthur&amp;#8217;s Gold will be participating in the World IPv6 Launch on June 6th, in that we have every site/server for King Arthur&amp;#8217;s Gold IPv6-enabled.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.worldipv6launch.org" target="_blank"&gt;&lt;img alt="WORLD IPV6 LAUNCH is 6 June 2012  The Future is Forever" height="512" src="http://www.worldipv6launch.org/wp-content/themes/ipv6/downloads/World_IPv6_launch_banner_512.png" title="WORLD IPV6 LAUNCH is 6 June 2012  The Future is Forever" width="512"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The World IPv6 Launch is a joint effort by content providers, Internet Service Providers, and hardware vendors to make appreciable progress in deploying IPv6.  It is a follow-up of sorts to last year&amp;#8217;s World IPv6 Day, where many content providers ran tests with the public for 24 hours to see if there were any unforeseen problems and to gauge the impact of advertising IPv6 availability on their sites.  As was hoped, it was a non-event, as was Facebook recently enabling IPv6 on their site permanently.&lt;/p&gt;
&lt;p&gt;I urge you all to call your ISPs and e-mail your favorite sites&amp;#8217; support asking what their plans are to support IPv6.  IPv4 exhaustion is continuing to push forward the deployment of NAT at large scales, which will come at a cost to gamers and other applications which frequently rely on port forwarding.  As the quality of IPv4 connectivity degrades over time, IPv6 will increasingly prevail as the higher quality means for two endpoints to talk to each other.&lt;/p&gt;
&lt;p&gt;Beyond that, I have been working carefully to make the new server registration/list components of the KAG API compatible with IPv4 and IPv6, and respecting server owners&amp;#8217; preferences for whether IPv6 is preferred by clients (assuming the client and server both have IPv6 connectivity).  The game netcode itself does not support IPv6 yet because the underlying library we use does not support it, however a medium-to-long term goal of mine is to extend it to support IPv6 or replace our netcode with something else.  Here is a basic overview of the logic that is being built in currently:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;The server owner enters into their configuration whether IPv6 should be enabled (default on), whether IPv6 or IPv4 should be preferred by clients (default to &amp;#8216;whichever performs better, or IPv6 if they&amp;#8217;re pretty much the same&amp;#8217;), and what IPv6 address to bind to (defaults to auto-selecting one)&lt;/li&gt;
&lt;li&gt;The server registers with the API.  If the preference configuration is 0 (select the better performing protocol or IPv6 if they&amp;#8217;re the close) or 6 (prefer IPv6 absolutely), the server registers with IPv6 as its main identifying address in the server list.  If the server is IPv4 only or the preference is set to 4, the server registers with its IPv4 address as its identifier&lt;/li&gt;
&lt;li&gt;Some other steps go on to allow the server to list its other address, if it has one, so that it is confirmed as owned by the server and allowed to be used to identify the server&lt;/li&gt;
&lt;li&gt;When a client requests the server list, it is filtered by all criteria the client supplies (documentation will be available on the wiki soon, describing how the server list/filter API works).  The client will receive the full list of servers matching the filter criteria including their IPv4 and IPv6 addresses.  The client will ping servers over both IPv4 and IPv6 to gauge performance, assuming it has IPv4 and IPv6 access.  IPv4-only servers will not be displayed to IPv6-only clients, and vice-versa.&lt;/li&gt;
&lt;li&gt;The client will have a configuration setting for its own preference for IPv4 or IPv6, however I have not figured out exactly how this will work in cooperation with the server preference.  Possibly the server preference being 0 will mean &amp;#8220;defer to the client&amp;#8217;s setting&amp;#8221;, and the client will default to using whichever performs better (or IPv6 if latency is within X%).  &lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;Other notes -&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The new server registration API will eventually refuse to list servers that it cannot connect to.  This will prevent servers behind a firewall (without port forwarding) from being listed in the master server list&lt;/li&gt;
&lt;li&gt;You can view my own personal post from a couple years ago &lt;a href="http://tns.u13.net/?p=122" target="_blank"&gt;here&lt;/a&gt;.  This has the general logic that the above workflow/design is based on.&lt;/li&gt;
&lt;li&gt;I have no idea when we&amp;#8217;ll get around to adding IPv6 support to the actual game code unfortunately.  It is something I would like to do, however I have not investigated enough to understand what the scope of the project would be and what our options are for implementing IPv6 least painfully.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;If you have any questions about IPv4 exhaustion, IPv6 deployment, or how KAG/gaming will likely deal with these in the future, take a look at the following links and head to &lt;a href="https://forum.kag2d.com/threads/a-brief-discussion-about-ipv6.6431/" target="_blank"&gt;this forum thread&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="externalLink" href="http://en.wikipedia.org/wiki/IPv4_address_exhaustion" target="_blank"&gt;&lt;a href="http://en.wikipedia.org/wiki/IPv4_address_exhaustion" target="_blank"&gt;http://en.wikipedia.org/wiki/IPv4_address_exhaustion&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="externalLink" href="http://en.wikipedia.org/wiki/IPv6_deployment" target="_blank"&gt;&lt;a href="http://en.wikipedia.org/wiki/IPv6_deployment" target="_blank"&gt;http://en.wikipedia.org/wiki/IPv6_deployment&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="externalLink" href="http://en.wikipedia.org/wiki/Carrier-grade_NAT" target="_blank"&gt;&lt;a href="http://en.wikipedia.org/wiki/Carrier-grade_NAT" target="_blank"&gt;http://en.wikipedia.org/wiki/Carrier-grade_NAT&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;-FliesLikeABrick&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23685959058</link><guid>http://devlog.kag2d.com/post/23685959058</guid><pubDate>Thu, 24 May 2012 16:04:45 -0400</pubDate><dc:creator>flieslikeabrick</dc:creator></item><item><title>Re: Modding</title><description>&lt;p&gt;Gotta say guys, we don&amp;#8217;t have time to answer all the PMs we&amp;#8217;re getting about how to tweak such and such variable or how to figure out a certain aspect of modding - please ask on IRC and try to figure it out yourself, because you&amp;#8217;re more likely to get an answer that way.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m getting 12+ PMs a day on the forums about bugs, water and modding vars, where the information is either freely available, available by consulting other members of the community, or should become pretty clear upon inspection. Answering these is unmaintainable and wastes a lot of development time.&lt;/p&gt;
&lt;p&gt;As such, please ask on the forums or IRC about modding, and search &lt;a href="https://bugs.kag2d.com" target="_blank"&gt;bugs.kag2d.com&lt;/a&gt; for bugs. Report bugs at the latter address as well, for those that don&amp;#8217;t know - be sure to include as much useful information as you can. We simply don&amp;#8217;t have time to make a game, answer queries in specific threadsandhelp you out with modding your zombies. If you can&amp;#8217;t figure it out, someone else will be able to help you.&lt;/p&gt;
&lt;p&gt;For bonus points, if you figure something new out, put it on the &lt;a href="https://wiki.kag2d.com" target="_blank"&gt;wiki&lt;/a&gt; so that it becomes public knowledge.&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23655709564</link><guid>http://devlog.kag2d.com/post/23655709564</guid><pubDate>Thu, 24 May 2012 00:17:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>This week's cool stuff</title><description>&lt;p&gt;Things that we&amp;#8217;ve been working on this week:&lt;/p&gt;
&lt;p&gt;&lt;img align="middle" height="317" src="http://i.imgur.com/oqUW9.png" width="281"/&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Water (with simple tide/waves)&lt;br/&gt;This is quite a bit of fun - it still needs some tweaking to suit gameplay properly but making a diving board and fighting underwater are enjoyable.&lt;/li&gt;
&lt;li&gt;Wooden blocks (weaker, but only cost wood)&lt;br/&gt;These can be used for rapidly fortifying areas (make full use of those mats) and to construct less vital parts of towers.&lt;br/&gt;It might become necessary to build these before building stone blocks, but we&amp;#8217;ll see about that down the line. For now, wooden towers!&lt;br/&gt;&lt;br/&gt;(With the two above additions, its only a matter of time before we introduce fire&amp;#8230;)&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;
&lt;li&gt;Shield bashing is back in the game, with variables now bound to config vars in gamemode. We&amp;#8217;re still working on dealing with lag as there&amp;#8217;s a fair bit of warping with latency, but it prevents the slash2win strategy that&amp;#8217;s applied in knight combat this build. We had a lot of fun bouncing Rayne down hills to get it more balanced, but it&amp;#8217;s possible to re-create old giant shieldbashes and to make shield bashing happen just from walking into someone and so on.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;There have been a few fixes (/loadmap now works for configs, and /savemap doesn&amp;#8217;t append .kag no matter what, a few technical things) and Ryan/FLAB is making good headway with some more API stuff that will reduce server load quite a bit during peak times, but most importantly we&amp;#8217;re working on block colliders that can move around, carry players and crush them against walls.&lt;/p&gt;
&lt;p&gt;Its early days yet, but this should lead to config defined building blocks, and building blocks larger than one tile. It&amp;#8217;s also already lead to Michal testing a rudimentary smasher, which was a smashing success. You can have a look at the video &lt;a href="http://www.youtube.com/watch?v=AzVFWCEfR5U" target="_blank"&gt;here&lt;/a&gt; as I cant figure out how to embed into this post, heh.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://forum.kag2d.com/threads/this-weeks-cool-stuff.6404/#post-108386" target="_blank"&gt;Forum Thread Here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Geti&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23608053227</link><guid>http://devlog.kag2d.com/post/23608053227</guid><pubDate>Wed, 23 May 2012 09:56:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Build 394 fix for dedi on older linux distros</title><description>&lt;p&gt;Hi all, FLAB here -&lt;/p&gt;
&lt;p&gt;Unfortunately due to how we set up the new build system with the release of build 393/394, the dedicated server would stop working on CentOS/RHEL/etc 5 and other aging distros with older glibc/glibcxx.  I have replaced the node in our build system which builds the linux versions with CentOS5 so that we can generate more portable binaries.&lt;/p&gt;

&lt;p&gt;If your server was broken as part of the 393/394 update, you can manually fix it (without having to redownload/reconfigure your server) by replacing the following files in your server folder:&lt;/p&gt;

&lt;p&gt;KAGdedi:&lt;br/&gt;&lt;a class="externalLink" href="http://update.kag2d.com/kag_linux/KAGdedi" target="_blank"&gt;&lt;a href="http://update.kag2d.com/kag_linux/KAGdedi" target="_blank"&gt;http://update.kag2d.com/kag_linux/KAGdedi&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt; Base/libJuxta.so:&lt;br/&gt;&lt;a class="externalLink" href="http://update.kag2d.com/kag_linux/Base/libJuxta_dedi.so" target="_blank"&gt;&lt;a href="http://update.kag2d.com/kag_linux/Base/libJuxta_dedi.so" target="_blank"&gt;http://update.kag2d.com/kag_linux/Base/libJuxta_dedi.so&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sorry again for the inconvenience, we will take more care to prevent this in the future!&lt;/p&gt;

&lt;p&gt;-FliesLikeABrick&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23569382959</link><guid>http://devlog.kag2d.com/post/23569382959</guid><pubDate>Tue, 22 May 2012 18:41:03 -0400</pubDate><dc:creator>flieslikeabrick</dc:creator></item><item><title>What's coming next</title><description>&lt;p&gt;Zombie Fortress feels like a whole game in itself but KAG is definitely not finished!&lt;/p&gt;
&lt;p&gt;We are officially heading now towards version 1.0.&lt;/p&gt;
&lt;p&gt;We will be adding (trying to add) all the features that we promised over the months and which you can see on the in-game buy poster or website. Not all of them will probably make it because if a particular feature is not fun or doesn&amp;#8217;t really work or is simply not doable we won&amp;#8217;t do it. But on the other hand we will add other elements which are better, more fun and more fitting. So expect to get what you desire and expect to get awesome features you don&amp;#8217;t expect!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve started work on water and wooden structures and will be moving on shortly to vehicles and siege machines. This will be exciting! Be sure to come back for updates!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;MM&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23474283909</link><guid>http://devlog.kag2d.com/post/23474283909</guid><pubDate>Mon, 21 May 2012 06:35:59 -0400</pubDate><dc:creator>lddev</dc:creator></item><item><title>Heads Tweak</title><description>&lt;p&gt;A few of the heads had some pixels go wrong for one reason or another when putting them in-game. An update fixing this should make its way out to you in the next 10min or so, shouldn&amp;#8217;t affect gameplay at all.&lt;/p&gt;
&lt;p&gt;This is mostly just so people don&amp;#8217;t raise eyebrows at their KAG patching. Enjoy your slightly more colourful braveheart face and fixed eyes on the samurai and rice worker heads.&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23148399827</link><guid>http://devlog.kag2d.com/post/23148399827</guid><pubDate>Tue, 15 May 2012 23:43:32 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>OS X 10.5.x issue resolved</title><description>&lt;p&gt;With our move to the build system we also started building the mac build on OS X 10.6.  We did not have the build done in such a way that the output was compatible with OS X 10.5, so any of you with OS X 10.5 probably had your KAG installs break if you updated in the past 48 hours.&lt;/p&gt;
&lt;p&gt;In the event that this is you, your KAG won&amp;#8217;t launch at all after updating to build 393 or 394.  We have a new KAG build out which is compatible with 10.5.x and 10.6.x.  To remedy this, do the following:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Drag your current KAG installation from Applications/ to the trash (or right click/move to trash, etc)&lt;/li&gt;
&lt;li&gt;Download KAG again from &lt;a class="externalLink" href="http://dl.kag2d.com/kag_mac.zip" rel="nofollow" target="_blank"&gt;&lt;a href="http://dl.kag2d.com/kag_mac.zip" target="_blank"&gt;http://dl.kag2d.com/kag_mac.zip&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unzip and drag the KAG app to Applicatoins&lt;/li&gt;
&lt;li&gt;Try running KAG. It should update to build 394 and work properly if this fix works&lt;/li&gt;
&lt;li&gt;If you need additional help, head over to &lt;a href="https://forum.kag2d.com/threads/application-wont-update.6228" target="_blank"&gt;this forum thread&lt;/a&gt; for assistance&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;For anyone else who came here wondering why their mac build updated on 10.6 or 10.7, this is why.  No other changes were introduced.&lt;/div&gt;
&lt;p&gt;FliesLikeABrick&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23134625677</link><guid>http://devlog.kag2d.com/post/23134625677</guid><pubDate>Tue, 15 May 2012 20:21:00 -0400</pubDate><dc:creator>flieslikeabrick</dc:creator></item><item><title>Autoupdate issue resolved</title><description>&lt;p&gt;There was an issue with the auto update system for KAG which would have caused new installs from the website not to update for the past 12-14 hours (since 393 was released).  This is resolved now, and any of you who were stuck on an old build like 345 should be able to update now just by opening the client.&lt;/p&gt;
&lt;p&gt;If you continue having problems, head to the &lt;a href="https://forum.kag2d.com/forums/help/" target="_blank"&gt;KAG Forum&lt;/a&gt; for help&lt;/p&gt;
&lt;p&gt;FliesLikeABrick&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23099793811</link><guid>http://devlog.kag2d.com/post/23099793811</guid><pubDate>Tue, 15 May 2012 08:00:00 -0400</pubDate><dc:creator>flieslikeabrick</dc:creator></item><item><title>Last chance to get KAG for only 9.99$</title><description>&lt;p&gt;I forgot to raise the price for KAG after the official Zombie Fortress Multiplayer release. We promised it so we are doing this after todays hot-fixes. So this is really the last chance to get the game and play online against zombies for 9.99$. New price will be 12.99$.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://kag2d.com/en/buy" target="_blank"&gt;Buy Now&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good news is, if you can&amp;#8217;t pay with PayPal, Credit Card or Google/Amazon - you can pay with your mobile phone through &lt;a href="http://www.zong.com/" target="_blank"&gt;Zong&lt;/a&gt; (a PayPal company). Zong has probably every country covered so you can pay for KAG with your phone wherever you are. Just click on the little red Zong button and check if you can buy it now. After entering your phone number you will receive a PIN code. After entering this PIN code you will get a KAG code to unlock the Full Version. It&amp;#8217;s that easy. No SMS or anything else. See for yourself.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.kag2d.com/testdev/zong/soleiframe.php" target="_blank"&gt;&lt;img height="69" src="http://www.zong.com/images/zongBuyWithMobile.jpg" width="146"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;MM&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23099740075</link><guid>http://devlog.kag2d.com/post/23099740075</guid><pubDate>Tue, 15 May 2012 07:58:00 -0400</pubDate><dc:creator>lddev</dc:creator></item><item><title>Fighting the undead - Now with friends! (Build 393)</title><description>&lt;p&gt;It&amp;#8217;s a bad day to be a zombie&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;img height="278" src="http://www.deviantart.com/download/301381061/bad_day_to_be_a_zombie_by_forsakengeti-d4zfn45.png" width="600"/&gt;&lt;/p&gt;
&lt;p&gt;Fortunately, most of our players aren&amp;#8217;t zombies, so they won&amp;#8217;t mind. ;)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ZOMBIE FORTRESS MULTIPLAYER IS OFFICIAL!&lt;br/&gt;&lt;br/&gt;&lt;/strong&gt; This means you can defend your fort with your friends without tampering with the server software too much, without repeated server crashes and with a nice new bot control interface.&lt;/p&gt;
&lt;p&gt;&lt;img height="618" src="http://i.imgur.com/ShA1Y.png" width="450"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Basically, use the R key to tell bots what to do.&lt;/strong&gt; We think you&amp;#8217;ll like the change, we&amp;#8217;re leaning more towards this kind of interface than the pie menus in future. If we can find things to convert, we likely will. It feels much better interacting directly with the game objects.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A giant swathe of fixes is included&lt;/strong&gt;, to AI (migrants now 40% less useless - can go through bridges!), to gameplay (reduced fall damage stupidness, reduced building weirdness, a bunch of misc exploits removed, particles getting eaten by bridges fixed, combat &amp;#8220;lag&amp;#8221; reduced&amp;#8230;) and many general bugfixes (slow closing fixed, many server crashes fixed) - see the changelog for more!&lt;/p&gt;
&lt;p&gt;You can also wear a kettle on your head, among other &lt;strong&gt;new heads&lt;/strong&gt;. Hopefully this will help increase the diversity of premium folk&amp;#8217;s appearance - We&amp;#8217;re working on a skin colour option as well, just requires re-touching all of the actor sprites so I&amp;#8217;ve been putting it off&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Big thanks to the testers&lt;/strong&gt; for starting to get into the swing of things with testing, a lot of these issues would still be undiscovered and the mechanics unrefined without them!&lt;/p&gt;
&lt;p&gt;Full Changelog:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;#8220;zf&amp;#8221; = zombie fortress&lt;/em&gt;&lt;br/&gt;&lt;em&gt;- u_shownames now uses new player name style instead of big stupid one &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- spectators with u_shownames see all player names &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- spectators now see unit counters &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed single character player names no longer crash the server (and are therefore allowed) (&lt;a href="https://bugs.kag2d.com/view.php?id=327" target="_blank"&gt;#327&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed full name not showing on linux/mac when someone changes teams (&lt;a href="https://bugs.kag2d.com/view.php?id=151" target="_blank"&gt;#151&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed username is not cased correctly after successful authentication. (&lt;a href="https://bugs.kag2d.com/view.php?id=237" target="_blank"&gt;#237&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- dropped the materials counter delay &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- the blinks still take a while to go away but the counter is always up to date &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed broken Connect To&amp;#8230;. (&lt;a href="https://bugs.kag2d.com/view.php?id=148" target="_blank"&gt;#148&lt;/a&gt; and &lt;a href="https://bugs.kag2d.com/view.php?id=1" target="_blank"&gt;#1&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed Looks like red builder is going to build blue tiles (&lt;a href="https://bugs.kag2d.com/view.php?id=254" target="_blank"&gt;#254&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed breaking a shop that is on background tile doesn&amp;#8217;t give mats (&lt;a href="https://bugs.kag2d.com/view.php?id=253" target="_blank"&gt;#253&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed setting high duration results in ban for 0 seconds (&lt;a href="https://bugs.kag2d.com/view.php?id=266" target="_blank"&gt;#266&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- large bans (longer than 2 years) and bans with -1 time now result in permbans. &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Added expiry time to listbans &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Made bans case-insensitive&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- changed/improved/added server side logging of game/player events&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br/&gt;&lt;em&gt; - Fixed - Archers deal massive damage to team catapults (&lt;a href="https://bugs.kag2d.com/view.php?id=271" target="_blank"&gt;#271&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- really fixed trap door+back wall = free money (removed hack) (&lt;a href="https://bugs.kag2d.com/view.php?id=198" target="_blank"&gt;#198&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed lost stone on removing trapbridge on background (&lt;a href="https://bugs.kag2d.com/view.php?id=258" target="_blank"&gt;#258&lt;/a&gt;)&lt;/em&gt;&lt;br/&gt;&lt;em&gt; - Fixed GOALTICKS independent ticktime mod operation in director.cpp &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed Knights attack catapults when they use it (&lt;a href="https://bugs.kag2d.com/view.php?id=81" target="_blank"&gt;#81&lt;/a&gt;)&lt;/em&gt;&lt;br/&gt;&lt;em&gt; - Fixed various potential server crashes while fixing (&lt;a href="https://bugs.kag2d.com/view.php?id=327" target="_blank"&gt;#327&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Various tweaks that may fix small bugs/instability - fixed &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- KAG crash when closing KAG with server browser open (&lt;a href="https://bugs.kag2d.com/view.php?id=333" target="_blank"&gt;#333&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- addressed chat box/minibox background hardcoded, now takes center pixel colour. (&lt;a href="https://bugs.kag2d.com/view.php?id=157" target="_blank"&gt;#157&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed the listPlayers() script &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed abusable bug where spectators can block map start (&lt;a href="https://bugs.kag2d.com/view.php?id=305" target="_blank"&gt;#305&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed more meaningful autoupdate failure messages for libcurl (&lt;a href="https://bugs.kag2d.com/view.php?id=306" target="_blank"&gt;#306&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed the launcher menu text for the various sites sucked and fixed some of the URLs &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed can repair trap bridges with backwall (&lt;a href="https://bugs.kag2d.com/view.php?id=205" target="_blank"&gt;#205&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed can repair other team&amp;#8217;s door to be your own (only works blue-&amp;gt;red) (&lt;a href="https://bugs.kag2d.com/view.php?id=76" target="_blank"&gt;#76&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed about 3 related bugs/exploits &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed can&amp;#8217;t slash shielded target sometimes (&lt;a href="https://bugs.kag2d.com/view.php?id=276" target="_blank"&gt;#276&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed jumping on someone and slashing hurts you (&lt;a href="https://bugs.kag2d.com/view.php?id=309" target="_blank"&gt;#309&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- stomping does less damage to the stomper &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed quarters don&amp;#8217;t heal when there&amp;#8217;s less than 0.5 hearts to heal (&lt;a href="https://bugs.kag2d.com/view.php?id=353" target="_blank"&gt;#353&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed door breaking/fixing (&lt;a href="https://bugs.kag2d.com/view.php?id=204" target="_blank"&gt;#204&lt;/a&gt;)&lt;/em&gt;&lt;br/&gt;&lt;em&gt; - updates to how paper rendering works &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Fixed catapults dont hurt backwall enough, though haven&amp;#8217;t done bridges etc yet (likely related to arrows) (&lt;a href="https://bugs.kag2d.com/view.php?id=331" target="_blank"&gt;#331&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Lowered chat spam timer and inserted anti-spam message if you exceed it rather than failing silently &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- Added sandbox room and tweaked sandbox to include it &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- sandbox now has free items and shops.&lt;/em&gt;&lt;br/&gt;&lt;em&gt; - fixed server segfault due to API error conditions &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed quarters light not acting like a light &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed chests giving light by default &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- bomb in zf costs 10 coins (was 20) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- more probability of zombie having coin &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- disconnect issue should be fixed, please playtest for a while and see&lt;/em&gt;&lt;br/&gt;&lt;em&gt; - fixed client-side light in blob &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- added constructor to APIPlayer, too much non-initialized vars bugs &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed free full version access &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- bots attack dead zombies &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- removed buildnum from launcher caption to avoid confusion &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- collapse anti-grief doesn&amp;#8217;t work for outposts &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed charged arrows dealing no damage when shot through bridge (&lt;a href="https://bugs.kag2d.com/view.php?id=321" target="_blank"&gt;#321&lt;/a&gt;) &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed knights don&amp;#8217;t stop when ordered to go to zombies &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- destroying castle blocks in zf doesn&amp;#8217;t remove coins &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- bots try to jump over kegs&lt;/em&gt;&lt;br/&gt;&lt;em&gt; - fixed bots not following orders when faced with zombies &lt;/em&gt;&lt;br/&gt;&lt;em&gt;- fixed throwing kegs into walls&lt;/em&gt;&lt;br/&gt;&lt;em&gt;- removed &amp;#8220;buying&amp;#8221; zombies from Portal &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href="https://forum.kag2d.com/threads/fighting-the-undead-now-with-friends.6219/" target="_blank"&gt;DISCUSS ON FORUMS&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/23060197691</link><guid>http://devlog.kag2d.com/post/23060197691</guid><pubDate>Mon, 14 May 2012 17:50:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Interrupt while we're waiting</title><description>&lt;p&gt;Still 2-3 things to iron out before the release so here is some Sunday fun for you all, while we are waiting for the new release.&lt;/p&gt;
&lt;p&gt;This is something we&amp;#8217;re trying to move away from which you&amp;#8217;ll see in the next release with the new Party Interface.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://9gag.com/gag/3780713" target="_blank"&gt;&lt;img src="http://media.tumblr.com/tumblr_m3ycye8B9A1qb1ded.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And at first I thought this was a KAG meme :)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://9gag.com/gag/3785277" target="_blank"&gt;&lt;img src="http://media.tumblr.com/tumblr_m3ycwyv1si1qb1ded.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cu later,&lt;/p&gt;
&lt;p&gt;MM&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/22960025329</link><guid>http://devlog.kag2d.com/post/22960025329</guid><pubDate>Sun, 13 May 2012 04:32:08 -0400</pubDate><dc:creator>lddev</dc:creator></item><item><title>Release Holdup - Should be out Monday</title><description>&lt;p&gt;We&amp;#8217;ve had a hold-up actually releasing the update because MM had to give a lecture for Friday and I&amp;#8217;ve had family engagements all weekend - There are about 3 issues that need tending to before we can release the update.&lt;/p&gt;
&lt;p&gt;The blog post has already been written, almost all of the testing completed, we just ran out of time getting it finalised and out the door. Hope to have it out Monday night.&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/22955741767</link><guid>http://devlog.kag2d.com/post/22955741767</guid><pubDate>Sun, 13 May 2012 02:07:20 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Soldat is 10!</title><description>&lt;p&gt;Holy crap.&lt;/p&gt;
&lt;p&gt;I wont clog up the KAG devlog with talk about soldat, but you can read about the awesome work Shoozza has been doing and a note from MM about the game reaching a decade &lt;a href="http://soldat.thd.vg/en/post/soldat-1_6_3-release" target="_blank"&gt;here&lt;/a&gt;. The 1.6.3 update has been (conveniently) released in tandem with the anniversary.&lt;/p&gt;
&lt;p&gt;Could be time to play a few games for nostalgia&amp;#8217;s sake, veterens!&lt;/p&gt;
&lt;p&gt;No roundup this week as you&amp;#8217;ll get a changelog with the release and I need to get back to fixing bugs rather than writing about fixing them :)&lt;/p&gt;
&lt;p&gt;Spoilers: mostly zombies multiplayer fixes with some general gameplay and security fixes so that we can officially release zombies multiplayer. Also, more heads.&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/22745445819</link><guid>http://devlog.kag2d.com/post/22745445819</guid><pubDate>Wed, 09 May 2012 19:46:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Just an informal reminder</title><description>&lt;p&gt;People messaging admins, developers and moderators about bugs on the forums - please stop doing this! Use bugs.kag2d.com to report bugs! We don&amp;#8217;t need the extra correspondence ;)&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/22648015172</link><guid>http://devlog.kag2d.com/post/22648015172</guid><pubDate>Tue, 08 May 2012 07:45:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Combat fixes and Exploit patches</title><description>&lt;p&gt;Here&amp;#8217;s a roundup of changes, old to new:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Made team unit counters work for &amp;#8220;any&amp;#8221; number of teams&lt;/li&gt;
&lt;li&gt;Fixed #271 archers deal massive damage to team catapults&lt;/li&gt;
&lt;li&gt;Fixed #198 trap door + back wall = free money&lt;/li&gt;
&lt;li&gt;Fixed #258 lost stone on removing trapbridge on background&lt;/li&gt;
&lt;li&gt;Fixed #81 Knights attack catapults when they use them&lt;/li&gt;
&lt;li&gt;Fixed #327 one character nicknames kick everyone from the server&lt;/li&gt;
&lt;li&gt;Addressed #157 chat box/minimap background colour no longer hardcoded, loaded from image. Sometimes breaks though, need to find a workaround for crappy graphics cards.&lt;/li&gt;
&lt;li&gt;Fixed #305 game wont start if there&amp;#8217;s &amp;gt;1 spec but less than minimum players&lt;/li&gt;
&lt;li&gt;fixed #245 &amp;#8216;report bugs&amp;#8217; links to bug tracker in game launcher&lt;/li&gt;
&lt;li&gt;fixed #306 useless autoupdate failure codes.&lt;/li&gt;
&lt;li&gt;fixed #150 casing error on smoke texture&lt;/li&gt;
&lt;li&gt;fixed #276 can&amp;#8217;t slash shielded target sometimes&lt;/li&gt;
&lt;li&gt;fixed #205 can repair trap bridges with backwall&lt;/li&gt;
&lt;li&gt;fixed #353 quarters dont heal when there&amp;#8217;s &amp;lt;0.5hp to heal.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;There&amp;#8217;s some experimental stuff going on with network smoothing and whatnot to try to reduce the &amp;#8220;lag&amp;#8221; that people see in-game, its having mixed results. Ideally there&amp;#8217;d just be enough servers to go around though, and enough people playing at all times ;)&lt;/p&gt;
&lt;p&gt;Obviously more fixes coming and more testing to be done.&lt;/p&gt;
&lt;p&gt;Thread &lt;a href="https://forum.kag2d.com/threads/combat-fixes-and-exploit-patches.6025/" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Geti&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/22252794227</link><guid>http://devlog.kag2d.com/post/22252794227</guid><pubDate>Wed, 02 May 2012 08:45:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Fixes Galore</title><description>&lt;p&gt;We&amp;#8217;re doing a fix cycle at the moment because we&amp;#8217;re unhappy with the state of things bug-wise. There are some more drastic measures that we might take, but we&amp;#8217;re not certain which way some of those will go. Either way I&amp;#8217;ll likely just be fixing bugs this week and next.&lt;/p&gt;
&lt;p&gt;The list of stuff that&amp;#8217;s already been fixed/tweaked this cycle:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Removed cc_valign 0 from config.gm to prevent it being reset every time the game updates.&lt;/li&gt;
&lt;li&gt;Added shownames behaviour for spectators&lt;/li&gt;
&lt;li&gt;Changed u_shownames to use the smaller labels with hearts (more consistent and easier on the eyes)&lt;/li&gt;
&lt;li&gt;Fixed #304, unit counters for spectators&lt;/li&gt;
&lt;li&gt;Fixed #151, full name not showing on linux/mac when someone changes teams&lt;/li&gt;
&lt;li&gt;Fixed #237, username is not cased correctly after successful authentication (still some work to do here)&lt;/li&gt;
&lt;li&gt;Fixed #148 and #1 &amp;#8220;Connect To&amp;#8221; patchy functionality (now works cross platform and reliably)&lt;/li&gt;
&lt;li&gt;Dropped the materials counter display (was confusing far too many people, who thought it prevented you from using the items etc before the counter drained in and other strange things)&lt;/li&gt;
&lt;li&gt;Fixed #254 looks like red builder is going to build blue tiles (you wouldn&amp;#8217;t believe how tricky it was to find a proper fix for this&amp;#8230;)&lt;/li&gt;
&lt;li&gt;Fixed #253 breaking a shop on background tiles doesn&amp;#8217;t give materials&lt;/li&gt;
&lt;li&gt;Fixed #266 Setting high ban duration results in 0 second ban.&lt;br/&gt; - large bans and negative time bans are now permbans (/ban Henry -1 to ban henry forever)&lt;/li&gt;
&lt;li&gt;/listbans now gives expiry time for ban (hard to read at the moment, might need to make a more human-readable format&amp;#8230;)&lt;/li&gt;
&lt;li&gt;Made bans case insensitive: \ban Rayne, \ban rAyNe and \ban rAYNE now all ban the same user and can be unbanned reliably (using any casing).&lt;/li&gt;
&lt;li&gt;Refactored ban system to ease maintenance&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;We&amp;#8217;ll be working on more fixes tonight and tomorrow, while we continue to do a bunch of design work and get the automated build system working.&lt;/p&gt;
&lt;p&gt;A heap of the fixes for the UI, Auth and connect to stuff is FliesLikeABrick&amp;#8217;s work, good to have him on board to ease the load as we go through the (large) backlog of issues.&lt;/p&gt;
&lt;p&gt;The latter is going to save us an &lt;strong&gt;incredible&lt;/strong&gt; amount of time and will make getting patches to both the public and the closed testing group about a hundred times easier and faster. This means more testing, quicker patches and less &amp;#8220;file got patched to the wrong directory because it was 2AM when the build went public and some mistake was made&amp;#8221;.&lt;/p&gt;
&lt;p&gt;MM is currently at a games conference in Berlin, he&amp;#8217;ll likely write a post about it tonight or tomorrow.&lt;/p&gt;
&lt;p&gt;In short, progress all &amp;#8216;round!&lt;/p&gt;
&lt;p&gt;Discussion thread &lt;a href="https://forum.kag2d.com/threads/fixes-galore.5950/" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/21833158194</link><guid>http://devlog.kag2d.com/post/21833158194</guid><pubDate>Thu, 26 Apr 2012 00:22:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Build 370 Released!</title><description>&lt;p&gt;Last week was a monster in terms of productivity. We had this ready Friday but then I was too tired to release and fell asleep. During the weekend Geti was doing the Ludum Dare and I strained my neck for some crazy reason and couldn&amp;#8217;t move (I&amp;#8217;d like to say it was in a swordfight but it&amp;#8217;s probably related to sitting in front of a monitor :D).&lt;/p&gt;
&lt;p&gt;So we have a massive list of fixes and changes. Some are zombie related but we are perfectionists and still won&amp;#8217;t release this officially. We don&amp;#8217;t want to just make multiplayer working but add some elements that we feel are missing from Zombie Fortress.&lt;/p&gt;
&lt;p&gt;We now have Spectator mode [BACKSPACE].&lt;br/&gt;&lt;img src="http://media.tumblr.com/tumblr_m2xc8muiWO1qb1ded.png"/&gt; &lt;/p&gt;
&lt;p&gt;Resource counter works a bit differently. It takes a few mins to get used to but then you&amp;#8217;ll see that it is awesome. The way it works now is it says how much you&amp;#8217;ve added recently and only updates the resource count after a while.  So if you&amp;#8217;ve just mined for 50 stone it will say 0 +50 stone in green. After a while the green +50 will merge with the white 0 and say 50. It&amp;#8217;s pretty cool, check it out.&lt;/p&gt;
&lt;p&gt;Geti moved nearly all player class variables into the Rules files. Server admins prepare for some fun! Be sure to make a copy of your Rules files instead of modifying the existing ones because they get overwritten in autoupdates.&lt;/p&gt;
&lt;p&gt;Networking should be improved very much. I optimized the server code to make it less CPU intense, but this will result in more bandwidth usage unfortunately. Admins, report back if you prefer it this way.&lt;/p&gt;
&lt;p&gt;Other than I have started a whole new scriptable components system that was mentioned in previous posts and FliesLikeABrick will be working full-time with us for a while. So you can count him as a 3rd coder now.&lt;/p&gt;
&lt;p&gt;Changes 360-370:&lt;!-- more --&gt;&lt;/p&gt;
&lt;p&gt;The numbers in the changelog are &lt;a href="http://bugs.kag2d.com/" target="_blank"&gt;bug tracker&lt;/a&gt; report numbers.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed builders pick up catapult stone in mid air (&lt;a href="https://bugs.kag2d.com/view.php?id=250" target="_blank"&gt;#250&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- add per-gamemode modding of archer variables&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed crash where lightmap was null&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed some hud readout bugs (thick stone)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed some issues with &lt;a href="https://bugs.kag2d.com/view.php?id=164" target="_blank"&gt;#164&lt;/a&gt;&amp;#8217;s fix and tree chopping&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed trees heal when reaching the bottom of the trunk (&lt;a href="https://bugs.kag2d.com/view.php?id=164" target="_blank"&gt;#164&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed crash in menu when no player exists&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- backspace menu when not playing game is the same as when playing game&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- Added previous bitstream compatibility through  *force_bool methods&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed zombie mode order crash&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed no spawn as zombie when changed team to red&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed disconnecting from server when launched server browser&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- singleplayer gamemodes get paused when in ESC menu&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed crash after launching zombie mode after deathmatch mode&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- zombie/migrant bodies collide in air with players and hurt them&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added sound when zombies fall or hit walls&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added random pitch variation for most sounds&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added resource drop amount on hud&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed migrant-player colliding&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed big particles not spawned when in solid block&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- tweaked zombie network syncing&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added spectator mode&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed bot archers not shooting arrows&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed wraith explosion on net&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed wall hugging on ladder&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added &amp;#8220;killed by zombie message&amp;#8221;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- builder only stays close to buddy and defends himself from zombies&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- synced migrant bubbles on net&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- creative/Sandbox servers are also add to beginner servers now&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed disconnecting player message&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed crash when closed ingame browser at a wrong time&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed zoom out from editor affecting other games (&lt;a href="https://bugs.kag2d.com/view.php?id=246" target="_blank"&gt;#246&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed arrows going through walls (&lt;a href="https://bugs.kag2d.com/view.php?id=125" target="_blank"&gt;#125&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- workshop blocks cost 2 wood now&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- all CTF workshops cost 50 wood (no stone required) (+30 gold siege workshop)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- migrants now say hello on network&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- backwall on spikes gives materials resolved (&lt;a href="https://bugs.kag2d.com/view.php?id=208" target="_blank"&gt;#208&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- moved body throw offset a bit to avoid self collision&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- archer can&amp;#8217;t hurt others when stomping&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed shield adding velocity on ground&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- made inventory counters 50x more awesome (and they read the correct numbers for more cases too)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed coins from frozen players (&lt;a href="https://bugs.kag2d.com/view.php?id=16" target="_blank"&gt;#16&lt;/a&gt;)&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- dropped amount of coins from shooting catas (IRC request)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed custom heads for non-admins&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- made guard hat only apply to builder head and class default head&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added custom head check in player (checks if name matches a custom head player or if is guard or admin)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added class modding to CTF rules&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- bound runner variables to rules&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added falldamage vars to rules config (-&amp;gt; balancing ahoy)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed crash in starter caused by autoupdate not initialised&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- nerfed sheild push to help with desync and wall damage&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed wall sliding + fixed notch jumping (related)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added server_setup_info.txt and readme.txt&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- modified readme.txt and server_setup_info.txt for nicer formatting&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added stats format info to server_setup_info.txt&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added /listbans function to list all currently active bans&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed bug in bans (time was in seconds not minutes)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- made bans more user friendly with their output&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- stats updated to more easily parsable format&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed some stats/counting bugs (&lt;a href="https://bugs.kag2d.com/view.php?id=191" target="_blank"&gt;#191&lt;/a&gt;, &lt;a href="https://bugs.kag2d.com/view.php?id=225" target="_blank"&gt;#225&lt;/a&gt;)&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed typo in tutorial (&lt;a href="https://bugs.kag2d.com/view.php?id=197" target="_blank"&gt;#197&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed typo in builder menu (&lt;a href="https://bugs.kag2d.com/view.php?id=264" target="_blank"&gt;#264&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- added curl license to distribution (&lt;a href="https://bugs.kag2d.com/view.php?id=295" target="_blank"&gt;#295&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed u_shownames not showing enemy names/health (&lt;a href="https://bugs.kag2d.com/view.php?id=142" target="_blank"&gt;#142&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;- fixed fall screaming at wrong time&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/21638541083</link><guid>http://devlog.kag2d.com/post/21638541083</guid><pubDate>Mon, 23 Apr 2012 04:36:00 -0400</pubDate><dc:creator>lddev</dc:creator></item><item><title>Post-Birthday Developments</title><description>&lt;p&gt;So, after the smoke cleared and we cleaned up the cake crumbs, we got straight back into development.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;(Note that a build with these changes hasn&amp;#8217;t been released yet)&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Some things that have been fixed:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Fixed bot archers not shooting arrows in multiplayer&lt;/li&gt;
&lt;li&gt;Fixed wraith explosion over network&lt;/li&gt;
&lt;li&gt;Fixed zombie position desync&lt;/li&gt;
&lt;li&gt;Fixed particles not spawning when inside a solid block (important for kegs/wraiths)&lt;/li&gt;
&lt;li&gt;Wall hugging doesn&amp;#8217;t occur on ladder&lt;/li&gt;
&lt;li&gt;Builder AI doesn&amp;#8217;t rambo quite as hard (still needs a lot of work&amp;#8230;)&lt;/li&gt;
&lt;li&gt;Fixed build tutorial typo&lt;/li&gt;
&lt;li&gt;Fixed some HUD readout bugs&lt;/li&gt;
&lt;li&gt;Fixed trees heal when they get to the base (no more double-harvesting arrows)&lt;/li&gt;
&lt;li&gt;Fixed crash in menu when no player exists&lt;/li&gt;
&lt;li&gt;Fixed arrows going through walls&lt;/li&gt;
&lt;li&gt;Fixed body throwing sometimes killing the thrower&lt;/li&gt;
&lt;li&gt;Fixed archer stomping people (sorry archers)&lt;/li&gt;
&lt;li&gt;Fixed shield adding velocity on ground&lt;/li&gt;
&lt;li&gt;Fixed coins from frozen players&lt;/li&gt;
&lt;li&gt;Fixed (I think) custom heads for non-guard non-admins (basically just pawel)&lt;/li&gt;
&lt;li&gt;Reduced amount of coins from shooting catas&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Some things that have been added:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Spectator mode (still has some issues and needs the underlying mechanic reworked to not affect gameplay balance)&lt;/li&gt;
&lt;li&gt;Synced Messages + Bubbles on net (Migrant says hello and frowns when getting eaten by zombies)&lt;/li&gt;
&lt;li&gt;Workshops now cost 2 wood per tile in CTF and making them into actual shops costs 50 wood (no stone required) to leave more building mats.&lt;/li&gt;
&lt;li&gt;Lots of game variables bound to rules file&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;The last one is fairly important for server owners and people interested in game balance - you can change how long attacks take, how much stun they give, how long building takes, the thresholds for fall damage&amp;#8230; lots of things. Be sure to bug me about things that are missing (damage from attacks and arrow speed among them) - I&amp;#8217;m considering opening up what tiles each class can attack in the class config file as well (so people can try games with knights that cant break anything or knights that can break everything, or even archers breaking through solid stone).&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s some other stuff going on behind the scenes but zombies mode is becoming more stable over the internet - we&amp;#8217;ve still got to add migrants as a respawn option (because its a massive pain as it stands to die and be stuck spectating for 15 mins as the last 2 players cling to life).&lt;/p&gt;
&lt;p&gt;Our server guys, Joe and Ryan are still working on getting the build server up which would allow us to push changes to testers as soon as they&amp;#8217;re complete (no tiresome multiple building and uploading, hurrah!) - we&amp;#8217;re hoping it&amp;#8217;ll be done next week. As it stands testing is still relatively up to date (testers, get your asses ingame) and bug hunting has been refined to use mantis properly (thanks to Ryan again for getting that in gear and overseeing it).&lt;/p&gt;

&lt;p&gt;In short, its been a pretty productive week. Hopefully we can iron out the major kinks and release this build tonight (no promises though)&lt;/p&gt;
&lt;p&gt;Discussion &lt;a href="https://forum.kag2d.com/threads/post-birthday-developments.5843/" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/21412084699</link><guid>http://devlog.kag2d.com/post/21412084699</guid><pubDate>Thu, 19 Apr 2012 21:21:44 -0400</pubDate><dc:creator>1bardesign</dc:creator></item><item><title>Happy Birthday King Arthur's Gold!</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m2n10rOU3n1qb1ded.png"/&gt;&lt;/p&gt;
&lt;p&gt;Exactly one year ago on a sunny April afternoon I took what I call the Crimson Engine. Something that I have been developing for the last 4 years. I scratched the game code I have been mainly working on (Link-Dead) and a prototype I made in &lt;a href="https://www.youtube.com/watch?v=OV_QdLVUAMw" target="_blank"&gt;3 days&lt;/a&gt; and officially started work on something that I called King Arthur&amp;#8217;s Gold.&lt;/p&gt;
&lt;p&gt;It was a direct twist on the name King Arthur&amp;#8217;s World, a SNES 2D RTS game. I found that game one day when I typed &amp;#8220;2D Side-Scrolling RTS&amp;#8221; in Google. I can admit that I never actually played the game. I only saw videos and wondered about its design. Just watching, I knew it was brilliant.&lt;/p&gt;
&lt;p&gt;The idea for &amp;#8220;KAG&amp;#8221; was really simple - design the game as an RTS but make a Player vs Player game out of it (because these are my roots). KAW had excellent design of classes and a map that needs cooperation to conquer. I wanted to have that but in a massive multiplayer game where people play as a single unit with dozens of other players. Knights flood the terrain and conquer by force, archers darken the sky with thousands of arrows and builders see the big picture - strategize like in an RTS game, but have to do the work instead of point-click. That&amp;#8217;s King Arthur&amp;#8217;s Gold - one year later. Personally my current favorite game ever.&lt;/p&gt;
&lt;p&gt;Happy Birthday and Thank You everybody that makes this possible.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;MM&lt;/em&gt;&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/21278094680</link><guid>http://devlog.kag2d.com/post/21278094680</guid><pubDate>Tue, 17 Apr 2012 15:09:45 -0400</pubDate><dc:creator>lddev</dc:creator></item><item><title>Developments of the last week</title><description>&lt;p&gt;This week we covered a bunch of bugfixes really, and some movement towards a &lt;strong&gt;completely scriptable underlying entity system for the full version&lt;/strong&gt;. I think I&amp;#8217;ve finally convinced MM that forking Classic and Full is a good idea, which means classic will keep the current codebase and mechanics intact and the full version will have a different underlying system.&lt;/p&gt;
&lt;p&gt;The bonus of this is that we wont have to make considerations for classic every time we want to write a new feature, which will speed up development a whole lot.&lt;/p&gt;
&lt;p&gt;In addition, if we get the systems we&amp;#8217;re hoping to in place, &lt;em&gt;every single object in the full version will be modifiable serverside&lt;/em&gt;, down to the logic controlling animation and physics. Creating new objects will be trivial. This means that KAG will be usable as a modding platform and that server owners wont be confined to the cardcoded logic of the current system.&lt;/p&gt;
&lt;p&gt;Making new entities will be very much like programming, as we&amp;#8217;re currently implementing AngelScript, which has C++ syntax and strongly typed objects, but we believe this is better for us as the game is coded in C++, and better for you because it&amp;#8217;ll give you a crazy amount of control over ingame objects (you could potentially rewrite soldat in the scripting language - don&amp;#8217;t tell MM ;)&lt;/p&gt;
&lt;p&gt;Everything is component based at this point, which we think is a very nice way to structure things.&lt;/p&gt;
&lt;p&gt;Its early days, but in the 2 days we&amp;#8217;ve worked on the system its already possible to code movement and animation entirely in-script. We&amp;#8217;re going to automate some of that (so that you dont need to keep track of timers for animation scripts and so forth) but its looking to be insanely powerful. Hopefully we&amp;#8217;ll find a simple way of networking everything as well.&lt;/p&gt;
&lt;p&gt;Naturally this will mean that we need some way of filtering modded servers out of the vanilla server list (if anything so that we dont get blamed for some of the less than scrupulous mods that are inevitably going to be made) , but it&amp;#8217;ll likely just be a checkbox to swap between viewing and not viewing modified servers.&lt;/p&gt;
&lt;p&gt;tl;dr good news for server owners, players, and aspiring developers alike.&lt;/p&gt;
&lt;p&gt;discussion thread &lt;a href="https://forum.kag2d.com/threads/developments-of-the-last-week.5745/" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Geti&lt;/p&gt;</description><link>http://devlog.kag2d.com/post/21133919546</link><guid>http://devlog.kag2d.com/post/21133919546</guid><pubDate>Sun, 15 Apr 2012 02:23:00 -0400</pubDate><dc:creator>1bardesign</dc:creator></item></channel></rss>

