Thelxinoe5 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=78402 Tabs counting as characters leads to overflow into spritesheet <p>Due to how tabs are saved in the .p8 file format, they can cause overflows into the sprite sheet. Each tab is saved as 6 characters in the .p8 file. However, those are not counted as part of the character limit until the cart is run or saved. If you have a cart that has multiple tabs and is at or just below the character limit, trying to run or save the cart will cause part of the code to overflow into the sprite sheet before giving an error, either &quot;**** save failed ****&quot; when saving or &quot;program exceeds char limit&quot; when running. In testing I've also had Pico-8 completely crash when trying to run a cart whose tabs push it over the character limit, but I was unable to replicate this.</p> <img style="margin-bottom:16px" border=0 src="/media/78402/tab overflow error.gif" alt="" /> <p>(pico-8 version 0.2.6b)</p> <p>The best way to solve this in my eyes, is to have each added tab of code add 6 to the character count in the code editor. That way, in the same way it's impossible to type over the character limit, it'd also be impossible to have tabs push over the character limit and overflow into the sprite sheet.</p> <p>Thank you!</p> https://www.lexaloffle.com/bbs/?tid=141866 https://www.lexaloffle.com/bbs/?tid=141866 Sun, 21 Apr 2024 16:59:52 UTC Kasdeja The Starcatcher <p> <table><tr><td> <a href="/bbs/?pid=130670#p"> <img src="/bbs/thumbs/pico8_kasdeja_the_starcatcher-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=130670#p"> kasdeja_the_starcatcher</a><br><br> by <a href="/bbs/?uid=78402"> Thelxinoe5</a> <br><br><br> <a href="/bbs/?pid=130670#p"> [Click to Play]</a> </td></tr></table> <br /> <img style="margin-bottom:16px" border=0 src="/media/78402/kasdejathestarcatcher_0.gif" alt="" /><img style="margin-bottom:16px" border=0 src="/media/78402/kasdejathestarcatcher_2.png" alt="" /></p> <h2>Controls:</h2> <p>Arrow keys to navigate and move</p> <p>C to select and jump</p> <p>X to collect</p> <p>Remember to check the Settings to adjust your gameplay experience!</p> <h2>Game:</h2> <p>You play as Kasdeja The Starcatcher, a being of the stars. As a star gets shattered by a red comet, it is Kasdeja's goal to find all the star fragments to repair the star, and to restore its light. To do this, Kasdeja will jump and flap its wings to navigate through the scattered platforms in space, before bringing all the fragments to an ancient statue.</p> <h2>Info and credits:</h2> <p>My first real game! I started to learn Pico-8 and coding around a month ago, and after learning the basics I've spent all my time coding working on this game. It's a passion project I've poured my heart and soul into this last month, and I sincerely hope you'll enjoy it!</p> <p>Game by Thelxinoe5</p> <p>Big text code by <a href="https://paloblancogames.itch.io/">Paloblancogames</a></p> <p>Collision and movement code adapted from <a href="https://nerdyteachers.com/">NerdyTeachers.com</a></p> <p>(idk how to use BBS, but I want my game on Splore so I just copied the the description from the game's itch.io page sahfsjffasd)</p> https://www.lexaloffle.com/bbs/?tid=53011 https://www.lexaloffle.com/bbs/?tid=53011 Thu, 08 Jun 2023 17:56:00 UTC