Notes |
|
|
paths may be that long but on paths longer than 4 days original HoMM draws same "4+" cursor. I think is it few lines code to support this feature. |
|
|
|
Confirmed. The current VCMI (0.75) behavior is as follows:
- Destination within 1 day of reach: simple horse cursor - CORRECT
- Destination within 2, respectively 3 days of reach: horse cursor followed by "2", respectively "3" in subscript - CORRECT
- Destination within 4 days of reach: horse cursor followed by "4+" - CORRECT
- Destination within 5 or more days of reach: boat cursor - INCORRECT (it should continue to be horse cursor followed by "4+")
Alternatively, considering the new high resolutions, we can of course think of doubling the amount of days for which we give an exact estimation (or even remove the limit completely). But that's a low priority future enhancement. For now we need to fix this to work like in H3, before more dupe reports of the boat cursor on land are created. ;) |
|
|
|
This also affected boats (cursor showed up as three day boat movement for 5+).
Extending the numbers can be done quite easily, but there'd first need to be a way to change the now hardcoded limit and be able to specify what (external) graphics should be used for the different amount of turns. |
|
|
|
Verified as fixed in 0.81 (both land & water) |
|