SpeerT [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=44539 Untitled <p> <table><tr><td> <a href="/bbs/?pid=77062#p"> <img src="/bbs/thumbs/pico8_tutodizama-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=77062#p"> Help_With_Jump</a><br><br> by <a href="/bbs/?uid=44539"> SpeerT</a> <br><br><br> <a href="/bbs/?pid=77062#p"> [Click to Play]</a> </td></tr></table> <br /> So I'm really knew to game development and coding as a whole, so I'm still learning basics. I'm trying to figure out how to code a basic jump function. I got it to run but, I'll let you see. Go ahead and boot up the cart if you haven't already. It may take a while for you to notice what's wrong, as it's very subtle, but I trust you'll be able to work it out.</p> <p><a href="https://www.lexaloffle.com/bbs/?tid=3981">So I got the basic idea for the state code from Urbanmonk's post in this thread</a><br /> I also referenced begginer's demo and game states-simple from the edu toolset. I tried googling them but nothing showed up. But those were more just learning basic concepts than anything else. IDK why that happens when you start it up. Try pausing and unpausing it also. IDK if the pause button will do it, but if you press escape inside PICO-8 you'll see it happen again. I'm really confused guys. I wouldn't have been surprised if the code was so broke it didn't run but I didn't even consider this happening as a possibility. Like really please I need to know why this even occurred lmao</p> https://www.lexaloffle.com/bbs/?tid=38096 https://www.lexaloffle.com/bbs/?tid=38096 Sat, 23 May 2020 10:56:49 UTC Music/First-upload <p> <table><tr><td> <a href="/bbs/?pid=76930#p"> <img src="/bbs/thumbs/pico8_mahberefo-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=76930#p"> mahberefo</a><br><br> by <a href="/bbs/?uid=44539"> SpeerT</a> <br><br><br> <a href="/bbs/?pid=76930#p"> [Click to Play]</a> </td></tr></table> </p> <p>Just a little track I put together trying to figure out the music editor</p> https://www.lexaloffle.com/bbs/?tid=38039 https://www.lexaloffle.com/bbs/?tid=38039 Wed, 20 May 2020 01:01:59 UTC How do I open the alpha demos in designer? <p>Every other file it automatically loads into the cart directory but it doesn't do that with the alpha demos and I can't find them anywhere in the game's folder. I can't find the carts online to download them</p> https://www.lexaloffle.com/bbs/?tid=37996 https://www.lexaloffle.com/bbs/?tid=37996 Sun, 17 May 2020 03:13:31 UTC Obligatory new user post/need help <p>&lt; <strong>START</strong><br /> &lt;<br /> &lt; So I started getting into game development a little over a week ago, and I have alot of questions about this place and the fantasy consoles.<br /> &lt; To start out for context of what I've learned so far, I'm gonna link two videos. I've done most of the built in tutorials for game maker and<br /> &lt; the latest one was the &quot;My first arena shooter tutorial&quot;. The first link is gonna be footage of what the finished tutorial project is supposed to<br /> &lt; look like a little about how it works, then the second clip is gonna be what I made and what I added and figured out (largely through brute<br /> &lt; trial and error) to do on my own. I have to record on my phone cuz I'm rocking a sweet 2011 macbook air and the appersoft recording<br /> &lt; software I'm used to using on other computers cuts the framerate down into a quarter of what it's supposed to be.<br /> &lt;<br /> &lt; [This is the tutorial version of the game] (<a href="https://drive.google.com/file/d/1hmiQXs0R1nHapy-cj6Iv2gzJ830rgd4M/view?usp=sharing">https://drive.google.com/file/d/1hmiQXs0R1nHapy-cj6Iv2gzJ830rgd4M/view?usp=sharing</a>)<br /> &lt;<br /> &lt; [This is my version] (<a href="https://drive.google.com/file/d/1olAcKUsyuc0jhraSa4P8du7Eqoui8o_C/view?usp=sharing">https://drive.google.com/file/d/1olAcKUsyuc0jhraSa4P8du7Eqoui8o_C/view?usp=sharing</a>)<br /> &lt;<br /> &lt; A few things I forgot to mention: those white circles spawn the enemies. Instead of placing an invisible object that spawns the enemies<br /> &lt; I made an object to spawn them that has hp and can be destroyed. What I meant by the cursor being weird is that I couldn't figure out how<br /> &lt; to make a proper persistent cursor that moves to the mouse point. Instead, in the step event (step event's in gamemaker are the equivalent<br /> &lt; of PICO's update function. They're code that's checked every frame. Dunno if step event is a common term so idk if this is common<br /> &lt; knowledge lmao) for my obj_player I wrote it so that he spawns the cursor image at the mousepoint every frame, then for the cursor, in it's<br /> &lt; create event (init() equalivent) I set it to have a starting cooldown count of 1, and then in the step event, it subtracts one point of cooldown<br /> &lt; every frame, and when the cooldown equals zero, it destroys itself. Definitely made the cursor looks weird. It's subtle but if you play close<br /> &lt; attention and move the mouse quickly you can actually see this occur. Anyway, that's general context for what I know so far about coding<br /> &lt; and game development. If you guys have any questions about the code and wanna look through it feel free to ask and I'll try to find the<br /> &lt; relevant code. I was planning on doing more with it, but since I got in way over my head with my own shit and didn't even consider waiting<br /> &lt; until I finished the tutorial, it kinda made me hate the project. Especially this one feature I tried to make where it would wait a second to<br /> &lt; respawn you upon death. Spent half a day trying to figure this shit out. Eventually, I got it to work by having the player drop an invisible<br /> &lt; object upon death, and having that trigger the restart the level 60 frames after it spawns. IDK wtf I did but when I loaded it up to record<br /> &lt; last night I found it not working anymore :(<br /> &lt;<br /> &lt; So, that out of the way, I first learned about PICO-8 through the Celeste PICO-8 easter egg. I literally just thought<br /> &lt; Pico-8 was the name of the Celeste prototype lmao. Jump 3 days ago, after finishing all the built in tutorials and I felt like I had kind of<br /> &lt; reached a dead end. I was just gonna continue working on that shooter. But over the course of that actual day, I learned a fuck ton. I<br /> &lt; learned how much overlapp there is between most beginner game engines (makes sense, I don't fully understand all of it but I know<br /> &lt; the general goal and changes of C# over C), then I found it.io by accident, and from there, I discovered PICO-8 and immediately thought<br /> &lt; &quot;This would be great for game jams.&quot; Ended up spending half the day researching PICO-8 and a little bit learning voxatron, and I fell in love.<br /> &lt; I mean a game console make for an emulator made for the game console. That's fucking genius. Everything about how that whole aspect of<br /> &lt; of this is genius. It can run on anything easily, it's inherently amazing for debugging, and considering it's simplicity, it's much more beginner<br /> &lt; than most debuggers seem. I did the built in debugger tutorial for gamemaker and I still have no idea what the fuck happened during it.<br /> &lt; And the way that the console is the development software for the console, allowing the modulation of other people's games that this system was built for.<br /> &lt;<br /> &lt; Anyway, what general information should I know about Lexaloffle products, sites, and communities? Or useful information for people who just barely understands the basics of any of this?<br /> &lt;<br /> &lt; Where can I download the demo carts for both voxatron? I can play them but I can't find them anywhere in the game's folder so that I can edit them.<br /> &lt;<br /> &lt; How usable is PICO-8 for larger projects? Like I know you can package 16 carts together, but I'm assuming It's just a pack with each<br /> &lt; individual cart file rather than anything that stitches them together as one game, correct? I'd love to use PICO-8 as a way to make simpler<br /> &lt; games<br /> &lt; with much less overhead that actually has a reasonable amount of content. I like games you can sink alot of hours into so I'd rather make<br /> &lt; larger hobby projects. I'm not talking actually big games. I'm talking like an hour minimum (If it has good replay value) and four hours max.<br /> &lt; That's obviously alot more than I could currently handle, but I think in general that's a reasonable amount of playtime to expect to be able<br /> &lt; to produce. Like I would be very proud of a four hour game. And even further later on, how about using PICO-8 to build the majority of the &lt; game and using gamemaker or something to stitch the levels together and further improve the game beyond what PICO-8 is capable of. I<br /> &lt; have no doubts about PICO's capacity for actual game design and mechanical complexity. It's main limitation is content size, other than<br /> &lt; that I feel like it's very capable for making a full game. It wouldn't even have to go<br /> &lt; against it's original design goal to achieve this. Leave amount of data that can be held in each cart to relatively the same, add an extra cart &lt; type with a much harsher size restriction that's only to be used for assetts and code shared accross all levels, along with tools for stitching<br /> &lt; the levels together, and added features like a main menu screen. I feel like this would keep in with the spirit and intentions of PICO (and<br /> &lt; Vox but it's still in alpha) while allowing these softwares to be viable for full scale releases indie releases. It would turn PICO's relationship relationship to full games into what it's relationship already is with individual levels. Long run I'd love to like code the base of it and generate<br /> &lt; alot of the levels and of it in Pico,<br /> &lt; and then export it to something like gamemaker. I'm assuming once I start getting the hang of things and when I reach a high enough level &lt; where this is even relevant, it shouldn't be too hard to figure out how to do that, correct?<br /> &lt;<br /> &lt; If you guys know any good Pico/voxatron games with a large amount of content similar to what I'm talking about I'd love it if you could send me an link<br /> &lt;<br /> &lt; What game dev resources/community websites and groups should I be aware of? All I'm really aware of is this and itch.io, both of which<br /> &lt; I learned about 2 days ago lol<br /> &lt;<br /> &lt; I think everything around the idea of these fantasy consoles is genius (I doubt that's a controversial opionion here lol) and I honestly think<br /> &lt; that it's kind of the future and there's alot of unique things you could do with it. Is the idea copyrighted? I know I have no immediate<br /> &lt; plans of doing something like that, but is it possible? Obviously I don't want to have someone just steal what these programs do, but<br /> &lt; just like the underlining concept. Zep has already proven that that it's a diverse concept with the differences between the two programs. I<br /> &lt; wanna know just about the base concept of a console made for an emulator made for that console, with the console being the<br /> &lt; the proprietary game development software, allowing you to play a game and immediately edit it. Especially with how popular open<br /> &lt; source is becoming, I honestly feel like this is kinda the future of game development. It just makes so much fucking sense.<br /> &lt;<br /> &lt; I know Voxatron is backwards compatible with PICO, what are the limitations of this and plans on expanding it? Is it possible planned at all<br /> &lt; to use that functionality to essentially treat both programs as one, treating vox like the 3D engine and PICO like the 2D engine? I feel like<br /> &lt; that would allow for a very versatile engine. Even moreso than either are on their own.<br /> &lt; Especially if it came with extra functionality to make this easier to do than expecting people to figure out how to do more complex features<br /> &lt; on their own. Like have a 2.5 D mode built specifically for this.<br /> &lt;<br /> &lt; That's about it. Thanks in advance!<br /> &lt;<br /> &lt; <strong>END</strong><br /> &lt; <strong>SHUTDOWN</strong></p> https://www.lexaloffle.com/bbs/?tid=37984 https://www.lexaloffle.com/bbs/?tid=37984 Sun, 17 May 2020 01:51:11 UTC