Voulk's Forum Posts

  • Phew, that was a tricky one.

    This will need to be tested quite comprehensively but I'm not seeing any issues so far. Here's how it works:

    1. We are now storing the Music Type of the enemy when deciding which is the lowest, we're going to use this in a bit.

    2. We have added the 'pick all enemy' block. What this does, is removes the 'must be in spotlight' condition we started with, so that we can test enemies outside of it.

    * Any that don't have a matching UID (That is, they aren't the lowest) will stop pulsing.

    * Additionally, this loop will stop any other music types. This has the advantage of keeping the 'green' sound if you mouse from one green to another without a space.

    Off-screen you want to keep the current Else block you have also, since that will trigger when we have no enemies selected at all which is something we still want.

  • Yes, I think I've worked out what's going on here. Correct me if I'm wrong, but I believe that you are getting the 'double pulse' when you move the spotlight off the lowest enemy and onto another with no gap between them. So, if the two enemies had the same Y coordinate they would overlap (See below):

    This is caused by your 'Else' function which disables the Pulse effect. The Else function only triggers when the condition: "Enemy is overlapping Spotlight_Detect" is false, but because there is no gap in between the two, it never triggers. Therefore, the first is still pulsing because it was never told to stop, and the second is pulsing because it is correctly the lowest now. In fact, the first is no longer even in the loop because it's no longer in the spotlight. That means we have to deal with it in another block. This can be a little tricky so let me take some time to think about it.

  • I'm not able to duplicate your problem on my end. If you don't mind, you should attach your capx.

    P.S. Don't worry about calling the highestY variable. It is only used in the loop. Think of the UID variable as the 'result' we want from the loop, with the highestY variable just a means of getting it.

  • Sure thing. If you have some trouble, make sure you print your screen. It'll really help us work out what you're doing right/wrong.

  • You might need to right click and 'view image' to read the comments correctly depending on your resolution.

    Try something like this on for size. This will pick the correct enemy for you to play your pulse and sound effects at. Those shouldn't be too difficult for you to implement. Hint: The 'Play by Name' audio combined with Enemy.Music should give you an easy way to play different sound effects for different enemies.

    Let us know if you get stuck.

  • Hey Radioteque,

    Let me make sure I understand you here. You must have a setup somewhat similar to this:

    Pretend my black stars here are enemies. You want the lowest (i.e. closest to the bottom of the screen) enemy to trigger a pulse effect and play a note when it overlaps with the spotlight. Is this what you mean by 'lowest instance'?

  • Yeah the difficulty shouldn't be too much of a concern but because the first experience players have are against another person I think there's a certain expectation to have some idea of what you're doing before you load in (no practice matches / tutorial yet to get your feet wet!). As developers I think we have that fixation on making sure our game is well understood so players don't feel lost.

    The graphics were placeholders from all over the place. I think I'm about half way through replacing them, so we should be good by the time of the demo. (2 and a half weeks to go!)

    On that note. Our first completed character!

    Complete with character info sheet (these are shown during character select to remind you of what each does):

    Red is an entry level character that's powerful, but easy to understand and play. After turning to meditation to subdue his aggressive instincts, Red became a fierce protector of his tribe. Beware his close range stun effects. Anyone holding his shield becomes a less appetising target, taking less damage from all sources. His Phantom Mega Skill gives him sleight of hand, ghosting across the battlefield to come to the aid of his allies while his Ring of Earth Mega Skill changes the battlefield itself, trapping in a foe, or blocking access to an ally or objective. Red is the leader of the Dawn Spirits faction.

    As always, feedback is appreciated!

  • Today I've been working on a 'Learn to Play' guide for the game. There can sometimes be a bit of a learning curve with strategy games, and anything that can soften that is a win for me. As always, feedback is welcome.

    1. Build a Team

    You will start each game by selecting a team of 3 characters from a larger pool. Characters might complement each other in different ways and this is often where a skilled player will begin thinking about their strategy for the match. Character descriptions are provided to help you choose.

    Easy characters to play are highlighted in purple to give newer players a strong team out-of-the-box.

    2. Moving, Attacking, Skills

    With a team selected you will load into a randomly selected map. Everything you do for the rest of the match will revolve around your three core actions: moving, attacking, and using skills.

    Movement: Each character is given movement points at the start of each turn based on their SPEED stat. Each movement point allows the character to move one tile in any direction.

    Attacking: Once per turn, a character can perform either:

    • > A basic attack: Dealing damage based on their ATTACK stat.
    • > A kick: Knocking the target back one tile.
    • > A skill: Described below.

    So, in any given turn, each of your three characters can both move, and either attack or use a skill. These actions can be performed in any order (however there is no undo!)

    Skills: Each character has four unique skills that can be used in place of basic attacks. Skill effects can vary wildly, from simply dealing bonus damage, to inflicting status effects, to summoning giant walls or coating the battlefield in lava. Skills may have cooldowns (requiring you wait several turns before re-use) or an energy cost (an attribute similar to mana).

    3. Mega Skills

    While two of a character’s skills are usable from the beginning of the game, the other two are Mega Skills. Each team has a Mega Bar that collects energy over the course of the match. When it fills, you will 'unlock' one of your characters’ six Mega Skills for the rest of the match. Which you choose is likely to depend on both your overall strategy for the match, as well as the current state of the game. If you are behind, your Mega Bar charges more quickly, potentially getting you back into the game.

    Mega Skills are much more powerful than regular skills, and often have a huge impact on the game once unlocked. You are likely to unlock three or four of them over the course of a game.

    4. Winning

    There are two ways to win a match:

    -> Conquest: Destroy all three enemy characters. This is a win condition in every single map, and can be a straightforward way to win.

    -> Complete Map Objective: Each map has a unique objective that will offer victory for the team who can beat it.

    For example: In the Forest map. One team is tasked with destroying the Spirit Shrine, and will win if they are successful.

    The other team are tasked with defending it, and will win the game if they can successfully keep it alive for 15 turns.

  • So, what do I win? planetserve

    I actually agree that restarts would make it too easy now. You could consider making enemies a different colour to the tiles you walk on. I spent quite a while losing a life to that first moving platform because I didn't know it was going to hurt me. It definitely took me a little while to get used to almost everything being one colour.

    Thanks, that was a brutal yet satisfying couple of hours. Definitely the hardest platformer I've played. You have some pretty tricky mechanics up your sleeve.

  • Try something like this on for size:

    If I can draw your attention to the second line. It doesn't matter if the player is joining, or auto-joining, the room. You should be able to set the max peers in that dialog.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • haha that spinning platform is brutal! I got past it a few times but then got eaten alive by the flying blocks in the enclosure.

    I think you should continue with it since you'll probably learn a lot in doing so. If I were to make a suggestion, keep the difficulty as it is, but get rid of the lives system and let people restart just before whatever killed them. Mega-difficult games can be pretty popular, and it'll remove that feeling of 'Oh crap, I have to start all over again'.

  • The beginnings look good

    The rough graphics might be a turn off for some but if the game runs otherwise smoothly and is fun to play I see no real issue with that

    Yeah I hear you on the graphics, but it'll look pretty different by the time the demo is out. Hard competition around here though, I've seen some really beautiful games! I'd like to hear what you think once I've finished adding the new models.

    I'd never heard of Master of Monsters before, I'll have to look it up. I'm pretty interested in the genre in general.

  • The online arena you can take anywhere.

    Ancients is a fast paced, competitive turn based strategy game based in Ancient China. It blends traditional MOBA's like DOTA with a Final Fantasy Tactics-esque battle system.

    Take it with you: Optimised for mobile, but of course playable wherever you can run an HTML5 game.

    Build your Team: Experiment with over 20 different team make ups. Each Hero is vastly different. Come up with a strategy nobody has seen before. Each Hero has four unique skills with powers ranging from denying vision with a smoke bomb to changing the entire landscape! Unlock devastating Mega Skills and turn the tide of battle.

    Strategize: Complete the Maps objective for an instant-victory, or grind your enemies to dust by killing their Heroes. Multiple ways to win a match. Are you the sneaky type? Or, more bloodthirsty? Prefer playing an aggressive game? Or, prefer waiting for your opponent to make a mistake? The choice is yours.

    Online Multiplayer: Multiplayer from day 1. Let the matchmaking find a game for you, or invite a friend to one. Move your way through multiple competitive tiers to prove you're the best.

    Fit in a game anywhere: Each game can be completed in 10-15 minutes. Fit one in on the train, before dinner, on the toilet! Once you've built your team the action starts almost immediately.

    A Campaign: Live the conflict. The Empress' son has been kidnapped, and the note left was not a ransom. Playing through the campaign offers unique rewards to take with you back into Multiplayer.

    There will be a PC demo weekend on the 12th-14th December.

    Since we started with multiplayer, the AI for single player still plays a bit like my Grandma and as with all small multiplayer-only games there is a concern for how long it takes to get into a game. To try and combat this, we're going to start with just a 3-day demo before leaving it up permanently as soon as the single player is functional. There'll be more information on the demo weekend closer to the time.

    ______________________________________________________________________________________________________

    All comments welcome! I know you don't have much to judge / criticize yet, but there's plenty more to come.

    Artwork still a work in progress.

  • Very cool concept. Have you considered folding some of the tutorials into the main 'march'? So, the first levels would be less complex, and you could introduce more complex mechanics as you go.

    How awesome would a multiplayer PVP mode be?

  • Hi guys!

    I've been lurking here for the past two years. You've been a pretty big help to me over that time, best I start contributing.

    I hail from a little island called New Zealand. We are better known for our hobbits than our game developers. I started with Construct 2 a couple years ago when a travelling game dev troupe stopped at my univer...

    ... Rest of Introductory post hidden. To unlock, sign up for Construct 2 GOLD edition.

    No but really, nice to meet you all. How have you been?