2kTNT [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=59557 dt_nea_project <p> <table><tr><td> <a href="/bbs/?pid=120234#p"> <img src="/bbs/thumbs/pico8_dt_nea_project-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=120234#p"> dt_nea_project</a><br><br> by <a href="/bbs/?uid=59557"> 2kTNT</a> <br><br><br> <a href="/bbs/?pid=120234#p"> [Click to Play]</a> </td></tr></table> </p> <h1>DT NEA PROJECT</h1> https://www.lexaloffle.com/bbs/?tid=50081 https://www.lexaloffle.com/bbs/?tid=50081 Sun, 06 Nov 2022 22:36:00 UTC Integer To Binary <p>function dtb(num)<br /> local bin=&quot;&quot;<br /> for i=1,8do<br /> bin..=flr(num/2^(8-i))%2<br /> end<br /> return bin<br /> end</p> https://www.lexaloffle.com/bbs/?tid=45599 https://www.lexaloffle.com/bbs/?tid=45599 Mon, 06 Dec 2021 21:22:10 UTC char_maker <p> <table><tr><td> <a href="/bbs/?pid=101469#p"> <img src="/bbs/thumbs/pico8_char_maker-5.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=101469#p"> char_maker</a><br><br> by <a href="/bbs/?uid=59557"> 2kTNT</a> <br><br><br> <a href="/bbs/?pid=101469#p"> [Click to Play]</a> </td></tr></table> </p> <h3>Currently exporting doesn't work in browser, so I would suggest running directly in Pico8. P.s. If there are any bugs or errors, please let me know! :)</h3> <h1>CHAR MAKER!</h1> <p>As of <a href="https://www.lexaloffle.com/bbs/?tid=45538">0.2.4</a>, you can now add Custom One-Off Characters! This tool, allows you to easily make and export, your custom characters without the hassle of doing it by hand. Currently you can export the characters in both Hex and Binary Formats, but the tool only accepts the Hex Format or GFX directly from your game.</p> <h1>How To Use</h1> <p>In the black grid, left click with the mouse to draw white squares and right click with the mouse to draw black squares. To reset the grid, left click the bin icon.To change the colour of the Char, left click your intended colour from, the colour bar.</p> <h1>How To Import</h1> <p>You can import by, copying the One-Off Characters(2 Digit Hexadecimal Format) or by copying a sprite directly from your game in the GFX format(Non Black and White Sprites get mixed results). Then paste it into the Cart, and a preview on the left should appear. To load it into the grid, left click the import icon(The one above the upper Copy Icon on the left).</p> <h1>How To Export</h1> <p>It's as easy as left clicking one the Copy Icons(Bottom Left Buttons), then pasting it into your code. Click the upper one if you want it exported in the 2 Digit Hex Format, or the lower one for the Raw Binary.</p> <img style="margin-bottom:16px" border=0 src="/media/59557/char_maker p8_3.png" alt="" /> <img style="margin-bottom:16px" border=0 src="/media/59557/char_maker p8_4.png" alt="" /> <h2>Older Versions</h2> <p> <table><tr><td> <a href="/bbs/?pid=101469#p"> <img src="/bbs/thumbs/pico8_char_maker-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=101469#p"> char_maker</a><br><br> by <a href="/bbs/?uid=59557"> 2kTNT</a> <br><br><br> <a href="/bbs/?pid=101469#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=101469#p"> <img src="/bbs/thumbs/pico8_char_maker-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=101469#p"> char_maker</a><br><br> by <a href="/bbs/?uid=59557"> 2kTNT</a> <br><br><br> <a href="/bbs/?pid=101469#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=45564 https://www.lexaloffle.com/bbs/?tid=45564 Sat, 04 Dec 2021 22:24:11 UTC