Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Free Camera in JA?

Page: 1 of 1
 Sirrvs
03-29-2004, 2:56 AM
#1
I remember someone at a forum a long time ago before JK3 who posted his script for making a sort of free camera. One key used the setviewpos x y z command to 'drop' the camera wherever the player is and then another key was bound to return the camera to normal. I can't seem to find that post though since it's like a year old. Do any of you have an idea of how to code for that?
 TK-8252
03-29-2004, 3:13 AM
#2
Try cg_thirdpersoncameradamp 0.

Then to go back to normal, cg_thirdpersoncameradamp 0.3.

Hope this helps.
 Samuel Dravis
03-29-2004, 3:38 AM
#3
cg_thirdpersonmaxrange 1000
cg_thirdpersonrange 1000

Try those out. Just type them in without a number to find out the defaults.
 Sirrvs
03-29-2004, 4:40 AM
#4
That was it. Thanks guys. :band:
Page: 1 of 1