MQ2 plugin to manipulate the game's third person camera.
Currently this provides a distance option that lets you zoom the camera further away from your character.
- /camera distance distance [save] - Set a new maximum distance. Cannot be lower than the default max camera distance.
- /camera distance reset [save] - Reset the camera distance to the default
- /camera info - show the current settings for the camera distance
If save is specified in a command, the value will be written to the INI file and automatically applied the next time the plugin is loaded.
The plugin uses pattern matching to find offsets at runtime. See MQ2Camera.cpp for more info.