change free camera default turn position?

For all the help you need with Armagetron!
Post Reply
User avatar
sinewav
Graphic Artist
Posts: 6497
Joined: Wed Jan 23, 2008 3:37 am
Contact:

change free camera default turn position?

Post by sinewav »

I have these settings which allow a nice overview of the grid, great for watching Fortress matches. However, the free cam's initial rotation is away from the action and I must rotate it every round. Is there a way to lock it in place?

Code: Select all

CAMERA_FREE_START_X    0 
CAMERA_FREE_START_Y   150
CAMERA_FREE_START_Z   250
# wanted: CAMERA_FREE_ROTATE_ANGLE 90 :)
# ...and height, and pitch too, haha.
Also, would it be possible to have settings like CAMERA_FREE_X, etc., so the changes are immediate? It would be cool to have a few camera angles to choose from, especially if we start broadcasting again.
Attachments
freeCam.png
Last edited by sinewav on Sun Nov 06, 2011 6:47 pm, edited 1 time in total.
User avatar
AI-team
Shutout Match Winner
Posts: 1020
Joined: Tue Jun 23, 2009 6:17 pm
Location: Germany/Munich
Contact:

Re: change free camera default turn position?

Post by AI-team »

nice cam sine, I hope this gets implemented
  
 
"95% of people believe in every quote you post on the internet" ~ Abraham Lincoln
 
 
syllabear
Shutout Match Winner
Posts: 1030
Joined: Fri Oct 13, 2006 1:37 pm
Location: UK/HK

Re: change free camera default turn position?

Post by syllabear »

I think a split screen with a closer view from behind each zone would be better personally, but yeah thats nice (and looks a bit like the common FIFA games camera angle too)
The Halley's comet of Armagetron.
ps I'm not tokoyami
User avatar
Z-Man
God & Project Admin
Posts: 11736
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: change free camera default turn position?

Post by Z-Man »

sinewav wrote:I have these settings which allow a nice overview of the grid, great for watching Fortress matches. However, the free cam's initial rotation is away from the action and I must rotate it every round. Is there a way to lock it in place?

Code: Select all

CAMERA_FREE_START_X    0 
CAMERA_FREE_START_Y   150
CAMERA_FREE_START_Z   250
# wanted: CAMERA_FREE_ROTATE_ANGLE 90 :)
# ...and height, and pitch too, haha.
That may be possible.
sinewav wrote:Also, would it be possible to have settings like CAMERA_FREE_X, etc., so the changes are immediate? It would be cool to have a few camera angles to choose from, especially if we start broadcasting again.
That not. The start position is relative to the cycle you're currently 'watching' (technically, even the free camera does that), any changes to those variables would need to do that, too. However, it MAY be possible to do what sylla suggests using cockpit files, and it MAY be possible to add new commands that change the camera setup no matter what mode it's in.
User avatar
Z-Man
God & Project Admin
Posts: 11736
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: change free camera default turn position?

Post by Z-Man »

Implemented. The startup settings may not be all that useful, given that they still take the initially watched cycle into account, but you'll probably like SAVE_CAMERAS and WARP_CAMERA. Apart from the fact that you need to copy the output of SAVE_CAMERAS from the screen.
Post Reply