DrewMelton's Recent Forum Activity

  • tunepunk Thanks! Yeah, I like older RPGs. I still play Baldur's Gate II enhanced edition on Steam. It's amazing how well the graphics of some of these 15 year old games still hold up. In fact, the only complaint I hear about BG II EE is the somewhat low rez character models, but even they are still decent looking.

    bclikesyou Thanks! Always good to hear that it's a game people want to play. The more interest I get from people, the more motivation I have to keep going.

  • ahr Ech Thanks! For the first few months of my project, I was going with more of a hand-drawn style. It was either going to be pixel art or more of a stylized hand-drawn look. As I got further into development, I wanted an easier way to create realistic characters and environments. After all, my main inspiration for isometric games came from things like Baldur's Gate II, which was fairly realistic in its overall look. Plus, when I decided to go with fully isometric (as opposed to multi-angle like Golden Axe on the Genesis) I needed an easier way to make things.

    I then made the change to 3d. I now quite enjoy 3d. I feel like I'm actually building things. Plus, I like digital sculpting (like in Zbrush). Animating in 3d is fun too. I'd probably choose to be an animator if I had to pick one job. Of course, I grew up doing drawings and paintings, so part of me also likes to do fantasy art (like the thief portrait). I will be doing a full illustration later on for the title screen and promotional art.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Great work! But I think that in the future it will use a lot of memory. Isometric perspective need a lot of sprites and animations for mobs and Character... More mobs = more animations = more memory usage...

    Thanks!

    Yeah, I'm keeping the rooms limited to maybe one enemy. I haven't decided yet. The game will be hard enough just with that. Enemies will not be a pushover in this game, well except for the scrub enemies that are going to be intentionally easy to beat.

    The main character and that enemy have most of their animations done already. Any more at this point would be optional.

    What you see in memory use in those screenshots will be pretty close to what the final game uses. I'm trying to keep it under 200 IMU, but I believe Ashley said in an old post that even 400 IMU is good for PC games, so I have some head room left if I want to make a room with more enemies in it.

  • C-7 Thanks! I just started learning 3d last summer, though I did have a bit of experience with 2d animations before that. Most of my art was sort of like illustrations, so I had to know how to draw the figure in action poses. I think that helped with learning 3d animation

    Since image memory usage is a huge concern for 2d games, I have to be conservative and mindful to get the most out of it. I spent A LOT of time designing a template in Modo that basically centered the character perfectly so I could use the auto-crop feature in C2. This made importing isometric animations a breeze and allowed me to be efficient with the memory. I set up 8 cameras in Modo, one for each direction. So, when rendering animations, I just go Camera A - render animation, and put it all in one folder, then Camera B, and so on, and then import them go to C2, and I can import all the frames for each animation at once, shift-crop the whole thing at once, and save myself a huge headache over my old ways of doing it.

    The number of frames varies. The biggest one is the attack animations. I set them to 40 frames just to slow things down a bit. I didn't want combat to be so fast that you would not have time to observe and think. I also thought that combat should be fun to look at, so I gave it priority over the other animations.

    Idle animations use less frames. For the bow's idle animation, I even use ping-pong to make it last a little longer while not needing more frames. The dagger idle is a bit fancier, so no ping-pong. They both use 30 frames.

    The walk animations are set to 29 frames (well, 30 if you count frame zero). My main concern was making sure it looped smoothly during the walk cycle.

    A couple of the shorter animations only use 22 or so frames, like the death animation (not shown in the video).

    Anyway, as far as easing new players into it, I am going to use the main text area in the to give some tips. When you mouse over an icon or whatnot, it will give some info on it. Also, the "tips" icon will bring up additional info that players may miss. And as any good game should, I will make sure the first few rooms the players enter will help them get to grips with the game with easy enemies and whatnot.

  • Okay, so I've been putting off posting an actual thread about my game, or even showing it off, for a very long time. I think I now have enough done that I can start posting about it.

    This is an isometric RPG that I've been working on for about 1 and a half years. Of course, a lot of that time was also spent learning 3d, learning C2, and learning about game design. I also took a couple short breaks when I reached sticking points to try some quick prototypes. I still have a long way to go. I need to build the levels and create some more enemies, but most of the gameplay is in place. Since the preview time is already about 45 seconds, I decided to hold off building any more and just focused on gameplay features for a while. Soon, I'll be building out the rest of the game.

    The target platform is PC. I hope to get it on Steam eventually.

    Anyway, here is what I have to show.

    This is just a test area. I plan on building a full castle with at least 3 or 4 levels plus 1 or 2 underground areas. Each room will be small, but I plan on mixing it up with different sizes or layouts for the rooms, different enemy placement, and whatever else when I get to that stage. It'll be sort of an "open world" castle. You can go between rooms as you please or seek alternate paths.

    You can spend skill points at any time. They can also be saved for later. You will need a good amount of skill points to beat some of the enemies in the game. Skill points either improve your abilities with weapons or your overall strength and health. As I get more done, some of this may be modified for game balance purposes, but so far it works pretty well.

    Combat relies on hit rolls. Your attacks are compared to a 1d10 die which rolls 1 through 10. Your skill with a weapon can be from 1 to 10. If your skill is equal or higher the the computer roll, you successfully hit the enemy. I have it started at 3 which hits 30% of the time. It can be increased to 10 to hit 100% of the time. Enemy attacks roll from 1-15 or 1-12 depending on the enemy and roll against your agility. If your agility is equal or higher, they miss.

    Loot will be random. I use functions to determine what loot you get from the containers or whatnot. Whether the enemies will drop something has yet to be decided. Everything you do gives skill points so you can level up. Objects that you can interact with will be highlighted in yellow. This was partially inspired by Deus Ex. I also wanted some randomness since this game was originally meant to be a full rogue-like, but deviated slightly. I am still probably going to feature some rogue-like aspects though such as permadeath.

    I have done a lot of work to make a nice HUD for the game. I think I have redesigned it about a dozen times by now, not to mention small tweaks or experiments. I'm finally happy with it, though of course, I may or may not revise or improve it as time as goes on.

    The goal of the game right now is to collect loot. Since you are a thief character, it seemed like a good goal. I may let the player choose the goal amount or whatnot. It just depends.

    I chose a thief because it had the most varied skills. You can attack at close range, hide in the shadows, set traps, use a bow, pick locks, and whatever else I add before it's done. I didn't want the game to be about straight combat. The enemies do not attack right away. If you get close or do something suspicious, however, they will come after you. I made it this way so you could decide if it's worth attacking a difficult enemy or bypassing him.

    The game is pre-rendered 3d. I use Modo and Zbrush. I also use Photoshop for the HUD. I render everything on different layers. For example the castle floor, back wall, and containers are all on one layer since they are rendered together. The front wall is on a higher layer so it always appears in front of the characters. The characters themselves and any miscellaneous objects will use z-order sorting. Characters are rendered in 8 directions. So, each animation has 8 variations. I explain more about this in the video below.

    I built most everything from scratch. I am using my own character models, my own animation rig, my own levels, icons, portraits, and eventually sound. This has been a solo project.

    Here is a video I made. It lasts about 18 minutes. I explain quite a bit about the game. Please do note that this is a very "casual" recording. So, forgive the occasional "um" or "you know" that sneaked in. I was a bit tired when I recorded it... <img src="{SMILIES_PATH}/icon_cool.gif" alt="8-)" title="Cool"> (oh and try to watch it at 60fps in Chrome if you can).

    Subscribe to Construct videos now

    Anyway, I most likely forgot to mention something, but the game still has plenty of time left before it's done, so I'm sure there will be plenty of updates.

    I'm fairly new to game design, but it seemed like it would be something I would be good at. Technically, I'm an artist. That's why I chose C2. This game is the first one that I am taking to completion. I've been reading books and studying everything I can to make sure I get started off on the right path in game design.

    Update 8/22/15

    New screens. (see page 3 for details)

    Update: 9/3/2015 New video!

    Subscribe to Construct videos now
  • You do not have permission to view this post

  • Does this only happen when using the debugger? Remember that the debugger itself uses a ton of cpu unless you click an individual object or go to the profile or watch tabs.

    To properly test cpu usage, use a text object. For more info on this, read this page from the manual and scroll down to where it says "measuring and testing performance" for how to set up your text object to test cpu usage.

    https://www.scirra.com/manual/134/performance-tips

  • Using chipmunk physics will make them bounce of each other

    Hmm, I'll have to check it out. As long as it doesn't make them look silly or end up in a wall, it may work.

  • The pathfinding behavior does make some things really easy, but it has limitations.

    I am making an isometric RPG, and I use the pathfinding object a lot. It's what made the game possible.

    I have a couple issues with it though. It is not very good for "tile" based games like Civilization because, as you said, the characters will never go to the exact spot. So, you will have to scoot them over using another event to get them in the exact center, and that never looks very good. This is why I got rid of tiles completely and just let characters walk wherever they want.

    The second issue is that it does not handle moving objects very well. So, if you have multiple enemies coming at you, they will walk through each other and even stand right on top of each other. I wish I knew how Baldur's Gate or Age of Empires kept units from overlapping.

  • That's exactly what I'm doing, but a shortcut to create a blank event above will be much more time-efficient.

    Yeah, that would be handy. Surely, they could make something like ctrl+B to create a blank event above the currently selected event.

    It would come in handy for times when I don't want to define a new event from the list but rather just copy and paste nearby conditions in there really quick.

  • As a workaround, I got used to pressing B to create a blank subevent then just dragging it to where I want.

  • I had to finally update node webkit from 10.5. When I upgraded to the recent r209 update, I was getting fairly consistent crashing before the game would start. It was annoying because my game takes around 45 seconds to load, and these crashes would occur right before the game started.

    Anyway, I updated to the latest node webkit. I can't say I'm really happy though. I mean, the crashes stopped, but for some reason it seems locked at 59fps instead of 60 and uses slightly more cpu. Oh well, it works well enough I guess.

DrewMelton's avatar

DrewMelton

Member since 18 Oct, 2013

None one is following DrewMelton yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies