<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Montezuma&#39;s revenge</title>
		<link>http://www.allegro.cc/forums/view/403556</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Fri, 03 Sep 2004 22:43:16 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hello!</p><p>I finally finnished Montezuma Revenge remake</p><p>- 43 objects<br />- 144 bitmaps<br />- 240 boards (4 game levels - 60 boards each level) <br />- you can choose new or old graphics(1984)<br />- fast board editor and creator </p><p>http://www.gwiazdy.net.pl/~duzy/montezuma/sc.gif</p><p>file size .zip 1,15 Mb (with allegro library included)</p><p>you can download game, source code here:</p><p><a href="http://prog2k.glt.pl/index.php?akcja=montezuma">http://prog2k.glt.pl/index.php?akcja=montezuma</a></p><p>screenshots availble here:</p><p><a href="http://prog2k.glt.pl/index.php?lang=1">http://prog2k.glt.pl/index.php?lang=1</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (koless)</author>
		<pubDate>Fri, 03 Sep 2004 16:41:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Looks nice. I am downloading it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (axilmar)</author>
		<pubDate>Fri, 03 Sep 2004 17:28:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Looks nice indeed! I tried building the game from sources and had a few problems. I&#39;m getting complaints about a missing header file from the images/ subdirectory. I replaced the include with the one from the present directory, but it seems that I&#39;m missing some defines here (I assume this is your datafile headerfile?). You misspelled TLess_object.h as TLess_Object.h at one place, and you&#39;re includinh winalleg.h without actually having to. What&#39;s the difference between FInitialize and TInitialize? If I include both, I get duplicate difinition errors.<br />Oh, and there&#39;s a bunch of faulty # lines at the start of main.cpp. I guess you intend those as comments, but you really should use // for those.</p><p>Having fixed that, I could succesfully compile the game, although it crashed almost immediately at startup. <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Fri, 03 Sep 2004 17:43:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Nice game. I really have no remarks. Collision is fine, every time I died it was because of my own mistake. The editor is easy to use. It reminds me of Jet Set Willy.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (axilmar)</author>
		<pubDate>Fri, 03 Sep 2004 17:45:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hey, lovely. I worshipped that game in the days long past. Thanks for reviving a true classic!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Sirocco)</author>
		<pubDate>Fri, 03 Sep 2004 17:55:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Loved the original on the C64, can&#39;t wait to try this one out!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Mae Mutts)</author>
		<pubDate>Fri, 03 Sep 2004 18:51:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Im sorry i check one more time source code and put the nessesary files there:) You should compile it now without problem just download sources one more time from <a href="http://www.prog2k.glt.pl/index.php?akcja=montezuma">http://www.prog2k.glt.pl/index.php?akcja=montezuma</a></p><p>And what yyou mean that game  crashed almost at startupp??? what OS do you have?? I tested it only on win98 because my computer is to old to run win XP.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (koless)</author>
		<pubDate>Fri, 03 Sep 2004 19:48:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Im sorry i check one more time source code and put the nessesary files there:) You should compile it now without problem just download sources one more time from <a href="http://www.prog2k.glt.pl/index.php?akcja=montezuma">http://www.prog2k.glt.pl/index.php?akcja=montezuma</a></p></div></div><p>
You still have case mis-match when you #include TLess_object.h (the file name has object, but the include asks for Object). You can also get rid of #include &lt;winalleg.h&gt; from global.h - you don&#39;t need it. I also had to delete the destructor at the end of FInitilize.cpp as it wasn&#39;t destroying anything, add an #include &lt;allegro.h&gt; at the top of the same file and make it #include FInitialize.h instead of TInitialize.h.</p><p>But... with those changes the code compiles wonderfully and the game runs fine. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> Looks very well done and polished. Good work <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" /></p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>what OS do you have?? I tested it only on win98 because my computer is to old to run win XP.</p></div></div><p>
Linux. I can send you a list of changes (fixes, really) you need for the source code and a makefile for building it if you&#39;re interested.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Fri, 03 Sep 2004 20:37:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hey!! The name is &#39;Moctezuma&#39; <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" /><img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /> (or Motecuzoma, for purists).</p><p>The game looks good, I&#39;ll download it as soon as I&#39;m home <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Rampage)</author>
		<pubDate>Fri, 03 Sep 2004 20:43:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There. Applying the attached patch over the last source you posted should fix compilation problems in Linux (it doesn&#39;t hurt the Windows version to apply it there either).</p><p>Now, I&#39;m going to get some food and play your game for a bit <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><p>Oh, I have a feature request: could you add gamepad support?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Fri, 03 Sep 2004 21:04:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Okay ill check those mistakes:) <br />I dont have gamepad so its hard to test if it works fine with my game:(<br />but myabe i get some gamepad from my friend then ill do it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (koless)</author>
		<pubDate>Fri, 03 Sep 2004 22:43:16 +0000</pubDate>
	</item>
</rss>
