What game is middle right?
What game is middle right?
mobOS trailer - Fake OS & Internet Exploration Game
#gamedev #indiedev #gamemaker
If the game is running that shouldnt be too bad to fix. If you want me to look at the code feel free to send me a DM on discord or something
I think the answer will eventually be prefabs but we don't have those yet.
I typically have a standalone project for the framework on GitHub, and to update the games using it I export a yymps file.
Holy shit I just found out The Protomen Act III came out and I am so excited and so scared at the same time :o
You can always roll back to a specific version of GameMaker, and not update going forward. I'm also curious as to what's broken, I've updated a lot myself so been through it before if you want another set of eyes.
Regardless, Godot is dope
Oh snap I didn't know this, got any info on how to set that up?
Oo looking good, gms1 or 2?
I use GameMaker so I'm biased, but I'd suggest that.
Ultimately the best bet is to just dive in and follow a tutorial and see how it clicked. If you're not feeling it check out Godot.
The official GameMaker space rocks tutorial is a great starting point
Both GameMaker and Godot are great and free
I really like organizing by context works really well for me! I might have a player folder, the object inside, and the folders for sprites, audio, and scripts relating to the player.
If you're interested in an example I can send a screenshot when I'm at my PC!
The game is progressing so fast!! We started making this version of Ichorous 4 months ago!
Uni and an internship can't stop me from shredding through development ๐ค
#gamedev #indiedev #pixelart
There are a couple libraries out there that do this, may be worth looking into!
github.com/evolutionleo...
I second GameMaker as a beginner as well. Also happens to be what Fields of Mistria was made in!
Game dev can be a lot of fun just to play around with, you can try it out and see what you think.
I didn't even know these existed!
Sangre. #memamorkin
+1 for GameMaker, it's one of the more approachable engines for new developers, and is able to do basically whatever you need to do (in 2d). Godot is great as well.
Ooh, what system are you using?
Fortunately they're moving away from the workspace view and you can more or less not use it (you can enable Code Editor 2 beta or full screen code tabs) and basically never use it again
What advantages would a map have over a struct? Structs are much easier to work with, more functionality, and I believe better performance (not that it'd really matter at this scale)
Unfortunately I had to roll back due to some performance issues, so I'm back dealing with the bugs. ๐ But in my brief time trying the update it was much much better.
I'm pretty sure that's been fixed in the latest build. That being said I'm pretty sure it's still a beta feature.
Even with the bugs, it's been so much more enjoyable to use than the previous editor
... I've never thought of this, but it makes sense!
Felt like adding to my Mario Bros. 1 redraw. Fixed Mario, added Luigi and Wario for fun. Peach, Toad and Bowser only work on black backgrounds like the original game. Allowed Koopa Troopa a sprite overaly to get an extra color like in SM3. NES accurate, but probably not optimized.
#pixelart #ใใใ็ตต
Screenshot with code demonstrating how to setup parallax in gamemaker
Something like this should work!
1. Get the layer you want to be parallax
2. Set a parallax rate (lower number, further away)
3. Get the camera position
4. Adjust the background position based on rate & position
Then rinse and repeat for other layers to create a nice sense of depth
Ooo me too, I didn't even consider this an option
It really should only be a couple lines of code! I'm not at PC but could send some examples tomorrow if you get stuck
I wonder if it's the same thing that borked the Twitch ext, which they've fixed in beta as well. Was it something with string join ext?
And good to know about wine, honestly GameMaker is one of my only Linux concerns , may have to look into it ๐
Check out the official gm discord, it's very active, positive, and incredibly helpful.
The GM community is one of the biggest reasons I stick with the engine
What about all those
Q-Bertcraft-likes