Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Day one:

(note: all assets used are placeholders. I intend to replace as much of the visuals I can with my own art later.)

hmmmmmmmmmmmmm. My plan for today was to go into what I thought would be the most difficult and probably least enjoyable part of the process for me - the battle encounters. I don't enjoy whaling on things in games, and anything I ever make in the future has at least a 90% chance of me trying to subvert that.

This is true here, too. I went in to make a placeholder enemy, made the special item that they need to drop, and gave them their custom attack.

So everything is going fine, here. I go in to playtest, and it's working fine. The mob hurts themselves, and not you. That's exactly what I want. The problem comes in with Hope.


Apparently I can't remove her ability to attack without using plugins. Which, I found the plugins that make that possible, but I'm hesitating on the idea of jumping into using plugins for this. I kind of wanted to see how far I could go on my own steam. But I'm also not willing to sacrifice how I want these fights to go. If you choose to get into these encounters - Hope's only options should be to wait and do nothing, or to try and calm the mob down (healing them, but ultimately for less damage than they do to themselves. There's no way to stop the mob from taking itself out.)

Hope's ability to attack is an immediate wrench in my plans, and has me already thinking "well, those things I wanted to add on to the mobs if I had time should probably become plan a, instead."

What was that everyone was saying about scope creep, laughs.

So I'm putting a pin in that for now. I'll revisit the idea tomorrow, maybe, or the day after, and am moving on to try and make some actual progress.

I went from watching tutorials about making and implementing new skills to watching tutorials about variables and self switches. After the trouble with the battle (I had three invisible players after deleting the other default actors RPGM MV gives you...........) this was... disturbingly easy. Which makes me assume I've done it in the worst possible way, laughs.


The idea is that you begin the game in this small area, surrounded by mirrors. When you examine them, you get a small snippet of Exposition, and a +1 to a variable. However, I didnt want the player to talk to the same mirror three times and progress, so I added in a self switch to make them give +1 and only +1.

After a few minor kerfuffles where I realized I had them on the wrong layer, it seems to work.

The fourth mirror is intended to actually be the antagonist, who speaks to you after you've had your Required Minor Exposition. I need them to leave, and open the way for you after that.

After the self switch A is turned on, the event is still there, because I dont know how to make it go away, but I made it lose its image and changed it so that the player walks through it. It exists, but it doesn't do anything. That feels messy to me, and I wish I knew how to clean up after myself so the event just stops existing, but you dont have any reason to come back to this map, so I guess its alright??

This is extremely silly looking with the statue bases instead of the actual npc, I kind of love it. The stone just. Ascends right to the heavens. Bye, stone! I will remember you fondly.

I'm still suspicious of how little fiddling I had to get this done, but at the end of the day, I think this is all of the actual mechanic required for the first, starting map.

Progress made:

*structure of the entry map mechanics is there for me to build off of
*already considering completely cutting the mob encounters for something that will take way too much time because I'm being Particular about how they look and work.