jackomix [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=30707 train <p> <table><tr><td> <a href="/bbs/?pid=59864#p"> <img src="/bbs/thumbs/pico8_train-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=59864#p"> train</a><br><br> by <a href="/bbs/?uid=30707"> jackomix</a> <br><br><br> <a href="/bbs/?pid=59864#p"> [Click to Play]</a> </td></tr></table> <br /> I made this little toy for fun. Feel free to make your own tracks (gimme credit tho). :)</p> https://www.lexaloffle.com/bbs/?tid=32523 https://www.lexaloffle.com/bbs/?tid=32523 Mon, 10 Dec 2018 03:36:21 UTC [Suggestion] Custom Hotkeys <p>I think it would be neat to have scripts, ones that have a prefix maybe (like &quot;hk<em>blah&quot; with &quot;hk</em>&quot; being the prefix) could be loaded into Pico-8 and launched with a hotkey.</p> <p>So in the script in the comments you could do<br /> //HOTKEY=CTRL+S</p> <p>And when Pico-8 detects you press CTRL and S it would run the script.</p> <p>You could use this to make cheat sheets, have a launcher and go back to it, launch splore, launch a tool to import music and such.</p> <p>What do you think?</p> https://www.lexaloffle.com/bbs/?tid=31975 https://www.lexaloffle.com/bbs/?tid=31975 Sun, 30 Sep 2018 19:39:50 UTC How to do good collision? <p>Hello! I love Pico-8, however I've been trying to find out how to do collision. I've done tons of stuff, however the closest I get does the job for some games. However it can't slide.</p> <p>Let's say you could move the player in 8 directions top down, and there's a wall on your right. If I hold right, I will run into the wall, however due to the way my code works (and I've tried different ways) if you hold up and right, instead of just going up it just makes you stay there. Meaning it's hard to get into 1 tile gaps in walls.</p> <p>I've also noticed platformers are hard to do as well, as my code checks each corner, I have no way to check what direction a wall is, meaning if you're jumping while running into a wall, when you get to the top and only one corner is touching the wall, it makes you stick.</p> <p>So is there any good collision systems that is easy to understand, and allows sliding? Thanks. :)</p> https://www.lexaloffle.com/bbs/?tid=31721 https://www.lexaloffle.com/bbs/?tid=31721 Tue, 21 Aug 2018 18:45:54 UTC