Ok I deleted the old thread because it was way to long and hard to read. Ok. So I am having a confusing problem with the scorpion. I got it to have the minigun and max health of 425, and I got it to be called the Minigun Scorpion. But, I am trying to make it be able to go faster as well with no success. I tried directly entering KMaxSpeed= into the UC file, and it compiles just fine and works just fine in game...except it isn't any faster. Please assist me. Below is the cod I used.
Code:
//============================================================================= // ONSMRV. //============================================================================= class ONSMRV extends ONSRV; defaultproperties { HealthMax=425.000000 Health=300 DriverWeapons(0)=(WeaponClass=class'Onslaught.ONSTankSecondaryTurret',WeaponBone=ChainGunAttachment); VehiclePositionString="in a Minigun Scorpion" VehicleNameString="Minigun Scorpion" Begin Object Class=KarmaParamsRBFull Name=KParams0 KInertiaTensor(0)=1.000000 KInertiaTensor(3)=3.000000 KInertiaTensor(5)=3.000000 KCOMOffset=(X=-0.250000,Z=-0.400000) KLinearDamping=0.050000 KAngularDamping=0.050000 KMaxSpeed=5000.000000 KStartEnabled=True bKNonSphericalInertia=True bHighDetailOnly=False bClientOnly=False bKDoubleTickRate=True bDestroyOnWorldPenetrate=True bDoSafetime=True KFriction=0.500000 KImpactThreshold=700.000000 End Object KParams=KarmaParamsRBFull'Onslaught.ONSRV.KParams0' }
Comment