Tagged Questions

The simulation of an in-game entity's motion, such as running or sitting or striking.

learn more… | top users | synonyms

38
votes
8answers
22k views

How do I get started making Android games?

I am new to game development. I am interested in developing 2D games for the Android platform. What is the best place to start with (i.e) What are the basics and how to proceed? I already have ...
17
votes
6answers
1k views

Are there any open source or free 3D modelling/animation tools that are widely used by indie game developers?

I have tried out Blender and Milkshape 3D, but my question is mainly asking if there is any 3D animation/modelling software that is open source, free, or has an indie license available that is widely ...
15
votes
7answers
2k views

How to learn 2d animation?

Where can I learn how to do simple 2d animation well? Or is it really just literally drawing every single frame of something in photoshop? Is there tips or tricks? Tutorials to help get started? ...
15
votes
6answers
2k views

What is a good tool for producing animated sprites?

Has anyone come across a software package that allows you to build animations in a similar way to how you can in Flash (i.e. using techniques such as tweens & bones & easings, etc) and then ...
13
votes
5answers
283 views

How to tie a bullet release with a firing animation

Lets say you have an animation that you want to happen when firing a bullet. How would you get the bullet to show up at the end of the animation. The only thing I can figure out is to know the time ...
13
votes
6answers
2k views

Tool for creating Spritesheet? and Tips

I am looking for a tool that I can make Sprite sheet easily, right now I am using Illustrator, but I can never get the center of the character in the exact position, so it looks like it is moving ...
13
votes
5answers
1k views

Sprite Animation Best Practices

I'd like to get a better handle on how people in the real world are handling their animation. Do you load 1 large image and then draw different rectangles based on the animation frame? Do you load X ...
11
votes
1answer
266 views

What are the pros and cons of these voxel data file formats?

.VXL .VOX .KVX .KV6 .V3A .V3B I am trying to decide whether it's worth going with any of the above, or some other, or if I should roll my own. The deciding factors in order of importance are: ...
11
votes
2answers
205 views

How to properly handle the landing part in a jump animation

Look at this sprite sheet. It is clear that frame 1-3 are the "jump up" frames after which the last frame will be fixed until the "peak" of the jump (when gravity starts pulling back). When moving ...
10
votes
1answer
122 views

Dynamic model interactions

I am just curious as to how in many games (namely games like arkham asylum/city, manhunt, hitman) do they make it so that your character can "grab" a character in front of you and do stuff to them. I ...
10
votes
2answers
255 views

Is there a tool to help quickly define animation frames from non-uniform size sprite sheets?

Many of the sprite sheets online have non-uniform sized rectangles as the animation frames and often use a portion of the image for credits, etc., this makes it hard for a game engine to correctly ...
10
votes
3answers
632 views

Ledge grab and climb in Unity3D

I just started on a new project. In this project one of the main gameplay mechanics is that you can grab a ledge on certain points in a level and hang on to it. Now my question, since I've been ...
9
votes
3answers
382 views

What are some great and useful resources for an Isometric game built on the XNA Framework?

I'm currently working on an isometric game using the Microsoft XNA Framework. I'm looking of resources that would be of use for making this a successful project, such as isometric engines, physics ...
9
votes
1answer
333 views

Moving an Object along a Curve while Rotating it

I woud like to move an object along a curve. At particular points on the curve, I wish the object to change speed and rotate itself along its axis. Imagine an airplane flying to a destination. It has ...
8
votes
2answers
964 views

Are the Minecraft animations hardcoded into the game?

I would like to know how the animation system works in minecraft. I get a feeling that all the mobs are hardcoded into the game. Did notch really sit there and create the matrices for all the ...

1 2 3 4 5 10
15 30 50 per page