Hi,
I just wanted to know wether it is possible to add seats to any kind of vehicle like e.g. the IFT-X, and how you do it.
Adding seats to vehicles [Solved]
Moderator: Moderators
- Herrmann
- Private Third Class
- Posts: 49
- Joined: Sat May 28, 2011 2:43 pm
- xbox live or psn: No gamertag set
-
Ty294
- Sergeant Major

- Posts: 247
- Joined: Thu Mar 12, 2009 10:28 pm
- Projects :: Various
- Location: Minnesota
Re: Adding seats to vehicles
Like passenger seats? Sure. Look up the Gian Speeder or Rebel Combat speeder ODFs and look at the extra seats lines they have. You can copy them and use 'em for reference.
- Herrmann
- Private Third Class
- Posts: 49
- Joined: Sat May 28, 2011 2:43 pm
- xbox live or psn: No gamertag set
Re: Adding seats to vehicles
Okay thanks, I'll try that.
So, can I simply copy and paste those lines like it ain't a thing or do I have to factor sth. when doing this?
And how do I recognize the additional seats in the Combat Speeder ODF-file?
Won't I mess anything up, like planting the passengers outside of the vehicle somewhere in the air?
So, can I simply copy and paste those lines like it ain't a thing or do I have to factor sth. when doing this?
And how do I recognize the additional seats in the Combat Speeder ODF-file?
Won't I mess anything up, like planting the passengers outside of the vehicle somewhere in the air?
-
Ty294
- Sergeant Major

- Posts: 247
- Joined: Thu Mar 12, 2009 10:28 pm
- Projects :: Various
- Location: Minnesota
Re: Adding seats to vehicles
Okay, this is an example of what you'd copy:
What you'd wanna do is simply remove the "//" from in front of all of them. Also, since the Fightertank would not have visable passengers, just remove the "//PilotPosition" and "//PilotAnimation" lines completely. Try it and see what it does...
Code: Select all
//FLYERSECTION = "TURRET2"
//EyePointOffset = "0.0 1.0 2.0"
//TrackOffset = "0.0 0.0 7.0"
//TiltValue = "15.0"
//PitchLimits = "-25.0 10.0"
//YawLimits = "-80 80"
//PCPitchRate = 20.0
//PCTurnRate = 20.0
//PilotPosition = "hp_passenger_1"
//PilotAnimation = "drive"- Herrmann
- Private Third Class
- Posts: 49
- Joined: Sat May 28, 2011 2:43 pm
- xbox live or psn: No gamertag set
Re: Adding seats to vehicles
Thanks a lot mate, now it works.
-
Ty294
- Sergeant Major

- Posts: 247
- Joined: Thu Mar 12, 2009 10:28 pm
- Projects :: Various
- Location: Minnesota
Re: Adding seats to vehicles [Solved]
No problem. You can find out a lot of neat stuff just by messing around with ODFs.
