Tagged Questions
1
vote
0answers
126 views
UDK: Animating characters with weapons
I imported a custom character and a pistol model to UDK and both work, but the pistol doesn't appear with the animation of the pistol when I shoot or reload... Also, the character doesn't change its ...
1
vote
2answers
215 views
Make a 2D character stop moving and going back when encounter an obstacle
I am using a 2d character who is sliding infinite ( huge incrementation of the X or Y value ) when moving.
He can only move up, down, left, right inside a virtual grid, made of multiple squares.
Now ...
1
vote
3answers
279 views
Moving a 2D character on a straight line
I am trying to create an Android Game and I am facing my first big problem.
After reading blogs, tutos ... I am able to easily move a character with a drag and drop, make it move move to a touched ...
-3
votes
1answer
216 views
Character jump animation is not working when I hit the space bar [closed]
I am having an issue with my game in XNA. My jump sprite sheet for my character does not trigger when I hit the space bar. I can't seem to find the problem. I have also include the code below to make ...
2
votes
1answer
337 views
animate a drawn 2D image to move
I am trying to make a game where the person can create their own character, but instead of using a character builder, i want the person to be able to draw their character. how do i code that in c# so ...
2
votes
1answer
247 views
C# - separate sprite for 2d character and arms
I'm making a 2D action platformer in C# (not using XNA).
So far I have the character drawn on the screen, animating and moving. The sprite sheets provided by the artist have the character and arms in ...
1
vote
1answer
145 views
Need to make animation whereby the character shatters into a bunch of pieces
I would like to take a 3d character model, cut out a bunch of shapes (or a bunch of triangles in the shape of the pieces I want) and then have the pieces separate from each other at the beginning of ...
2
votes
1answer
548 views
Character and Weapon animation interaction
If I have two models, for example: some character, and a bow, how do I work with them together in 3DS Max to animate them both (for example, when the character shoots an arrow with his bow, the ...
2
votes
3answers
750 views
How to animate a character from a sprite sheet?
I'm making an online game, and I had been using a blank square as the character until recently. Now I want to add a real, animated character.
I downloaded a free sprite sheet which has 12 (3x4) ...
6
votes
3answers
1k views
Character Animation Architecture
Can anyone explain the general architecture typically used for 3D character animation?
Are movements like walking and falling scripted against the skelton, and simply executed on input? If so, is ...