There were some questions about the cameras in the game, so here come some information:
First of all the nearest cam to the current player is searched. This is done in background all the time.
This cam can have different modi:
- fixed position: the cam position is fixed and follows the player by panning
- side-scrolling: this cam moves with the player like in the original MM
- mixed-mode: combines both versions ... the cam moves with the player in a defined range and then keeps its position at the reached edge and follows the player by panning
For all cams a tilt limit can be set.
If a nearer cam is found the view switches to the new cam.
Regards,
Pegamode.