really lovely, haunting atmosphere. you did a great job with the flavor text, it all keeps up the mystery
snoopdogg420
Recent community posts
if anyone wants to play this in windowed mode, look here! http://rpgmaker.net/tutorials/109/
i absolutely adored your game
i remember though being confused in the first map with enemies, theres a skull npc that wasnt accessible and i wasnt sure if there was some sort of puzzle in the room i was supposed to do to talk to them.
MUSIC IS AMAZING!! it brought the ENTIRE game together for me
i think the combat is okay but id like to see some variety to let me be tactical, so far all i really did was use the mystery command to see the different responses, and heal very frequently. it might be too difficult in the beginning i did have to go back and heal frequently
at one point it became too difficult, you could try to slow down the spawn rate of the bats, it seems like their spawning goes up exponentially too quickly, i think they were a bit too fast in tracking me too. i couldnt really kite them. i think a bigger map, like big enough that it would require a camera would help
I actually really liked the background art, and made the game feel very detailed and lively regardless if it was completed or not. I actually got stuck after my plantbud gf was kidnapped by the giant bird? I talked to most of the npcs but was completely lost after that. I think a simple prompt telling me what to do might help? That might be intrusive game design wise but easier than like visual ques or something.
I didnt look at it, but someone on the game maker forums made a match 3 engine that has a lot of documentation
http://gmc.yoyogames.com/index.php?showtopic=62495...
i believe the documentation is in a pdf with the download
I tried restructuring the code like you said, and even trying to put the attack animation in a loop (i probably didnt do that correctly though), neither worked for some reason, I finally found a fix for it though. Ill put it here in case someone else has a similar issue.
i had to make a variable in a create event and set it to false (attacking = false)
then make an animation end event and add this
it isnt working perfectly, i think other sprites might be happening during the animation depending on my inputs, but im going to try to make my attacking animation more than two frames and disable all input/movement during the attacking animation and see if it turns out looking and feeling better
or i might have to again restructure this like you suggested, ill post my code again whenever i get everything hammered out in case anyone needs it for reference!
(this is game maker)
For some reason when i press x only the first frame of my attack animation plays, then the rest of the animation only plays if i move horizontally. I believe my move variable is putting out either -1, 0, or 1 depending on weather or not im hitting left or right or both. But if any of the code above my attacking code affecting the attacking code??
I also tried removing
&& sprite_index != spr_player_swing
but the problem persisted (i thnik this is a check to make sure the animation doesnt try to play over itsself)
Since id imagine quite a few of us are going to put a lot of hours into this over the past few weeks, I think it'd be a good idea to backup your stuff in case of your power going out/pc blue screening/etc and corrupting your project files! Someone recommended this on the r/gamemaker subreddit
This is a very, very thorough backup regime but i've only tried the program i linked below (with only one backup)
It isnt open source (but the free version isnt a trial and has no ads as far as i can tell), so use at your own risk, but I just did a test backing up my game maker project and it worked fine. And only took a few minutes to set up.