New Positions in AT-AT

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
vonfrank
Private
Posts: 31
Joined: Sun Dec 13, 2009 12:07 am

New Positions in AT-AT

Post 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.
icemember
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 318
Joined: Thu Jun 11, 2009 3:02 am
Projects :: Designated Days Chapter 1
Games I'm Playing :: SWBF2 Mortal Komabt
xbox live or psn: icemember x
Location: 6 planet of the Hoth system

Re: New Positions in AT-AT

Post 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"
vonfrank
Private
Posts: 31
Joined: Sun Dec 13, 2009 12:07 am

Re: New Positions in AT-AT

Post by vonfrank »

I tried that and it doesn't seem to work for the passengers, but it does work for the co-pilot.
icemember
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 318
Joined: Thu Jun 11, 2009 3:02 am
Projects :: Designated Days Chapter 1
Games I'm Playing :: SWBF2 Mortal Komabt
xbox live or psn: icemember x
Location: 6 planet of the Hoth system

Re: New Positions in AT-AT

Post 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"
Post Reply