Tagged Questions
0
votes
2answers
199 views
How to create character avatars without lots of artwork?
I am writing a mafia RPG game where it is required to hire "goons" to be part of your family, I have about 10 "goon" avatars/artwork (+ retina) already and am hitting a problem.
The problem is that ...
2
votes
1answer
436 views
2D RPG - Character sprite size bigger than tile size
Ok so I'm trying to make a nice little RPG game in Java & Slick2D engine, the tiles are 16x16, so the collision array is also 16x16, how ever my character sprite is 16x20
What would be the best ...
3
votes
0answers
233 views
How to prevent the main character to push other characters with Bullet Physics?
I am doing a 3D RPG game, and I want the player to be unable to push the other characters in the game like if they were inside the static geometry of the level, but I want the other characters to push ...
3
votes
6answers
369 views
What NPC gets attacked first when attacking an NPC party in an RPG?
Let's say I am in a battle with four trolls, and I have the highest initiative, so I attack first. Should I randomly choose a troll to attack? Proximity to each troll does not matter (it is not a ...