help finding map data

05/17/2018 11:59 ghosfromhell#1
hey guys i need some help please
i need to find the information about maps where can character step into and step not
i tried many ways but couldnt find that and my project waits only for this
any help please
05/17/2018 14:23 giacometti#2
Quote:
Originally Posted by ghosfromhell View Post
hey guys i need some help please
i need to find the information about maps where can character step into and step not
i tried many ways but couldnt find that and my project waits only for this
any help please
Every game needs to check collision for where your hero can move. It's not different for Conquer. Have you ever notice conquer message at top left screen: ""Can't stop here"? Well, that's a very nice (and direct I may say) reversing point.

You should look for a function that receives x, y input parameters. I hope it give you some direction.

Cheers
05/17/2018 17:31 Spirited#3
You could alter the dmap files as well.
[Only registered and activated users can see links. Click Here To Register...]
05/22/2018 07:40 ghosfromhell#4
thanks guys i got map data