[Error_27] [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=80884 SERIAL() cannot write to stdout on Linux <p>Using <code>SERIAL()</code> to write to <code>stdout</code> on Linux does not work.<br /> OS: Linux Mint 21.2</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>function _init() string=&quot;test&quot; for i=0,#string do poke(0x4300+i, string[i]) --string as an array of charcodes end serial(0x805,0x4300,#string + 1) printh(&quot;test2&quot;) end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>The <code>stdout</code> writing code came from <a href="https://www.lexaloffle.com/bbs/?pid=79112#p">this post about communicating with nodejs using serial</a>.</p> <p>This cart fails to write <code>test</code> to stdout using <code>SERIAL()</code> but succeeds when writing <code>test2</code> using <code>PRINTH()</code>.<br /> The code doesn't make any error messages either.</p> https://www.lexaloffle.com/bbs/?tid=54479 https://www.lexaloffle.com/bbs/?tid=54479 Fri, 06 Oct 2023 00:16:39 UTC Celeste Dash Corrupter <p> <table><tr><td> <a href="/bbs/?pid=134008#p"> <img src="/bbs/thumbs/pico8_cdashcorrupter-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134008#p"> Celeste Dash Corrupter</a><br><br> by <a href="/bbs/?uid=80884"> [Error_27]</a> <br><br><br> <a href="/bbs/?pid=134008#p"> [Click to Play]</a> </td></tr></table> </p> <p>I played a lot of Celeste corruption mods, including <a href="https://www.lexaloffle.com/bbs/?tid=52394">Bad Berries</a> by praiseafrog, which was the main thing that inspired to make this.</p> <p>In this mod, the game slowly corrupts as it goes on, but the rate of corruption increases each time you dash. It works like Real Time Celester but each dash adds 2 to the corruption amount.</p> <p>I've never beaten the game like this have fun lol.</p> <p>This is based on <a href="https://www.lexaloffle.com/bbs/?tid=35860">Real Time Celester</a> by AdamMcKibben and of course the original <a href="https://www.lexaloffle.com/bbs/?tid=2145">Celeste</a> by Maddy Thorson and Noel Berry.</p> https://www.lexaloffle.com/bbs/?tid=54024 https://www.lexaloffle.com/bbs/?tid=54024 Thu, 07 Sep 2023 21:00:14 UTC pipes.p8, a recreation of pipes.sh for PICO-8 <p> <table><tr><td> <a href="/bbs/?pid=133744#p"> <img src="/bbs/thumbs/pico8_pipes_p8-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=133744#p"> pipes_p8 1.1</a><br><br> by <a href="/bbs/?uid=80884"> [Error_27]</a> <br><br><br> <a href="/bbs/?pid=133744#p"> [Click to Play]</a> </td></tr></table> </p> <p>Here's a small cart I made to learn PICO-8.<br /> There's a menu item in the pause menu that allows you to customize the settings, like the number of pipes spawned.</p> <p>Inspired/based on <a href="https://github.com/pipeseroni/pipes.sh">pipes.sh</a>.</p> <p>This is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</p> https://www.lexaloffle.com/bbs/?tid=53930 https://www.lexaloffle.com/bbs/?tid=53930 Wed, 30 Aug 2023 21:36:49 UTC