LJRadio [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=8177 PICO-8 ART THREAD <p>POST YOUR SHAREWARE PIXEL ART HERE<br /> AS LONG AS IT'S MADE IN PICO-8 IT'S A-OK</p> <p> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/8177_1.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_8177_1"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/8177_1.txt", function (retdata){ var el = document.getElementById("gfxcode_8177_1"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_8177_1" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </p> https://www.lexaloffle.com/bbs/?tid=27690 https://www.lexaloffle.com/bbs/?tid=27690 Mon, 19 Sep 2016 11:12:57 UTC palt() &amp; Sprite Packaging <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/8177/palt.png" width=735 height=218 alt="" /> <p>Good day, and thank you for looking at this tutorial i put up for the convenience of developers who wish to understand<br /> palt() and how it can be utilized.</p> <p>the command is used to render colors as transparent when sprites or graphical commands are used. This command also avoids any other edits to the palette that are initiated in the code used.</p> <pre><code> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/8177/ex.png" width=546 height=538 alt="" /></code></pre> <p>syntax for palt is simple: first parameter chooses color to render transparent or not, second parameter is boolean and decides for the color to be transparent. palt( x , true ) would make the color x not render.</p> <p>this should be a useful command when using another color as transparency.</p> <p>I want to show you how sprite packaging [as i call it] can be utilized in pico8, to provide for bigger sprite space for sprites that containt up to 4 colors.</p> <pre><code> - Sprite Packaging for 2 color sprites -</code></pre> <p>The most efficient way i get 4 sprites from one is to stick them together and draw them as if they were different sprites.</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> -- a should be 1 , 2 , 4 , 8 function sssspr( x , y , w , h , dx , dy , a , c ) for i = 0 , 15 do --remove unverified colors if (i/a)%2 &lt; 1 then palt( i , true ) else palt( i , false ) end -- turn verified colors into c pal( i , flr((i/a)%2)*c ) end sspr( x , y , w , h , dx , dy ) palt() pal() 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>I stick colors in a blending program which forces one color to be its next, and this way of combining sprites work very well for me.</p> <pre><code> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/8177/ex of font.gif" width=501 height=186 alt="" /></code></pre> <p> <table><tr><td> <a href="/bbs/?pid=19916#p"> <img src="/bbs/thumbs/pico19912.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=19916#p"> Tutorial - Font</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=19916#p"> [Click to Play]</a> </td></tr></table> </p> <p>And I don't know what else to add but that by using sprite packaging, you can get 512 sprites that have two colors, and 256 for sprites with four.</p> <pre><code> - Programs which use this - TinyTextLS / MinitextLS https://www.lexaloffle.com/bbs/?tid=3059</code></pre> <p>ok thanks</p> <pre><code> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/8177/thAnk you.png" width=410 height=123 alt="" /></code></pre> https://www.lexaloffle.com/bbs/?tid=3246 https://www.lexaloffle.com/bbs/?tid=3246 Tue, 19 Apr 2016 04:22:18 UTC the official pico-8 google hangout <p><a href="https://hangouts.google.com/call/7kzo6vo3pja63fpmglidzrq2iue">https://hangouts.google.com/call/7kzo6vo3pja63fpmglidzrq2iue</a></p> https://www.lexaloffle.com/bbs/?tid=3159 https://www.lexaloffle.com/bbs/?tid=3159 Wed, 23 Mar 2016 19:10:41 UTC ZOOMZOOMZOOMZOOM <p> <table><tr><td> <a href="/bbs/?pid=18713#p"> <img src="/bbs/thumbs/pico18711.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=18713#p"> ZOOMZOOMZOOMZOOM 0.2</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=18713#p"> [Click to Play]</a> </td></tr></table> </p> <pre><code> ZOOMZOOMZOOMZOOM</code></pre> <p><table style="width:640px" cellspacing=0 cellpadding=10><tr><td bgcolor=#ffffff><span style="color: #101010;">is in beta<br /> some of the commands and keys you can use are<br /> ARROW KEYS = move selection for zoom<br /> Z = zoom<br /> X = colors<br /> TAB = you can change color combinations<br /> D = edit palette<br /> <br></span></td></tr></table></p> <p><table style="width:640px" cellspacing=0 cellpadding=10><tr><td bgcolor=#ccffff><span style="color: #101010;">if you want to help me make this art thing<br /> you can help by assisting in</p> <p>-making the zoom animation actually work<br /> -zoom out functions<br /> --other bugs that drive me insane</p> <p>(ADDING YOUR OWN SPRITES)<br /> or<br /> (ADDING A WAY TO CHANGE THE SPRITESHEET INGAME)<br /> <br></span></td></tr></table></p> <p>part of the art saga i suppose.</p> https://www.lexaloffle.com/bbs/?tid=3053 https://www.lexaloffle.com/bbs/?tid=3053 Sun, 07 Feb 2016 18:30:32 UTC shower <p> <table><tr><td> <a href="/bbs/?pid=15869#p"> <img src="/bbs/thumbs/pico15867.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=15869#p"> shower</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=15869#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=2679 https://www.lexaloffle.com/bbs/?tid=2679 Mon, 26 Oct 2015 13:52:55 UTC WORMWORMWORMWORM <p> <table><tr><td> <a href="/bbs/?pid=10816#p"> <img src="/bbs/thumbs/pico11134.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=10816#p"> WORM MERIUS etis</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=10816#p"> [Click to Play]</a> </td></tr></table> </p> <p>WORM</p> <p>MERIUS ETIS</p> <p>CONTROLLS = ALL</p> <p>INSPIRED BY DIARY OF UNSPOKEN TRUTHS, ARTIST, AND I, ROBOT<br /> BY NIALL, MICHAEL, ANd PERSON</p> <p>OLD </p> <p> <table><tr><td> <a href="/bbs/?pid=10816#p"> <img src="/bbs/thumbs/pico10815.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=10816#p"> Worm</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=10816#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=2006 https://www.lexaloffle.com/bbs/?tid=2006 Wed, 20 May 2015 17:22:20 UTC Math <p> <table><tr><td> <a href="/bbs/?pid=10416#p"> <img src="/bbs/thumbs/pico10415.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=10416#p"> Math</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=10416#p"> [Click to Play]</a> </td></tr></table> </p> <p>I wILL NEVER STOP</p> <p>THE WORSD WILL COMMAND ME TO ISOLATION</p> <p>z to change</p> <p>left and right for intensity</p> https://www.lexaloffle.com/bbs/?tid=1913 https://www.lexaloffle.com/bbs/?tid=1913 Sat, 02 May 2015 00:50:32 UTC Elect <p> <table><tr><td> <a href="/bbs/?pid=10410#p"> <img src="/bbs/thumbs/pico10409.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=10410#p"> Elect</a><br><br> by <a href="/bbs/?uid=8177"> LJRadio</a> <br><br><br> <a href="/bbs/?pid=10410#p"> [Click to Play]</a> </td></tr></table> <br /> Making songs and ascii plasma is a dream come true with pico 8 ~~~</p> https://www.lexaloffle.com/bbs/?tid=1912 https://www.lexaloffle.com/bbs/?tid=1912 Fri, 01 May 2015 21:40:46 UTC