There are a couple of things that always bugged me about movement in most TBS games based on a square grid.
Firstly, that it takes as few movement points to move "the long way" diagonally across the corner as it does to move across an edge. It should take about 1.4 times as many. MoM implemented this (with a cost of 1.5) and I liked it there. It means that there is more likely to be a single optimal path to any objective, rather than several different ones, which always struck me as silly. When there are several options it is often optimal to take a path different from that which the game suggests, which is a nuisance. I noticed this during the democracy game - it made it more difficult to decide where we should send our units.
Secondly, It's annoying that movement costs are based soley on the properties of the square being moved into - which means that moving in one direction can be much more expensive than moving along the same path in reverse. It seems to me that it would be better to average the costs of the squares on which th move begins and ends, so for example moving from grassland to mountains or mountains to grassland would cost 2, rather than 3 and 1 respectively (IIRC). I'm not sure what gameplay impact this would have - the only thing that springs to mind is that it becomes less beneficial to sit fortified on a mountain.
Since CTP2 stores movement in hundredths of movment points, there should be no trouble with rounding, etc., with implementing these things.
Thoughts?
Firstly, that it takes as few movement points to move "the long way" diagonally across the corner as it does to move across an edge. It should take about 1.4 times as many. MoM implemented this (with a cost of 1.5) and I liked it there. It means that there is more likely to be a single optimal path to any objective, rather than several different ones, which always struck me as silly. When there are several options it is often optimal to take a path different from that which the game suggests, which is a nuisance. I noticed this during the democracy game - it made it more difficult to decide where we should send our units.
Secondly, It's annoying that movement costs are based soley on the properties of the square being moved into - which means that moving in one direction can be much more expensive than moving along the same path in reverse. It seems to me that it would be better to average the costs of the squares on which th move begins and ends, so for example moving from grassland to mountains or mountains to grassland would cost 2, rather than 3 and 1 respectively (IIRC). I'm not sure what gameplay impact this would have - the only thing that springs to mind is that it becomes less beneficial to sit fortified on a mountain.
Since CTP2 stores movement in hundredths of movment points, there should be no trouble with rounding, etc., with implementing these things.
Thoughts?
Comment