# You can enable 3rd person mode and
# render yourself using a Quake 2 character model
# (known as a Q2MD2 character model).
# This is only intended for games with gravity.
# No Quake 2 character models are shipped with this
# game because of copyright issues.
# There are, however, many fanmade Q2MD2 models.
#
# To enable 3rd person mode, open the console
# and enter the command
# set metagame.player.camera.3rdp.enabled true
#
# In the program_startup.txt script,
# set the following three variables to see yourself
# as the Q2MD2 character model called MODEL_NAME.
#
#set metagame.player.camera.3rdp.enabled true
#set metagame.player.model.q2md2.md2 "Input/Q2MD2_Models/MODEL_NAME/MODEL_NAME.md2"
#set metagame.player.model.q2md2.tex "Input/Q2MD2_Models/MODEL_NAME/MODEL_NAME.jpg"
