Hell Tr00ps
15 years ago
Hello, im not completly new to modding, but im stil a noobxD,

so my question is:
i want to make the paladin barrel go up like the barrel of the inferno cannon.
is that possible?, and if it is, can you explain it to me
thanks in advance

hell tr00ps
Sponsor
CommieDog
15 years ago
Add FirePitch = 45 to the Turret code block of the Paladin's AIUpdateInterface.
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
Hell Tr00ps
15 years ago
this is what i copied to that code block that you said:
TurretPitchRate = 100
AllowsPitch = Yes
FirePitch = 45

and it works, but with a small problem:
the barrel is stil in its horisontal position
so the shell is comming out of nowhere, as if the barrel was up,
any advise?
Hell Tr00ps
15 years ago
I read somewhere i have to mod the model of the tank and give the barel the name "TurretEL"
i never modded a model of a tank, so i dont know anything about that, how do i do that?
CommieDog
15 years ago
It may be a lot easier to add TurretPitch = TurretEL to each ConditionState block in the Paladin's draw module.
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
Hell Tr00ps
15 years ago
No, did that, but i dont think the paladin has a "TurretEL" because its is never used in the gamefiles...
CommieDog
15 years ago
My mistake. Try TurretPitch = Barrel.
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
Hell Tr00ps
15 years ago
nope, still dont work... damnit