Page 1 of 1
New Positions in AT-AT
Posted: Mon Dec 13, 2010 4:48 pm
by vonfrank
I am trying to add a Co-Pilot and 2 passenger positions to an AT-AT. I have successfully added the positions, but I am having trouble with the camera for each of the new seats. The Co-Pilot and passengers camera point of view is way down on the ground beneath the AT-AT. Is there some way to make the point of view up higher where the pilot's camera position is?
Also, for the co-pilot weapon the shots come out of the barrels on the side of the head (like I want them to) but the head of the AT-AT now turns according to the co-pilot's aimer and not the pilots
Any help at all would be great.
Re: New Positions in AT-AT
Posted: Mon Dec 13, 2010 6:48 pm
by icemember
try adding and modifying these
EyePointOffset = "0.0 0.0 0.0"
TrackCenter = "0.0 0.0 0.0"
TrackOffset = "0.0 0.0 0.0"
Re: New Positions in AT-AT
Posted: Tue Dec 14, 2010 12:39 am
by vonfrank
I tried that and it doesn't seem to work for the passengers, but it does work for the co-pilot.
Re: New Positions in AT-AT
Posted: Tue Dec 14, 2010 3:42 am
by icemember
In the odf, you may have too start a new section for the passengers.
Heres some examples
--------------------------------
FLYERSECTION = "TURRET1"
VehiclePosition = "common.vehiclepositions.gunner"
PilotPosition = "hp_active"
Pilot9Pose = "minigun_9pose"
EyePointOffset = "0.0 0.0 0.0"
TrackCenter = "0.0 0.0 0.0"
TrackOffset = "0.0 0.0 0.0"
FLYERSECTION = "TURRET2"
VehiclePosition = "common.vehiclepositions.gunner"
PilotPosition = "hp_active1"
Pilot9Pose = "minigun_9pose"
EyePointOffset = "0.0 0.0 0.0"
TrackCenter = "0.0 0.0 0.0"
TrackOffset = "0.0 0.0 0.0"
FLYERSECTION = "TURRET3"
VehiclePosition = "common.vehiclepositions.gunner"
PilotPosition = "hp_active2"
Pilot9Pose = "minigun_9pose"
EyePointOffset = "0.0 0.0 0.0"
TrackCenter = "0.0 0.0 0.0"
TrackOffset = "0.0 0.0 0.0"