<?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>dipplum.com &#187; wargus</title>
	<atom:link href="http://dipplum.com/tag/wargus/feed/" rel="self" type="application/rss+xml" />
	<link>http://dipplum.com</link>
	<description>Be  the change you wanna see in the world</description>
	<lastBuildDate>Sat, 12 Nov 2011 07:38:45 +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>stratagus最新Windows版</title>
		<link>http://dipplum.com/2009/11/13/stratagus-svn-windows/</link>
		<comments>http://dipplum.com/2009/11/13/stratagus-svn-windows/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:12:23 +0000</pubDate>
		<dc:creator>li</dc:creator>
				<category><![CDATA[开源软件]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[stratagus]]></category>
		<category><![CDATA[visualc]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[wargus]]></category>

		<guid isPermaLink="false">http://dipplum.com/2009/11/13/stratagus-svn-windows/</guid>
		<description><![CDATA[简介 stratagus的前身是freecraft。freecraft重写了Blizzard公司的经典游戏Warcraft II的RTS游戏引擎。后因版权问题改名。freecraft改名后分成了几个部分，stratagus项目承接了其游戏引擎的部分，wargus在stratagus引擎上进行二次开发，几乎完美重现了Warcaft II的功能。下面是Wargus/Stratagus的效果： 下载说明 Statagus已经在2年前停止开发了，开发人员用同样的引擎转去开发别的游戏了。最后一个版本是2.2.4。但SVN库里还陆续有大的变动，开发人员好像是会不时的merge一些新的功能过来。 我编译的是最新的Stratagus SVN版本r8003，截图上显示的是2.2.5，这个版本有bug，打上了好几处补丁。编译环境是Visual C++ 2008。 1. stratagus-r8003引擎本地下载，需要再下载2 2. 支持stratagus-r8003的Wargus游戏数据 网盘下载 3. 用VMWare ThinApp打包的单可执行程序，单独可运行 网盘下载 开发包下载 如果对源码感兴趣，想自己编译的，可以下载我的Patch和编译环境打包 1. r8003的patch文件，自己checkout的stratagus svn r8003目录，解压后覆盖之 2. stratagus引用的外部lib和头文件打包，用Visual C++ 2008编译，解压后放在stratagus源码上级目录]]></description>
			<content:encoded><![CDATA[<h4>简介</h4>
<p><a href="http://stratagus.sourceforge.net/" target="_blank">stratagus</a>的前身是freecraft。freecraft重写了Blizzard公司的经典游戏<a href="http://us.blizzard.com/en-us/games/legacy/" target="_blank">Warcraft II</a>的RTS游戏引擎。后因<a href="http://en.wikipedia.org/wiki/Stratagus" target="_blank">版权问题改名</a>。freecraft改名后分成了几个部分，stratagus项目承接了其游戏引擎的部分，wargus在stratagus引擎上进行二次开发，几乎完美重现了Warcaft II的功能。下面是Wargus/Stratagus的效果：</p>
<p><a href="http://dipplum.com/files/2009/11/stratagus1.png" rel="shadowbox[sbpost-441];player=img;"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="stratagus1" border="0" alt="stratagus1" src="http://dipplum.com/files/2009/11/stratagus1_thumb.png" width="244" height="184" /></a> <a href="http://dipplum.com/files/2009/11/stratagus2.png" rel="shadowbox[sbpost-441];player=img;"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="stratagus2" border="0" alt="stratagus2" src="http://dipplum.com/files/2009/11/stratagus2_thumb.png" width="244" height="184" /></a> <a href="http://dipplum.com/files/2009/11/stratagus3.png" rel="shadowbox[sbpost-441];player=img;"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="stratagus3" border="0" alt="stratagus3" src="http://dipplum.com/files/2009/11/stratagus3_thumb.png" width="244" height="184" /></a> <a href="http://dipplum.com/files/2009/11/stratagus4.png" rel="shadowbox[sbpost-441];player=img;"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="stratagus4" border="0" alt="stratagus4" src="http://dipplum.com/files/2009/11/stratagus4_thumb.png" width="244" height="184" /></a> </p>
</p>
</p>
<h4>下载说明</h4>
<p> <span id="more-441"></span>
<p>Statagus已经在2年前停止开发了，开发人员用同样的引擎转去开发别的游戏了。最后一个版本是2.2.4。但SVN库里还陆续有大的变动，开发人员好像是会不时的merge一些新的功能过来。</p>
<p>我编译的是最新的Stratagus SVN版本r8003，截图上显示的是2.2.5，这个版本有bug，打上了好几处补丁。编译环境是Visual C++ 2008。</p>
<p>1. stratagus-r8003引擎本地下载，需要再下载2 Note: There is a file embedded within this post, please visit this post to download the file.</p>
<p>2. 支持stratagus-r8003的Wargus游戏数据 <a href="http://is.gd/4U3om">网盘下载</a></p>
<p>3. 用VMWare ThinApp打包的单可执行程序，单独可运行 <a href="http://is.gd/4RO0k" target="_blank">网盘下载</a></p>
<h4>开发包下载</h4>
<p>如果对源码感兴趣，想自己编译的，可以下载我的Patch和编译环境打包</p>
<p>1. r8003的patch文件，自己checkout的stratagus svn r8003目录，解压后覆盖之 Note: There is a file embedded within this post, please visit this post to download the file.</p>
<p>2. stratagus引用的外部lib和头文件打包，用Visual C++ 2008编译，解压后放在stratagus源码上级目录 Note: There is a file embedded within this post, please visit this post to download the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://dipplum.com/2009/11/13/stratagus-svn-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

