Thread: New art/idel anim question...

  1. #1
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065

    New art/idel anim question...

    Here is some of the latest art from our game. The robots pictured are both computer-controlled AI enemies.

    I do have a question, looking for your opinions: How important are idle animations in a game to you (as a player)?

  2. #2
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Not important as long as it can still look good eg with good graphics

  3. #3
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Here is some of the latest art from our game.
    I take it you mean you and your son, right? I think that's really cool what you are doing; I'm sure you guys are having a great time doing it, too.

    On-Topic...

    I think the art looks incredibly amazing. Which leads me into the idle animations question. Personally idle animations don't mean much to me at all. In fact they slow down the game a lot, so I usually prefer to turn them off. Animations for attacking and moving are nice, though.

    Keep the good work up, and btw, I can't wait to finally see a "true" demo. Do you expect to release one in the next couple of months?

  4. #4
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Ooops, I didn't quite understand your question. I don't look for idle animations, although they are a plus.

  5. #5
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    your art looks great Idle animations are good, but don't spend all your time on them, coding and gameplay are more important
    Away.

  6. #6
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Tech, yep, same game. As far as a playable demo, we hope to have the level editor complete and ready for release in October. That way people can create their own levels and we're even considering having a small contest where the best level submitted will be made a part of the single-player campaign. The one thing that everything is depending on now is getting the art finished for at least 2 more Bots and 3 more POWs.

    A playable demo should follow the level editor after just a few months. Most of the gameplay algorithms are already written out but we want to have all the tools finished before we work fulltime on a playable demo.

    blackrat, the code for the idle anims is already done so it won't take away time that could be spent on gameplay, etc. Also, each Bot/POW who's art has already been finished already has 1 idle anim, but we're considering adding a second one, just to breathe a little more life into the characters.

    If anyone wants updates as well to download the latest tech demo you can visit our site from the link in my signature. We've also got tutorials/code snippets for you to download. The site is in it's infancy (only a week old) so we only have 4 snippets/tutorials up so far. We expect to have several more up by this time next week.
    Last edited by jdinger; 09-02-2002 at 07:52 PM.

  7. #7
    Registered User red_baron's Avatar
    Join Date
    May 2002
    Posts
    274
    hey all,
    i consider idle animation very important (as long as its not overwhelming) it makes your game much more alive and less dull. your graphics are amazing as usual :P keep it up and i can't wait to see more of the game
    ¿Red Baron?

    "Imagination is more important than knowledge"
    -Albert Einstein (1879-1955)

    Check out my games!

    [code] /* dont forget code tags! */ [/code]

  8. #8
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Hm... I guess that would depend on the type of game. idle animations would be stupid for a 3d game, a little better for an RPG, ok for a 2d shoot-em-up (though nothing great), and a little better for strategy. Unfortunately, your artwork isn't popping up on my computer for some reason, so I can't really comment

    But in general, don't bother with idle animations unless you really really want to squeeze out every bit of impressedness out of your target audience... instead, I'd just try to make an idle image in which it probably wouldn't be moving around (i.e. don't have it look like it's gonna topple if it doesn't move or something... if it's a guy, have him have his feet planted in a solid stance or crouching or something). I mean, just so long as the idle image is interesting enough by itself, it's fine.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  9. #9
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    The game is going to be a turn-based squad combat game so only 1 (2 at the most) characters will be acting (shooting/defending/moving/etc) at a time. The idel anim's are to add a little life to the rest of the guys. The code for the idle anims is already in place as well as much of the artwork. We were just trying to decide if we should include 2 or more different idle anim's per character to add a little more life to them.

    Hunter, try this link

    For those not familiar with TBS squad combat games think X-Com. Like chess, except your players are humans/robots with guns and their movement isn't limited to specific patterns, there will be walls/terrain you can blow-up, if one of your soldiers gets injured bad enough he may drop his weapon and run to hide or if he gets scared enough he may freak out and go into friendly fire, etc. etc. etc.

    And with gameplay like that there will be periods where the player may sit back and think out his next move, that's where the idle anims come in.

    Sort of like having 3 responses for a unit when you click on him. He might say "Yes, sir!" 50% of the time, "I'm on it, Sarge!" 45% of the time and "You want me to do what?!" 5% of the time. So the rare 5% that the trooper is disrespectful is a suprise and adds a little more depth to the game.

  10. #10
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Ohhhhh, I get it Well, if the code and stuff is already in place... Go for it!! (p.s. hurry up and finish! I wanna see it!)
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM