sax3 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=23392 &quot;Pico&quot; projector for pico games <p>Hey,</p> <p>Has anyone tried pico8 (or any retro gaming stuff) via a pico projector? I was thinking about those low res (720p-) you can get for cheap ; maybe led powered? I have no idea, never owned a projector.</p> https://www.lexaloffle.com/bbs/?tid=29792 https://www.lexaloffle.com/bbs/?tid=29792 Tue, 15 Aug 2017 03:59:52 UTC Bash script to download carts (single thread &amp; index) <p>Hey guys, </p> <p>I wrote a bash script to download/ rename carts from the bbs,</p> <p>you can download a single thread, or the whole index (50 carts per page), you can also dump carts from your favorite section.</p> <p>The script rename the cart to include metadata, the downloaded PNGs looks like that:</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> funfetched_nanoman-1.0_29017_38515.p8.png </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 name is arranged with the following structure, uou can easily customize it in the script:</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> $AUTHOR_NAME&quot;_&quot;$GAME_TITLE&quot;_&quot;$BBS_ID&quot;_&quot;$GAME_ID&quot;.p8.png </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>So it runs on linux/bash, it might work under windows 10 bash (?), not sure i never tried the OS ; tell me :]</p> <p>I'm not a bash expert, it just works :) if you have suggestion or tips, i will gladly read your comments! </p> <p><strong>link:</strong> <a href="https://github.com/kikookoubis/pico-8-carts-bash-downloader">https://github.com/kikookoubis/pico-8-carts-bash-downloader</a></p> https://www.lexaloffle.com/bbs/?tid=29045 https://www.lexaloffle.com/bbs/?tid=29045 Fri, 24 Mar 2017 11:05:59 UTC