Hidden/Spoiler:
Need help changing camera position [Solved]
Moderator: Moderators
- asleeponduty
- Private First Class
- Posts: 77
- Joined: Tue Jul 22, 2008 3:05 pm
- xbox live or psn: No gamertag set
- Location: Illinois
Need help changing camera position [Solved]
I'm working on a map that involves the usage of a remote version of the autoturret which you can pilot. Unfortunately, when you get in the turret via a turretchair, you can see outside through the roof of the room while in the turret
as you can see, you can see straight through the ceiling. I would very much like to move the camera below the autoturret so you can see the turret as well, but I dont know how to do this. Could someone explain?
Last edited by asleeponduty on Sat Oct 23, 2010 11:10 pm, edited 1 time in total.
-
stardestroyer001
- Sergeant Major

- Posts: 239
- Joined: Fri Apr 16, 2010 7:02 pm
- Projects :: Space Coruscant [before it corrupted]
- xbox live or psn: StarDestroyer75
- Location: Canada
- Contact:
Re: Need help changing camera position
I don't really understand the problem (the autoturret's on the floor or the ceiling?), but I guess a helpful suggestion is to look in the turret's ODF file and find CAMERASECTION. Camera info should be there.
- asleeponduty
- Private First Class
- Posts: 77
- Joined: Tue Jul 22, 2008 3:05 pm
- xbox live or psn: No gamertag set
- Location: Illinois
Re: Need help changing camera position
What I'm trying to say is the remotely piloted autoturret is on the ceiling (obviously) and when driving it you can see above the ceiling, and consequently outside the ship.stardestroyer001 wrote:I don't really understand the problem (the autoturret's on the floor or the ceiling?), but I guess a helpful suggestion is to look in the turret's ODF file and find CAMERASECTION. Camera info should be there.
Is there a way to force first person for the turret? I'm doubting that any third person camera repositioning would work anyway (i've tried)
In other words, Ive played with CAMERASECTION a lot, and first person is the only mode that you cant see above the ceiling in.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Need help changing camera position
put this line in your odf, it should force the 1stpersonview (forceode 1 is 3rdperson)
Code: Select all
ForceMode = "2"- asleeponduty
- Private First Class
- Posts: 77
- Joined: Tue Jul 22, 2008 3:05 pm
- xbox live or psn: No gamertag set
- Location: Illinois
Re: Need help changing camera position
Thanks, problem solvedDarthD.U.C.K. wrote:put this line in your odf, it should force the 1stpersonview (forceode 1 is 3rdperson)Code: Select all
ForceMode = "2"

