<?xml version='1.0' encoding='ISO-8859-1'?>
     <rss version='2.0'>
      <channel>
       <title>abbayedesmorts.lha game/action - Comments</title>
       <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link>
       <description>An old school game like Ghost'n Goblins</description>
       <language>en-gb</language>
       <lastBuildDate>Fri, 24 Apr 2026 07:23:24 +0200</lastBuildDate>
       <image>
        <title>OS4Depot.net</title>
        <url>https://www.os4depot.net/images/rss.gif</url>
        <link>https://www.os4depot.net</link>
       </image><item> <title>Rob (86.15.173.156) @ 26 May 2015, 08:51.51</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Rob (86.15.173.156)&lt;BR /&gt;&lt;pre&gt;@thellier 
 
Have X1000 here.  Maybe someone else will fix it if I'm not the only one experience the problem 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1432666311</guid> <pubDate>Tue, 26 May 2015 20:51:51 +0200</pubDate></item><item> <title>thellier (80.12.43.97) @ 25 May 2015, 10:04.03</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;thellier (80.12.43.97)&lt;BR /&gt;&lt;pre&gt;Hello 
@jabirulo 
Soon I will add your code for key up handling 
@Cass 
&gt;OS4 version on Classic won`t start (composite tags error) 
OS41FE classic dont support the new graphics/CompositeTags functon so the game dont works = not my fault ... 
 
@Rob 
&gt;I can only use jump on my joypad here rendering the game unplayable. 
I dont know where is the problem  as on my sam440 all works fine 
I dont dont know so well os4 coding so I cant do miracles... 
 
@all 
Thanks for good feedbacks 
 
Alain Thellier 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1432584243</guid> <pubDate>Mon, 25 May 2015 22:04:03 +0200</pubDate></item><item> <title>Rob (86.15.173.156) @ 16 May 2015, 01:13.26</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Rob (86.15.173.156)&lt;BR /&gt;&lt;pre&gt;I can only use jump  on my joypad here rendering the game unplayable.  The Joypad works fine in other games. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1431731606</guid> <pubDate>Sat, 16 May 2015 01:13:26 +0200</pubDate></item><item> <title>Cass (91.132.131.141) @ 06 May 2015, 01:33.17</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Cass (91.132.131.141)&lt;BR /&gt;&lt;pre&gt;Congratulations porting this nice game to our platform. 
 
2 things I`ve notoced so far: The scrolls when picked up, are displayed too fast to be read (Sam440@800), and the OS4 version on Classic won`t start (composite tags error). I have a CV3D. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1430868797</guid> <pubDate>Wed, 06 May 2015 01:33:17 +0200</pubDate></item><item> <title>jabirulo (88.25.12.190) @ 05 May 2015, 02:27.10</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;jabirulo (88.25.12.190)&lt;BR /&gt;&lt;pre&gt;Sort of clumsy/slowly keyboard support by adding to AB_Events(); 
... 
BOOL k_stat = TRUE; 
... 
case IDCMP_VANILLAKEY: 
key=imsg-&gt;Code; 
if(imsg-&gt;Code&amp;0x80) //KEYUP EVENT 
k_stat = FALSE; 
break; 
... 
 
if(key == 'q') 
{ 
G-&gt;joystick.up=k_stat; 
goto final; 
} 
 
if(key == 'a') 
{ 
G-&gt;joystick.down=k_stat; 
goto final; 
} 
 
if(key == 'u') 
{ 
G-&gt;joystick.left=k_stat; 
goto final; 
} 
 
if(key == 'i') 
{ 
G-&gt;joystick.right=k_stat; 
goto final; 
} 
... 
final: 
G-&gt;key=key; 
if(imsg)... 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1430828830</guid> <pubDate>Tue, 05 May 2015 14:27:10 +0200</pubDate></item><item> <title>jabirulo (88.25.12.190) @ 04 May 2015, 11:38.55</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;jabirulo (88.25.12.190)&lt;BR /&gt;&lt;pre&gt;&lt;/pre&gt;</description> <guid isPermaLink='false'>1430775535</guid> <pubDate>Mon, 04 May 2015 23:38:55 +0200</pubDate></item><item> <title>thellier (193.252.157.50) @ 30 Apr 2015, 09:52.56</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;thellier (193.252.157.50)&lt;BR /&gt;&lt;pre&gt;Latest version include &quot;full-screen&quot; support 
On OS4 display is nicely &quot;resized&quot; to full-screen 
No I didnt succeed to add keyboard support as it need &quot;key up&quot; events to works well 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1430380376</guid> <pubDate>Thu, 30 Apr 2015 09:52:56 +0200</pubDate></item><item> <title>jabirulo (79.148.22.52) @ 13 Apr 2015, 12:02.03</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;jabirulo (79.148.22.52)&lt;BR /&gt;&lt;pre&gt;Any chance to make cursors work fort movving player up/down/left/right? Or it's too difficult to add such code (tried myself, but seems 5mins is not enough to understand (full)code :-/ and &quot;tweak&quot; to enable cursor key movement. 
TIA 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1428919323</guid> <pubDate>Mon, 13 Apr 2015 12:02:03 +0200</pubDate></item><item> <title>whose (2.206.105.1) @ 18 Mar 2015, 10:28.46</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;whose (2.206.105.1)&lt;BR /&gt;&lt;pre&gt;&lt;/pre&gt;</description> <guid isPermaLink='false'>1426714126</guid> <pubDate>Wed, 18 Mar 2015 22:28:46 +0100</pubDate></item><item> <title>thellier (80.12.55.192) @ 15 Mar 2015, 11:48.05</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;thellier (80.12.55.192)&lt;BR /&gt;&lt;pre&gt;There are some place you need to duck down then go left/right to pass 
BTW I added the trainer mode just to be able to finish it and be sure all works fine 
 
Alain Thellier 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1426416485</guid> <pubDate>Sun, 15 Mar 2015 11:48:05 +0100</pubDate></item><item> <title>whose (109.40.156.188) @ 15 Mar 2015, 11:03.38</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;whose (109.40.156.188)&lt;BR /&gt;&lt;pre&gt;&lt;/pre&gt;</description> <guid isPermaLink='false'>1426413818</guid> <pubDate>Sun, 15 Mar 2015 11:03:38 +0100</pubDate></item><item> <title>thellier (193.252.157.50) @ 13 Mar 2015, 10:04.53</title> <link>https://www.os4depot.net/?function=comments&amp;file=game/action/abbayedesmorts.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;thellier (193.252.157.50)&lt;BR /&gt;&lt;pre&gt;There is a typo error in the readme : that is the OS3 version that may only works just inside WinUAE 
 
Alain Thellier 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1426237493</guid> <pubDate>Fri, 13 Mar 2015 10:04:53 +0100</pubDate></item></channel> </rss>