AntiBrain [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=71860 Code Injects (Pico-8) <h1>Pico-8 Injects</h1> <p>If you dont know what an &quot;inject&quot; is, ill explain it here.</p> <p>An inject is a script or program that you append (add) to the end of another program to serve a function. good examples of an inject are code snippets you add to the end of a cartridge to alter things in real time or gain extra functions. RTCP is a great example of a code inject (code below). you simply just add the inject in a new code tab, and it automatically does its set function(s) without having to modify the source code. </p> <h2>Here are a few injects i have created</h2> <h3>RTCP</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></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>--[[ rtc-p+ ]]-- --portable rtc made by antibrain cf,clvl,ct=150,100,0 if _init!=nil then _init()end function rtc() if cf&lt;0then cf=0elseif clvl&lt;0then clvl=0end menuitem(1,&quot;corrupt spd:&quot;..cf,function(b) icf(b) end) menuitem(2,&quot;corrupt lvl:&quot;..clvl, function(b) iclvl(b) end) menuitem(3,&quot;nxt crpt in:&quot;..-(ct-cf)) ct+=1 if ct&gt;=cf then ct=0 for i=1,clvl do poke(abs(rnd(-1)),rnd(-1)) end end end function icf(b) if(b&amp;2&gt;0)then cf+=10 rtc()end if(b&amp;1&gt;0)then cf-=10 rtc()end return true end function iclvl(b) if(b&amp;2&gt;0)then clvl+=10 rtc()end if(b&amp;1&gt;0)then clvl-=10 rtc()end return true end while true do rtc() if _update!=nil then _update() elseif _update60!=nil then _update60() end if _draw!=nil then _draw() end flip() --the below loop can be removed if you are short on tokens. if (_update==nil or _update60==nil) and _draw==nil then ?&quot;no update or draw loops found!&quot; ?&quot;for carts that dont use&quot; ?&quot;game loops, load #rtcp and&quot; ?&quot;use that instead.&quot; ?&quot; &quot; ?&quot;if loaded off bbs, please&quot; ?&quot;use a pico-8 editor to use this.&quot; stop()end 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></div></div></div></p> <h3>ACID (EPILEPSY WARNING)</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></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>-- [[ acid inject ]] do local function corruptstr(txt) local replacements,new=&quot;abcdefghijklmnopqrstuvwxyz#!@$%^&amp;*()_+{}\&quot;\\',&lt;&gt;.?/;:[]&quot;,&quot;&quot; for i=1,#txt do new=new..(rnd()&gt;0.8 and replacements[flr(rnd(#replacements))+1] or txt[i]) end return new end local _pal,_print=pal,print pal=function() for i=0,16 do _pal(i,rnd'-1') end bg_col=rnd'-1'end print=function(txt,x,y) txt=corruptstr(txt) for ox=-1,1 do for oy=-1,1 do _print(txt,x+ox,y+oy,0) end end _print(txt,x,y,7)end 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></div></div></div></p> https://www.lexaloffle.com/bbs/?tid=141624 https://www.lexaloffle.com/bbs/?tid=141624 Wed, 10 Apr 2024 18:31:59 UTC Celeste Downside <p> <table><tr><td> <a href="/bbs/?pid=145851#p"> <img src="/bbs/thumbs/pico8_ccdownside-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=145851#p"> Celeste Downside</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=145851#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Celeste Downside</h1> <h3>This is a mod inspired by Linj's map from newleste strawberry jam, &quot;Summit downside&quot;.</h3> <h3>You can press down to stop moving on the ground.</h3> <p>we take no responsibility for any harm caused to the player (you) and/or their desk as they play this mod. no financial compensation will be given for any property destroyed as a result of playing this mod. Thank you for understanding.</p> <p>Updated to fix final level, making it less terrible</p> <img style="margin-bottom:16px" border=0 src="/media/71860/Screenshot 2024-04-05 151338.png" alt="" /> https://www.lexaloffle.com/bbs/?tid=141476 https://www.lexaloffle.com/bbs/?tid=141476 Fri, 05 Apr 2024 21:53:38 UTC Desktop Cat <p> <table><tr><td> <a href="/bbs/?pid=143640#p"> <img src="/bbs/thumbs/pico64_desktop_cat-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=143640#p"> desktop_cat</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=143640#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Desktop cat 1.0</h1> <p>This is a desktop wallpaper that lets you watch a cat run around and play! It uses up barely any cpu at <em>all</em> (~0.0113 as of 0.8), so dont worry about it eating up too much cpu.</p> <p>Features:<br /> Watch a cat run around and play on your desktop! It can roam around, sit or sleep, chase the mouse, or even chase a toy around!</p> <p>On boot, it spawns a random amount of toys (and cats!), but the chance for a lot to spawn is pretty low.</p> <p>Sometimes the cats <em>do</em> try and break things, so dont be discouraged if you come back to find all of the toys are missing.</p> <p>To install this animated wallpaper, put the file in /picotron/drive/appdata/system/wallpapers/. then just select it from settings.</p> https://www.lexaloffle.com/bbs/?tid=140849 https://www.lexaloffle.com/bbs/?tid=140849 Mon, 18 Mar 2024 04:25:02 UTC boxxed <p> <table><tr><td> <a href="/bbs/?pid=143254#p"> <img src="/bbs/thumbs/pico64_boxxed-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=143254#p"> boxxed</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=143254#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Boxxed</h1> <p>This is a simpleish game made to be run on the desktop. load it and run it, to play.</p> <p>Arrow keys to move the player, Z to shoot. Shoot or run into the edges of the window to move it! it also grows a bit every time! Try to destroy as many enemies as possible without getting caught yourself!</p> <p>New features planned, such as items or upgrades.</p> https://www.lexaloffle.com/bbs/?tid=140709 https://www.lexaloffle.com/bbs/?tid=140709 Sat, 16 Mar 2024 05:08:06 UTC avoid <p> <table><tr><td> <a href="/bbs/?pid=143212#p"> <img src="/bbs/thumbs/pico64_avoider-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=143212#p"> avoider</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=143212#p"> [Click to Play]</a> </td></tr></table> </p> <p>This is a simple arcade like game i made on launch day. posting it now that saving is fixed :D</p> <p>Avoid asteroids for as long as you can!</p> <p>If you like this game, or more specifically the engine running it, feel free to edit this cart or make your own things using its engine! I hope you all like avoid.p64!</p> https://www.lexaloffle.com/bbs/?tid=140696 https://www.lexaloffle.com/bbs/?tid=140696 Fri, 15 Mar 2024 22:24:14 UTC Roundelie Rescue <p> <table><tr><td> <a href="/bbs/?pid=140766#p"> <img src="/bbs/thumbs/pico8_roundelierescue-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=140766#p"> roundelierescue</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=140766#p"> [Click to Play]</a> </td></tr></table> </p> <p>bug: roundelie can kill the player if it is against the left screen edge and the player tries to push it further. if roundelie is on that edge, try not to push it any more or else you will die.<br /> Bugfix in progress but its complicated due to the nature of the bug.</p> <h1>Roundelie Rescue (READ BELOW)</h1> <p>Welcome to Adelie Rescue Team, or ART for short. Here at ART we make it our mission to save as many penguins in need as we can. That is why you're here! There have been reports of ice caps melting around the arctic, more specifically ones home to the rare Adelie penguin variant, &quot;Roundelie&quot; (scientific name &quot;Pygoscelis adeliae Sphericallus&quot;). Roundelie penguins are known for their mobility, or lack thereof. They cant move on their own anymore due to the climate changes in their natural habitat, and we worry they might go extinct. Thats why we called YOU here! Weve sent you to their home to rescue as many as you can. there sadly should only be four or five of them left here, but thats still more then none! good luck out there adventurer! May meep be on your side!</p> <h3>Controls+How to</h3> <p>Roundelie are heavy! dont let one squish you!<br /> You may push roundelie around without hurting it.<br /> Dash into its side to launch it a bit! dont worry about hurting it, roundelie are very strong.<br /> Line yourself up with one and walk away from it to drag it behind you.<br /> Dash away from it while dragging to throw it overhead.<br /> Roundelie arent affected by any spikes you may see, but dont let them fall off the level.</p> <h3>Credits</h3> <p>Meep - ON_MOVE function and inventing penguins<br /> My sibling - Sad Roundelie mechanic<br /> Celeste classic community - Support<br /> Roundelie sprite - Taco360<br /> EverCore team - Their work on the EverCore base cart</p> https://www.lexaloffle.com/bbs/?tid=140010 https://www.lexaloffle.com/bbs/?tid=140010 Sun, 28 Jan 2024 20:00:47 UTC Risk of Snow Teaser <p>Risk of rain demake in the celeste classic engine</p> <p>This is a in-progress mod i am currently working on. Here are some gifs of items working, mechanics.</p> <p>Ukulele + Wisp in a jar + Gasoline (WIP Visual effects)</p> <img style="margin-bottom:16px" border=0 src="/media/71860/ukulele_wisp_gasoline.gif" alt="" /> <p>Molotov Cocktail Utility </p> <img style="margin-bottom:16px" border=0 src="/media/71860/molotov.gif" alt="" /> <p>Health System</p> <img style="margin-bottom:16px" border=0 src="/media/71860/hp.gif" alt="" /> <p>Killing enemies</p> <img style="margin-bottom:16px" border=0 src="/media/71860/kill.gif" alt="" /> <p>I dont know how long this mod will take, but armed with aseprite and everhorn, im sure it wont take that long.</p> <p>For anyone wondering where CORE went, Its fully moved over to n.p8, and was fully rewritten for the new codebase.<br /> The switch from hex to base256 level loading and the addition of bg tiles has forced me to abandon my levels, but i was going to do that anyways.</p> <p>Look forward to both Risk Of Snow and CORE, coming (hopefully) soon.</p> https://www.lexaloffle.com/bbs/?tid=139982 https://www.lexaloffle.com/bbs/?tid=139982 Fri, 26 Jan 2024 19:44:48 UTC Blocky Demo <p> <table><tr><td> <a href="/bbs/?pid=139846#p"> <img src="/bbs/thumbs/pico8_blockydemo-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139846#p"> blockydemo</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=139846#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Blocky demo</h1> <p>Demo of a game i am currently working on.</p> <p>1 Player Controls:<br /> Arrow keys to move, up to jump.</p> <p>2 Player Controls:<br /> S/F (or player2 controls) to move placement box, D to drop. (find controls in options in pause menu)</p> <p>Placeholder mode changer in pause menu (press p or enter)</p> https://www.lexaloffle.com/bbs/?tid=55680 https://www.lexaloffle.com/bbs/?tid=55680 Mon, 08 Jan 2024 21:32:38 UTC Kaizo CC Mods <h1>Hello, And welcome to Hell!!</h1> <h3>Disclaimer: all of these mods are very difficult!! Difficulty differs between mods, so don't be upset if one is too difficult.</h3> <p>All of these mods <em>require</em> precise movement or speed tech. You can find tech required <a href="https://celesteclassic.github.io/glossary"><strong>here</strong></a></p> <p>This page will update with <strong>new mods over time</strong>! check back soon to find more challenges!</p> <p>These mods will be broken up by their <strong>difficulty</strong> and <strong>type</strong>. here is a difficulty key:</p> <h1>------------------------------------</h1> <h2>--Difficulty levels</h2> <h3>Easy : Few speed tricks - mostly just precision</h3> <h3>Medium : Some speed tech, like pass throughs and spike jumps, and more precise tech</h3> <h3>Hard : Lots of tech, including clips and other wacky momentum jank. very precise.</h3> <h2>--Dashes</h2> <h3>1Dash : You have one dash</h3> <h3>2Dash : You have 2 dashes</h3> <h3>0Dash : no dashes!!</h3> <h3>Gem : mod contains gem</h3> <h2>--Mod length</h2> <h3>One Screen : self explanatory</h3> <h3>Short : 1 or 2 levels</h3> <h3>Medium : 3-5 levels</h3> <h3>Long : 6-10 levels</h3> <h3>Full-length : 10+ levels!</h3> <h1>------------------------------------</h1> <p>Mod difficulty will be broken up in spoiler blocks for readability.</p> <h3>Easy</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <h3><strong>Freeze!!: 0Dash, OneScreen</strong></h3> <p> <table><tr><td> <a href="/bbs/?pid=139757#p"> <img src="/bbs/thumbs/pico8_freezecckaizo-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139757#p"> freezecckaizo</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=139757#p"> [Click to Play]</a> </td></tr></table> <br /> </div></div></div></p> <h3>Medium</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <h3><strong>Kaizoleste: Gem, Fulllength</strong></h3> <p> <table><tr><td> <a href="/bbs/?pid=130088#p"> <img src="/bbs/thumbs/pico8_kaizoleste-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=130088#p"> kaizoleste</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=130088#p"> [Click to Play]</a> </td></tr></table> </p> <h3><strong>Downpour: 0Dash, OneScreen</strong></h3> <p> <table><tr><td> <a href="/bbs/?pid=139757#p"> <img src="/bbs/thumbs/pico8_downpour-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139757#p"> downpour</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=139757#p"> [Click to Play]</a> </td></tr></table> <br /> </div></div></div></p> <h3>Hard</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <h3><strong>QOS: 1Dash, OneScreen</strong></h3> <p> <table><tr><td> <a href="/bbs/?pid=139757#p"> <img src="/bbs/thumbs/pico8_qos-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139757#p"> Quick One-Screener (CC)</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=139757#p"> [Click to Play]</a> </td></tr></table> </p> <p></div></div></div></p> <p>If you have any questions, comments, or suggestions, make sure to leave a comment below! Don't forget to include the name of the mod, and difficulty if sharing progress/completion.</p> https://www.lexaloffle.com/bbs/?tid=55652 https://www.lexaloffle.com/bbs/?tid=55652 Sun, 07 Jan 2024 20:57:58 UTC Posseste (Celeste Classic Mod) <p> <table><tr><td> <a href="/bbs/?pid=139541#p"> <img src="/bbs/thumbs/pico8_posseste-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139541#p"> posseste</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=139541#p"> [Click to Play]</a> </td></tr></table> </p> <h1>posseste</h1> <p>M- Madeline? ...Is everything okay?</p> <h3>Disclaimer: Flashing lights</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"><br /> Thank you to the evercore team for all your hard work on evercore! This mod wouldnt be possible without your work.<br /> </div></div></div></p> https://www.lexaloffle.com/bbs/?tid=55594 https://www.lexaloffle.com/bbs/?tid=55594 Tue, 02 Jan 2024 17:20:25 UTC OH GOD (Celeste Classic Mod) <p> <table><tr><td> <a href="/bbs/?pid=139385#p"> <img src="/bbs/thumbs/pico8_ohgod-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139385#p"> ohgod</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=139385#p"> [Click to Play]</a> </td></tr></table> </p> <h1>OH GOD</h1> <p>In this mod, madeline has had one too many drinks and is having trouble... living. &quot;play&quot; this &quot;celeste&quot; &quot;classic&quot; &quot;mod&quot; and &quot;try&quot; to make it to the &quot;top&quot; of the &quot;mountain&quot; as you &quot;progress&quot; through &quot;levels&quot; and the &quot;game&quot; until you &quot;win&quot;!! </p> <p>This mod is 100% playable,</p> <p>Thats it.</p> <p>Good luck if you try playing this, as i couldn't get past 500m in testing. may the hangover gods be in your favor.</p> https://www.lexaloffle.com/bbs/?tid=55551 https://www.lexaloffle.com/bbs/?tid=55551 Sat, 30 Dec 2023 03:33:51 UTC STAT() Viewer <p> <table><tr><td> <a href="/bbs/?pid=138848#p"> <img src="/bbs/thumbs/pico8_stat-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=138848#p"> statviewer</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=138848#p"> [Click to Play]</a> </td></tr></table> </p> <p>Simple cart that lets you view all of <code>stat()</code>'s outputs!</p> https://www.lexaloffle.com/bbs/?tid=55369 https://www.lexaloffle.com/bbs/?tid=55369 Mon, 18 Dec 2023 16:05:44 UTC Mademaker (CChristmas Jam!!) <p> <table><tr><td> <a href="/bbs/?pid=138747#p"> <img src="/bbs/thumbs/pico8_mademaker-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=138747#p"> mademaker</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=138747#p"> [Click to Play]</a> </td></tr></table> </p> <h3>My 12 Days Of CChristmas jam submission!</h3> <p>In this mod, the mountain has changed. you play as the aspiring contractor madeline, armed with a hammer and a whimsical magic mouse cursor that can manipulate the world at her whim! normal contractor equipment. Progress threw the mountain and take advantage of the wacky new gimick! ooooor just build a path to the top and win every level... the choice is yours! i cant take it from you, my lawyer advised against it.</p> <p>Link to CChristmas jam page! </p> <p><a href="https://evergreengames.github.io/cchristmas/">https://evergreengames.github.io/cchristmas/</a></p> https://www.lexaloffle.com/bbs/?tid=55341 https://www.lexaloffle.com/bbs/?tid=55341 Fri, 15 Dec 2023 19:08:39 UTC MINIgame <p> <table><tr><td> <a href="/bbs/?pid=138023#p"> <img src="/bbs/thumbs/pico8_mini-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=138023#p"> mini</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=138023#p"> [Click to Play]</a> </td></tr></table> </p> <p>REALLY small game made as a tweetcart, but i couldnt compact it enough so ill just put it here.</p> <p>Feel free to steal this if you want to try compacting it!</p> https://www.lexaloffle.com/bbs/?tid=55170 https://www.lexaloffle.com/bbs/?tid=55170 Wed, 29 Nov 2023 20:17:29 UTC Magic Cart <p> <table><tr><td> <a href="/bbs/?pid=137098#p"> <img src="/bbs/thumbs/pico8_magic-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=137098#p"> magic</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=137098#p"> [Click to Play]</a> </td></tr></table> </p> <p>Maaaaaaagic</p> <p>this cart can detect if you are on bbs/SPLORE or on pico-8 editors.</p> <p>Basically, it detects if you've loaded the cart from online, or have it locally saved. the only way to load from online is from bbs/splore, so its easy to assume its one of the two.</p> <p>How this works:</p> <p>Pico-8 carts can use <code>ls()</code> to get a list of files in the current directory. online-loaded carts have no access to the filesystem and bbs has no filesystem, so in those cases ls is returned as NIL. when the cart is saved, only possible on a pico-8 editor, ls() returns as &quot; &quot; or whatever files you have in your carts dir. this cart detects what platform you are on by checking if <code>ls()</code> is equal to nil or not nil, then doing something accordingly.</p> <p>feel free to use this concept whenever you like!</p> https://www.lexaloffle.com/bbs/?tid=54941 https://www.lexaloffle.com/bbs/?tid=54941 Tue, 07 Nov 2023 21:59:18 UTC Lights Out <p> <table><tr><td> <a href="/bbs/?pid=136874#p"> <img src="/bbs/thumbs/pico8_lightsout-15.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136874#p"> Lights Out 3.0</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=136874#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Lights Out</h1> <h3>Dear photosensitive players: please show caution when playing this game. it includes minor and medium intensity flashing.</h3> <p>Where is this? Who are you? when am i?<br /> Find yourself in an unknown location with only a LIDAR scanner to your name. we'll see if you can make it out alive. who know's whats just around the corner.</p> <h1>How to play:</h1> <p>The game includes instructions accessible from the title screen.</p> <p>if you need more info on how certain mechanics work, feel free to ask below.</p> <h1>Special thanks</h1> <p>Thank you to the celeste classic community and the comments here for feedback on sound, gameplay and mechanics<br /> ! i really appreciate the help!</p> <p>All code, sprites, sounds, mechanics, levels were all made by me. if you find any bugs, please let me know via twitter or in the comments below.</p> <h3>Changelog</h3> <p>v2.2</p> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>added - this changelog</li> <li>fixed - able to die when ending level <ul> <li>this was because of some variables changing at incorrect times.</li> </ul></li> <li>fixed - level ending can spawn red pixels <ul> <li>also modified level transition effect to pick from a pool of colors instead of a random value<br /> </div></div></div></li> </ul></li> </ul> <p>v2.21</p> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>removed - some tiles used for debugging purposes</li> <li>changed - changed changelog to use bulletpoints to make it easier to read (?)<br /> </div></div></div></li> </ul> <p>v3.0</p> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>added - save data features <ul> <li>saves time played, current level, and some other flags.</li> </ul></li> <li>fixed - can accidentally skip through paul's dialogue <ul> <li>this should make it easier to pick up on some of his dialogues which explain a certain mechanic</li> </ul></li> <li>fixed - xldr can leave pixel artifacts when in level transit<br /> </div></div></div></li> </ul> <p>v3.2</p> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>changed - deaths now properly save to save file</li> <li>fixed - dying removes PLACED bulb and restores bulbs in &quot;inventory&quot;<br /> </div></div></div></li> </ul> https://www.lexaloffle.com/bbs/?tid=54889 https://www.lexaloffle.com/bbs/?tid=54889 Fri, 03 Nov 2023 21:06:52 UTC Fire On The Mountain <p> <table><tr><td> <a href="/bbs/?pid=136406#p"> <img src="/bbs/thumbs/pico8_fireonthemountain-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136406#p"> Fire On The Mountain v1.0</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=136406#p"> [Click to Play]</a> </td></tr></table> </p> <p>unlike boingleste, this one is creative!</p> <p>Remember the floor is lava? no, not the tv show, im talking about the playground game. you know, where if you touch the ground you get maimed by your best friend? what? thats not normal? what are you talking about? anyways, this mod fully simulates what its feels like to touch the ground while playing that game. unless you're weird and didnt die inside when you lost at a game at school. well, forget dying inside! if you touch the ground here, you die in r- wait wrong game- you die! yay! walljump around and dont touch the ground! featuring patented seizure-o-matic effects! who needs to see the game when you have S M O K E</p> <h1>------------------------------------------------</h1> <h1>Important:</h1> <h3>If you are prone to seizures, then DO NOT PLAY THIS CART BEFORE DOING THIS! before starting the game, make sure to toggle off special effects in the pause menu. just pres enter or p and select &quot;disable effects&quot;. if you want them back, one, be careful and talk to your doctor. i was joking about the &quot;die in real life&quot; part, but this is serious. i know no one does it, but dont enable special effects unless your doctor makes sure it wont kill you.</h3> <h1>------------------------------------------------</h1> <p>Thanks for playing! I hope this mod burns in your heart the same way it burned into my monitor. </p> <p>Here is my best time while playtesting as usual (all berries too!)</p> <img style="margin-bottom:16px" border=0 src="/media/71860/Screenshot 2023-10-25 8.35.49 PM.png" alt="" /> https://www.lexaloffle.com/bbs/?tid=54757 https://www.lexaloffle.com/bbs/?tid=54757 Thu, 26 Oct 2023 03:38:44 UTC Real Time Corrupter Portable (RTC-P) Now with Single-Script Version! <p> <table><tr><td> <a href="/bbs/?pid=136378#p"> <img src="/bbs/thumbs/pico8_rtcp-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136378#p"> Real Time Corrupter Portable</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=136378#p"> [Click to Play]</a> </td></tr></table> </p> <h1>NEW ONESCRIPT DUMMY-PROOF VERSION (READ BELOW)</h1> <p>Remember RealTimeCelester and maybe RealTimeProggrupter?<br /> They were RTC programs for celeste classic. what that means is they corrupt the games memory over time!<br /> Now, have you ever wished you could ruin ANY cart? not just celeste? well i have the thing for you!</p> <p>Introducing RTC-P! The first portable RTC for Pico-8! Simple copy the below code, following the instructions, and bam! ruin any cart with ease!</p> <p>Important: Do NOT run the cart above, as it will do nothing. that is just the corrupter, but it has no cart to corrupt. to use, copy the code below and add it in a new code tab, or somewhere clutter-free. then add <code>rtc()</code> at the 1ST LINE in your update cycle. to change corrupt time or corrupt level, just go into the pause menu, go to the setting you want to change and press left or right. <code>nxt cprt in:</code> is how many frames until next corruption.</p> <p>REMEMBER: to use you must be able to EDIT your cart! to do this, just load it in desktop pico-8 or at <a href="https://pico-8-edu.com">https://pico-8-edu.com</a><br /> To load your cart, find it in splore, exit splore and press esc. for edu users, find your cart on the bbs and either download it and load it, or copy its cart id at the bottom of the runnable cartridge on its page. (something like <code>#rtcp</code> or <code>#18471</code>)</p> <hr /> <p>RTC-P Manual (For non-game loop using carts)<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></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>--rtc-- --portable rtc made by antibrain cf,clvl,ct=150,100,0 function rtc() if cf&lt;0then cf=0elseif clvl&lt;0then clvl=0end menuitem(1,&quot;corrupt spd:&quot;..cf,function(b) icf(b) end) menuitem(2,&quot;corrupt lvl:&quot;..clvl, function(b) iclvl(b) end) menuitem(3,&quot;nxt crpt in:&quot;..-(ct-cf)) ct+=1 if ct&gt;=cf then ct=0 for i=1,clvl do poke(abs(rnd(-1)),rnd(-1)) end end end function icf(b) if(b&amp;2&gt;0)then cf+=10 rtc()end if(b&amp;1&gt;0)then cf-=10 rtc()end return true end function iclvl(b) if(b&amp;2&gt;0)then clvl+=10 rtc()end if(b&amp;1&gt;0)then clvl-=10 rtc()end return true end --[[ how to use: copy all above text and put it in a new code tab. (click the plus up top) then add &quot;rtc()&quot; to the start of your cart's update loop. this only works in desktop p8 or edu, because you need to edit the cart to use it. to change values, simply open the pause menu (enter/p), scroll to the setting you want to change, then press ⬅️ or ➡️. &quot;nxt crpt in&quot; is the number of frames left until the next corruption. thank you for using rtc-p! hope you have fun ruining your favorite games! ]]</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p></div></div></div></p> <hr /> <p>Now, what if this is all too complicated? what if you just want to throw in a script and just have it work? well good news, ive concocted a easy to use RTC script that doesnt need anything! just put it in a <strong>new code tab</strong> or <strong>below all game loops</strong> (_init, _update, _draw) to use! the program will do the rest of the work.</p> <p> <table><tr><td> <a href="/bbs/?pid=136378#p"> <img src="/bbs/thumbs/pico8_rtcp_auto-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136378#p"> rtcp_auto</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=136378#p"> [Click to Play]</a> </td></tr></table> </p> <p>Click <code>code</code> on cart above, or copy code below.</p> <p>HOW TO USE:<br /> Copy code, then go to a <strong>Pico-8 Editor</strong>- this can be on desktop pico-8 or at pico-8 edu, which you can access <a href="https://www.pico-8-edu.com">here</a>. then just load your cartridge you'd like to corrupt by typing <code>load</code> followed by its cart id. Cart id's can be found below the cart on BBS.</p> <img style="margin-bottom:16px" border=0 src="/media/71860/Screenshot 2023-11-14 2.04.26 AM.png" alt="" /> <p>for example, to load <strong>manual rtcp</strong>, you would type <code>load #rtcp</code>. the &quot;-0&quot; isnt necessary. that's just the version number and pico-8 automatically grabs the latest version.</p> <hr /> <p>RTCP_OneScriptFitsAll(Most)</p> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></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>--[[ rtc-p+ ]]-- --portable rtc made by antibrain -- onescriptfitsall(most) ver -- cf,clvl,ct=150,100,0 if _init!=nil then _init() end function rtc() if cf&lt;0then cf=0elseif clvl&lt;0then clvl=0end menuitem(1,&quot;corrupt spd:&quot;..cf,function(b) icf(b) end) menuitem(2,&quot;corrupt lvl:&quot;..clvl, function(b) iclvl(b) end) menuitem(3,&quot;nxt crpt in:&quot;..-(ct-cf)) ct+=1 if ct&gt;=cf then ct=0 for i=1,clvl do poke(abs(rnd(-1)),rnd(-1)) end end end function icf(b) if(b&amp;2&gt;0)then cf+=10 rtc()end if(b&amp;1&gt;0)then cf-=10 rtc()end return true end function iclvl(b) if(b&amp;2&gt;0)then clvl+=10 rtc()end if(b&amp;1&gt;0)then clvl-=10 rtc()end return true end while true do rtc() if _update!=nil then _update() elseif _update60!=nil then _update60() end if _draw!=nil then _draw() end flip() --the below loop can be removed if you are short on tokens. if (_update==nil or _update60==nil) and _draw==nil then ?&quot;no update or draw loops found!&quot; ?&quot;for carts that dont use&quot; ?&quot;game loops, load #rtcp and&quot; ?&quot;use that instead.&quot; ?&quot; &quot; ?&quot;if loaded off bbs, please&quot; ?&quot;use a pico-8 editor to use this.&quot; stop() end 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></div></div></div></p> <hr /> https://www.lexaloffle.com/bbs/?tid=54751 https://www.lexaloffle.com/bbs/?tid=54751 Wed, 25 Oct 2023 16:13:39 UTC Boingleste <p> <table><tr><td> <a href="/bbs/?pid=136307#p"> <img src="/bbs/thumbs/pico8_boingleste-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136307#p"> Boingleste 1.3</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=136307#p"> [Click to Play]</a> </td></tr></table> </p> <p>Thanks to the evercore team for the evercore cart! this wouldn't be possible without your hard work!</p> <h1>Boingleste</h1> <p>A big goofy, a little silly, but still fun!</p> <p>Is Madeline made of rubber or is the mountain made of rubber? I personally don't think a whole mountain can just change what it's made of, so we'll go with the 1st option.</p> <p>Play as- Wait no- Try to play as Boingaline as you fall over and over into the same hole in 500m. Features an almost-state-of-the-art path tracing mechanic that shows you where you keep dying and will die again! dash into walls and remember the 4 things you &quot;had to do&quot; and go do that instead! so many ways to rage quit and so many holes to walk into.</p> <p>Also features its own REM jank! remember spike clips? well get ready for &quot;Wall clips&quot;! time it right and get shot up to the top of <code>insert_wall_here</code>! definitely a feature and not a bug i cant fix because REM is buggy to mess with, not just in game, but in code too!</p> <p>I would add a save feature like Kaizoleste had, But let's be honest- You aren't ever going to play this again after you rage quit. (And yes you will!)</p> <h2>Important</h2> <p>Not saying everything else here isn't, but still.</p> <p>All levels AND berries are possible! I've tested it (see img below!). Some levels can only be beaten with wall clips and spike clips, and no, i will not explain wall clips. (Don't worry, they aren't that hard to do.)</p> <p>I don't think gemskip is possible, as you cant walljump, only boing around.<br /> And yes, i did try adding a boing sound effect, it just got way too annoying and i took it out.<br /> Also please tell me my kiwi's look good. no one says they look good :(<br /> And yes, the spinny thing is a pinwheel.</p> <p>Here is my best time while playtesting:</p> <img style="margin-bottom:16px" border=0 src="/media/71860/Screenshot 2023-10-23 7.59.05 PM.png" alt="" /> <p>Changelogs:</p> <p>v1.0<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>Initial Release<br /> </div></div></div></li> </ul> <p>v1.1<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>Removed - Any reference to &quot;Hard Mode&quot;, as hard mode was changed to be normal mode during development. <ul> <li>This is because of technical reasons, not to be evil. normal mode made boingaline only bounce if no dashes were left and she is not on the ground. this allowed for clipping through walls for some reason, and was removed halfway through development.<br /> </div></div></div></li> </ul></li> </ul> <p>v1.2<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>Changed - Moved Boingaline quote to be lower down to seperate it from credits text. <ul> <li>Also changed &quot;-Madaline&quot; to &quot;-Boingaline&quot; because funny<br /> </div></div></div></li> </ul></li> </ul> <p>v1.3<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <ul> <li>Changed - Made gravestone text funny<br /> </div></div></div></li> </ul> https://www.lexaloffle.com/bbs/?tid=54731 https://www.lexaloffle.com/bbs/?tid=54731 Tue, 24 Oct 2023 03:21:27 UTC Top-Down Game Template <p> <table><tr><td> <a href="/bbs/?pid=136110#p"> <img src="/bbs/thumbs/pico8_tdtemplate-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136110#p"> tdtemplate</a><br><br> by <a href="/bbs/?uid=71860"> AntiBrain</a> <br><br><br> <a href="/bbs/?pid=136110#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Info:</h1> <p>This can be used and is intended to be used as a top-down game template. What this is for is so you can make a top-down game without having to worry about shooting or movement making sense.</p> <p>To use, just download the cartridge and edit away! some starting sprites are included, as well as some functions to display ranges and landing point of shots.</p> https://www.lexaloffle.com/bbs/?tid=54656 https://www.lexaloffle.com/bbs/?tid=54656 Thu, 19 Oct 2023 19:35:37 UTC