Welcome Forums Get help Battle Aftermath

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1397
    Comprehensible
    Moderator

    Hello!
    My name is Comprehensible. To be blunt, I’ve reached a roadblock in my game, and I was hoping one of you would be able to think of a solution, since I’m having trouble with it. My game utilizes a set of room for the battle system. Once the encounter is over, I would like the player to exit the battle, and be presented with the room they left, minus the monster they just killed. Considering that there is no copy/paste function yet, this currently means identically remaking the whole room, which is time consuming, and to be honest, extremely boring. Thanks so much for helping!

    #1399
    deWiTTERS
    Keymaster

    Hey,

    First of all, my focus now is on action based combat. Actually, I’m currently in the middle of that, and the first version where you can fight a monster will be out soon! 🙂

    So if you just want fighting, wait a bit for the action based combat.

    However, if you really want turn based combat, I have to think a bit further here. Because turn-based combat is put at a very low priority.

    I really like how creative you were, to simulate combat with what the engine is already offering! But let’s face it, doing combat by going into doors is not really what you like.

    There is another thing planned for the near future, and that is so the player can respond. Basically select an option out of a list of options. So that might be very handy for a simple turn based combat.

    So when going into “combat”, you start a screenplay asking for the user to either “attack” or “defend”. Based on the choice, the monster attacks or defends. Let’s see what that would look like in an example screenplay:

    Combat says "The monster is ready to attack. What do you do?"
    if player chooses "Attack"
        Combat says "You swing your sword and hit the monster"
        Combat says "The monster stabs you"
    else if player chooses "Defend"
        Combat says "You take a defensive stance, and the monster tries to stab you, but misses"
    

    When implementing my action based combat, monsters will be able to die. So if I expose that functionality in the screenplays, you could let your monster die ingame. Maybe even use the hero’s hitpoints to see if you survive.

    I know this is far from ideal, but probably easier than making all those rooms? What do you think?

    #1400
    mystify
    Participant

    Ah dude, I’m excited for the combat options!
    Will there be more monsters/creatures in the future too?
    I’m just excited for player interaction and decision making in general.
    Keep it up Koonsolo! \(^o^)/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Get help’ is closed to new topics and replies.