Loading...
1
9 days ago

Rpg Village example

Game Maker Studio




0 comments

Loading...

Next up

In October/November I used Game Maker Studio 2 again to create a basic 2D TopDown Action RPG project. I defined the character size, the size of the Camera View, and the size of the scene in relation to the character.

Creating Player sprite #pixelart

Testing mp_linear_path They follow, stopping when there is a Solid between them and the target. They resume following after the target becomes accessible. After touching a Solid, and being far from the target, they lose the Chase State.

IT'S FINALLY HERE!

In the last few months I've been using Game Studio 2 again, and I've been testing some new things in GML, like Enums and Structs. I struggled for an hour because I didn't remember that I needed to use a string for the Layer to create an instance...

The NPCs in Weefager are full of charm and are very important for uncovering the game’s deep lore! If you love Weefager, be part of it by joining the Kickstarter pre-campaign!

https://t.co/kDqjgqs2UU

Fixing "not getting hurt" bug. Other scripts keep runing even after got in the hurt state. State machine for enemy is totally broken

GML - light with surface

Continuing on the theme of me accidentally launching things too far... I accidentally created a rocket! (It was supposed to be a double jump) Wishlist this beauty NOW for a chance to launch YOUR very own accidental rocket!

mp_potential_path + MoveColide script Instead of following, they run away from me, even though the Target is the same. Strange behavior