I'm been trying to remove the speed cap (at least with mouse clicking) without success.
I want that when someone click on minimap, he will be almost instantly there. On old SVN (XML) servers works that way, but in TFS there's a speed cap.
I'm using TFS 0.4
I tried to increase max_speed on player.h
But even if the player have 25000 speed there's a speed cap (there a slight delay between tiles).
Result: players level 100k have the same speed...
Removing speed cap
I want that when someone click on minimap, he will be almost instantly there. On old SVN (XML) servers works that way, but in TFS there's a speed cap.
I'm using TFS 0.4
I tried to increase max_speed on player.h
C++:
#define PLAYER_MAX_SPEED 25000
Result: players level 100k have the same speed...
Removing speed cap