Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some new Aspects for my game
#1
it would have been real nice that my game would have had some phisychs, and not the old Button Mashing, so here is the explenation:

a bit like Legacy of Goku 2
1. Every time the player attacks the Monster/Player he attacked moves a Tile backwards (Withought changing the sprite)
2. damage will be shown on top of the monster's head
2. Monsters move and attack Faster and longer, and if you attacked them they wont stop moving after you

i would be glad if someone could help me with this thing, i dont exactly have the best VB6 knowledge (though i do know a little).
Reply
#2
You get warped 1 tile backwards each hit you do?
Reply
#3
William Wrote:You get warped 1 tile backwards each hit you do?

no, the monster gets warped 1 tile backwards each hit. though it would be nice if it was smooth.

that includes when you get hit yourself.
Reply
#4
Just look at the code which sets the NPC's walking clientside.

Edit it slightly so it doesn't change frame or direction.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#5
That pretty much only works for zelda a link to the past cause they use pixel movement, with square movement it will look and feel messed up however you do it.
Reply
#6
Just add pixel by pixel movement in then.

It's easier than it looks. Only took me a couple of hours in my latest project.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#7
Pixel movement is actually not that hard, the thing I would have problem with is probably the sprite animations.
Reply
#8
You could make an animation with the x and y offset making it recoil a little and return, but the monster wont change tiles; closest thing i can think of.
Reply
#9
well... can someone redirect me on where to learn those things?
Reply
#10
http://web.miragesource.com/forums/viewt...=59&t=3476

Download that. Look through the code.

Add a few tutorials and then start coding things for yourself.

After a few months you might understand how to do it.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)