Page 1 of 1

Vehicle climb

Posted: Wed Aug 26, 2009 1:39 pm
by Havoc 526
What is the code, if there is one, that configures the rate at which a vehicle will climb a hill?
I'm trying to get the AT-TE to do this:
Hidden/Spoiler:
Image
Is this even possible?


Edit: Let me rephrase that. I want the AT-TE to climb a higher grade of hill then before, but not exactly that extreme. I mean as far as being climbable by regular infantry, if not a higher grade.

Re: Vehicle climb

Posted: Wed Aug 26, 2009 1:48 pm
by Par3210
No. Only if it curved uphill a bit, but then it would never be able to scale a wall like that.

Re: Vehicle climb

Posted: Wed Aug 26, 2009 5:07 pm
by AceMastermind
Link504 wrote:What is the code, if there is one, that configures the rate at which a vehicle will climb a hill?
I think this is what you want:

Code: Select all

MaxTerrainAngle = "[angle in degrees]"
Example:

Code: Select all

MaxTerrainAngle = "30.0"

Re: Vehicle climb

Posted: Thu Aug 27, 2009 12:48 pm
by Havoc 526
Ah, good good good! Thank you! 8)

Re: Vehicle climb

Posted: Thu Aug 27, 2009 2:26 pm
by DarthD.U.C.K.
it would be interesting to know if it works
long time ago i read somewhere it will only work until a ceratin degree

Re: Vehicle climb

Posted: Thu Aug 27, 2009 5:44 pm
by 501st_commander
DarthD.U.C.K. wrote:it would be interesting to know if it works
long time ago i read somewhere it will only work until a ceratin degree
i tried it. It works, but you cant climb a hill strait forward, you have to climb it sideways.