I have added misunderstood's seamless tut. It works perfect when walking up or down, but when I try to walk left or right, no matter where I am standing, it takes about 2 minutes to move one tile.
Does anyone have any idea what could be causing this?
Lol, I wish it was as simple as that. Even Mis has no idea what it could be.
Grr.
Misunderstood
Unregistered
I never had that problem for myself :\
I didn't even notice it when I was testing some other things in your game before...
Heh, that's kind of odd. Normally when walking is affected it's in up/right, left/down pairs. Side to side though, run through the code from the second you press the left arrow button, put breakpoints at every line, and make sure variables are correct, and so on.
Where do I look for all of this?
you follow the code path from the press of each direction..
where as it is from left and right the lag happens
I would compare it to the up and down code to see
what the differances are
this would help you to find the possible problem
Okay, I did a few tests, put myself directly in the middle of the map, as long as I am moving from the middle of the map, I can walk in any direction, but if I move to the left one from the middle, I lag walking up or down, and the same with any other direction.
Anyone have any idea?
This is why you should always make backups before adding a new piece of code. That way you could always compare your new code with the old code to find problems easier, and if you can't find the problem then you could still always restore your backup and try again. I personally do not know how to fix your situation without seeing any of the code myself, so sorry if I am of no help. Maybe if I saw this tut? I tried looking for it in these forums and cannot find it, could somebody point me in the right direction? Thanks.
The seamless tut is on the old forums. I didn't have this problem at first, I don't know what caused this.
Could I get a link to the old forums? It's been a very long time since I have been to this site and do not remember things like this. If I overlooked it then I apologize. If you are not able to post it through here maybe send a PM? Thanks in advance.
You'll have to find an account from someone to access, if you can't find any then PM me and I'll let you use my account.
Misunderstood
Unregistered
thats actually the wrong forum vans

. Its in submitted tutorials.
http://ms.shannaracorp.com/backup-forum ... sp?TID=119
though still if you dont have an account it doesnt help much
I found the problem. It was my weather system, seems it was stuck in a loop of sorts, or something.