Lots of new settings for the camera hacks. You can set the x/y camera movements to the arrow keys on the keyboard to move the camera around. It works pretty well. I've included their virtual key codes. Korean version is coming soon.
max zoom=0
# If greater than 0, your max zoom will be set to this value.
field of view=0
# If greater than 0, your field of view will be set to this value.
this virtual key code moves camera left=0
# This setting should be set to the virtual key code of the key you want to swing the camera left along the x axis. 37 is the left arrow key.
this virtual key code moves camera right=0
# This setting should be set to the virtual key code of the key you want to swing the camera right along the x axis. 39 is the right arrow key.
this virtual key code moves camera up=0
# This setting should be set to the virtual key code of the key you want to swing the camera up along the y axis. 38 is the up arrow key.
this virtual key code moves camera down=0
# This setting should be set to the virtual key code of the key you want to swing the camera down along the y axis. 40 is the down arrow key.
this virtual key code zooms camera in=0
# This setting should be set to the virtual key code of the key you want to zoom the camera in.
this virtual key code zooms camera out=0
# This setting should be set to the virtual key code of the key you want to zoom the camera out.
this virtual key code resets camera=0
# This setting should be set to the virtual key code of the key you want to disable all camera adjustments. Note that typing -d in the console window also works.
how far to move camera per tick=0.5
# How far to move the camera for any of the camera keybinds. (Higher number = camera moves faster.)