Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTVehicle_SPMA


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153
00154
00155
00156
00157
00158
00159
00160
00161
00162
00163
00164
00165
00166
00167
00168
00169
00170
00171
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
00214
00215
00216
00217
00218
00219
00220
00221
00222
00223
00224
00225
00226
00227
00228
00229
00230
00231
00232
00233
00234
00235
00236
00237
00238
00239
00240
00241
00242
00243
00244
00245
00246
00247
00248
00249
00250
00251
00252
00253
00254
00255
00256
00257
00258
00259
00260
00261
00262
00263
00264
00265
00266
00267
00268
00269
00270
00271
00272
00273
00274
00275
00276
00277
00278
00279
00280
00281
00282
00283
00284
00285
00286
00287
00288
00289
00290
00291
00292
00293
00294
00295
00296
00297
00298
00299
00300
00301
00302
00303
00304
00305
00306
00307
00308
00309
00310
00311
00312
00313
00314
00315
00316
00317
00318
00319
00320
00321
00322
00323
00324
00325
00326
00327
00328
00329
00330
00331
00332
00333
00334
00335
00336
00337
00338
00339
00340
00341
00342
00343
00344
00345
00346
00347
00348
00349
00350
00351
00352
00353
00354
00355
00356
00357
00358
00359
00360
00361
00362
00363
00364
00365
00366
00367
00368
00369
00370
00371
00372
00373
00374
00375
00376
00377
00378
00379
00380
00381
00382
00383
00384
00385
00386
00387
00388
00389
00390
00391
00392
00393
00394
00395
00396
00397
00398
00399
00400
00401
00402
00403
00404
00405
00406
00407
00408
00409
00410
00411
00412
00413
00414
00415
00416
00417
00418
00419
00420
00421
00422
00423
00424
00425
00426
00427
00428
00429
00430
00431
00432
00433
00434
00435
00436
00437
00438
00439
00440
00441
00442
00443
00444
00445
00446
00447
00448
00449
00450
00451
00452
00453
00454
00455
00456
00457
00458
00459
00460
00461
00462
00463
00464
00465
00466
00467
00468
00469
00470
00471
00472
00473
00474
00475
00476
00477
00478
00479
00480
00481
00482
00483
00484
00485
00486
00487
00488
00489
00490
00491
00492
00493
00494
00495
00496
00497
00498
00499
00500
00501
00502
00503
00504
00505
00506
00507
00508
00509
00510
00511
00512
00513
00514
00515
00516
00517
00518
00519
00520
00521
00522
00523
00524
00525
00526
00527
00528
00529
00530
00531
00532
00533
00534
00535
00536
00537
00538
00539
00540
00541
00542
00543
00544
00545
00546
00547
00548
00549
00550
00551
00552
00553
00554
00555
00556
00557
00558
00559
00560
00561
00562
00563
00564
00565
00566
00567
00568
00569
00570
00571
00572
00573
00574
00575
00576
00577
00578
00579
00580
00581
00582
00583
00584
00585
00586
00587
00588
00589
00590
00591
00592
/**
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 */

class UTVehicle_SPMA extends UTVehicle_Deployable
	native(Vehicle)
	abstract;

/** Treads */
var protected private transient	MaterialInstanceConstant TreadMaterialInstance;
/** material parameter controlling tread panner speed */
var name TreadSpeedParameterName;

/** These values are used in positioning the weapons */
var repnotify	rotator	GunnerWeaponRotation;
var	repnotify	vector	GunnerFlashLocation;
var	repnotify	byte	GunnerFlashCount;
var repnotify	byte	GunnerFiringMode;

/** Helpers for quick access to the constraint system */
var UTSkelControl_TurretConstrained GunnerConstraint;

var name LeftBigWheel, LeftSmallWheels[3];
var name RightBigWheel, RightSmallWheels[3];

/** Used to calculate small wheel rotation speed based on track speed. */
var float SmallWheelSpinFactor;

/** Used to pan the texture on the treads */
var float TreadPan;

var(DC) float DeployedCameraScale;
var(DC) vector DeployedCameraOffset;
var bool bTransitionCameraScale;

/** Controls */
var SkelControlSingleBone RightLegAdjustControl, LeftLegAdjustControl;
var SkelControlSingleBone RightFootControl, LeftFootControl;

var() float IdealLegDist;

var() float LegAdjustScaling;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

replication
{
	if (bNetDirty)
		GunnerFlashLocation;
	if (!IsSeatControllerReplicationViewer(1) || bDemoRecording)
		GunnerFlashCount, GunnerFiringMode, GunnerWeaponRotation;
}

native simulated function vector GetTargetLocation(optional Actor RequestedBy, optional bool bRequestAlternateLoc);

simulated function PostInitAnimTree(SkeletalMeshComponent SkelComp)
{
	Super.PostInitAnimTree(SkelComp);

	if(SkelComp == Mesh)
	{
		RightLegAdjustControl = SkelControlSingleBone( mesh.FindSkelControl('RightLegAdjust') );
		LeftLegAdjustControl = SkelControlSingleBone( mesh.FindSkelControl('LeftLegAdjust') );
		RightFootControl = SkelControlSingleBone( mesh.FindSkelControl('RightFoot') );
		LeftFootControl = SkelControlSingleBone( mesh.FindSkelControl('LeftFoot') );
	}
}

simulated function SwitchWeapon(byte NewGroup)
{
	if ( (DeployedState == EDS_Deployed) || (DeployedState == EDS_Deploying) )
	{
		ServerChangeSeat(NewGroup-1);
	}
}

/**
request change to adjacent vehicle seat
*/
simulated function AdjacentSeat(int Direction, Controller C)
{
	if ( (DeployedState == EDS_Deployed) || (DeployedState == EDS_Deploying) )
	{
		ServerAdjacentSeat(Direction, C);
	}
}

function bool IsDriverSeat(Vehicle TestSeatPawn)
{
	// driver gets seat 1 when deployed
	return (Seats[0].SeatPawn == TestSeatPawn || Seats[1].SeatPawn == TestSeatPawn);
}

function bool OpenPositionFor(Pawn P)
{
	// ignore extra seat because driver controls it as well
	return !Occupied();
}

/**
 * CanEnterVehicle()
 * SPMAs only let one player in even though they have two seats
 * @return true if Pawn P is allowed to enter this vehicle
 */
simulated function bool CanEnterVehicle(Pawn P)
{
	local int i;
	local bool bIsHuman;
	local PlayerReplicationInfo SeatPRI;

	if ( !super.CanEnterVehicle(P) )
	{
		return false;
	}

	// check for available seat, and no enemies in vehicle
	// allow humans to enter if full but with bots (TryToDrive() will kick one out if possible)
	bIsHuman = P.IsHumanControlled();
	for (i=0;i<Seats.Length;i++)
	{
		SeatPRI = GetSeatPRI(i);
		if ( (SeatPRI != None) && (!bIsHuman || !SeatPRI.bBot) )
		{
			return false;
		}
	}
	return true;
}

function bool AnySeatAvailable()
{
	local int i;
	local bool bSeatAvailable;

	for (i = 0; i < Seats.length; i++)
	{
		if (Seats[i].SeatPawn != None)
		{
			if (Seats[i].SeatPawn.Controller == None)
			{
				bSeatAvailable = true;
			}
			else
			{
				return false;
			}
		}
	}

	return bSeatAvailable;
}

/** If deployed, enter into main gun seat */
function bool DriverEnter(Pawn P)
{
	if ( (DeployedState == EDS_Deployed) || (DeployedState == EDS_Deploying) )
	{
		if ( (Driver == None) && (Seats[1].SeatPawn.Controller == None) )
		{
			if ( Team != P.GetTeamNum() )
			{
				//add stat tracking event/variable here?
				if ( Team != 255 && PlayerController(P.Controller) != None )
				{
					PlayerController(P.Controller).ReceiveLocalizedMessage( class'UTVehicleMessage', StolenAnnouncementIndex);
					UTPlayerReplicationInfo(P.PlayerReplicationInfo).IncrementEventStat('EVENT_HIJACKED');
					if( StolenSound != None )
						PlaySound(StolenSound);
				}
				if ( P.GetTeamNum() != 255 )
					SetTeamNum( P.GetTeamNum() );
			}
		}
		return PassengerEnter(P, 1);
	}
	return Super.DriverEnter(P);
}

simulated function DeployedStateChanged()
{
	super.DeployedStateChanged();

	switch (DeployedState)
	{
	case EDS_Deploying:
		if ( IsLocallyControlled() )
		{
			ServerChangeSeat(1);
		}
		break;

	case EDS_UnDeploying:
		if ( Seats[1].SeatPawn.IsLocallyControlled() )
		{
			UTVehicleBase(Seats[1].SeatPawn).ServerChangeSeat(0);
		}
		break;
	}
}

simulated function SetVehicleDeployed()
{
	local vector TraceStart, TraceEnd, HitLocation, HitNormal, LocalY;
	local float GroundDist, Error, FootAdjust;
	local Actor HitActor;

	Super.SetVehicleDeployed();

	// Left leg
	TraceStart = Mesh.GetBoneLocation('LtFrontLegUp', 0) + (vect(0,-35,0) >> Rotation);
	TraceEnd = TraceStart + ((150.0 * vect(0,-0.7,-1)) >> Rotation);
	//DrawDebugLine(TraceStart, TraceEnd, 255, 0, 0, TRUE);
	HitActor = Trace(HitLocation, HitNormal, TraceEnd, TraceStart, TRUE);

	// Make unit vector for y axis in local space
	LocalY = (vect(0,1,0) >> Rotation);

	if(HitActor != None)
	{
		GroundDist = VSize(TraceStart - HitLocation);
		Error = (IdealLegDist - GroundDist);
		// Look at how much the hit normal leans along Y, and use that to tilt foot
		FootAdjust = ASin(HitNormal Dot LocalY) * 10430.2;
		//`log("L ERROR:"@Error@"FOOT"@FootAdjust);

		LeftLegAdjustControl.BoneRotation.Roll = Error * LegAdjustScaling;
		LeftLegAdjustControl.SetSkelControlActive(TRUE);
		LeftFootControl.BoneRotation.Roll = FootAdjust;
		LeftFootControl.SetSkelControlActive(TRUE);
	}

	// Right leg
	TraceStart = Mesh.GetBoneLocation('RtFrontLegUp', 0) + (vect(0,35,0) >> Rotation);
	TraceEnd = TraceStart + ((150.0 * vect(0,0.7,-1)) >> Rotation);
	//DrawDebugLine(TraceStart, TraceEnd, 255, 0, 0, TRUE);
	HitActor = Trace(HitLocation, HitNormal, TraceEnd, TraceStart, TRUE);

	if(HitActor != None)
	{
		GroundDist = VSize(TraceStart - HitLocation);
		Error = (IdealLegDist - GroundDist);
		FootAdjust = ASin(HitNormal Dot LocalY) * 10430.2;
		//`log("R ERROR:"@Error@"FOOT"@FootAdjust);

		RightLegAdjustControl.BoneRotation.Roll = -1.0 * Error * LegAdjustScaling;
		RightLegAdjustControl.SetSkelControlActive(TRUE);
		RightFootControl.BoneRotation.Roll = FootAdjust;
		RightFootControl.SetSkelControlActive(TRUE);
	}
}

simulated function SetVehicleUndeploying()
{
	Super.SetVehicleUndeploying();

	// Turn off leg adjustment controls
	LeftLegAdjustControl.SetSkelControlActive(FALSE);
	RightLegAdjustControl.SetSkelControlActive(FALSE);
	LeftFootControl.SetSkelControlActive(FALSE);
	RightFootControl.SetSkelControlActive(FALSE);
}

/**
 * Setup the helpers
 */
simulated function PostBeginPlay()
{
	local MaterialInterface TreadMaterial;

	Super.PostBeginPlay();

	if ( bDeleteMe )
		return;

	if (WorldInfo.NetMode != NM_DedicatedServer && Mesh != None)
	{
		// set up material instance (for overlay effects)
		TreadMaterial = Mesh.GetMaterial(1);
		if ( TreadMaterial != None )
		{
			TreadMaterialInstance = new(Outer) class'MaterialInstanceConstant';
			Mesh.SetMaterial(1, TreadMaterialInstance);
			TreadMaterialInstance.SetParent(TreadMaterial);
		}
	}
}

simulated function VehicleCalcCamera(float DeltaTime, int SeatIndex, out vector out_CamLoc, out rotator out_CamRot, out vector CamStart, optional bool bPivotOnly)
{
	local float RealSeatCameraScale;
	local float TimeSinceTransition;

	RealSeatCameraScale = SeatCameraScale;
	if ( DeployedState == EDS_Deployed || DeployedState == EDS_Deploying )
	{
		bTransitionCameraScale = true;
		TimeSinceTransition = WorldInfo.TimeSeconds - LastDeployStartTime;
		if ( TimeSinceTransition < DeployTime )
		{
			SeatCameraScale = (DeployedCameraScale*TimeSinceTransition + SeatCameraScale*(DeployTime-TimeSinceTransition))/DeployTime;
			Seats[1].CameraBaseOffset = DeployedCameraOffset * TimeSinceTransition/DeployTime;
		}
		else
		{
			Seats[1].CameraBaseOffset = DeployedCameraOffset;
			SeatCameraScale = DeployedCameraScale;
		}
	}
	else if ( bTransitionCameraScale )
	{
		TimeSinceTransition = WorldInfo.TimeSeconds- LastDeployStartTime;
		if ( TimeSinceTransition < UnDeployTime )
		{
			SeatCameraScale = (SeatCameraScale*TimeSinceTransition + DeployedCameraScale*(UnDeployTime-TimeSinceTransition))/UnDeployTime;
			Seats[1].CameraBaseOffset = DeployedCameraOffset * (UnDeployTime - TimeSinceTransition)/UnDeployTime;
		}
		else
		{
			bTransitionCameraScale = false;
		}
	}
	super.VehicleCalcCamera(DeltaTime, SeatIndex, out_CamLoc, out_CamRot, CamStart, bPivotOnly);
	SeatCameraScale = RealSeatCameraScale;
	Seats[1].CameraBaseOffset = vect(0,0,0);
}

native function Actor GetAlternateLockTarget();

//=================================
// AI Interface

function bool ImportantVehicle()
{
	return true;
}

function bool RecommendLongRangedAttack()
{
	return true;
}

function DriverLeft()
{
	local UTVWeap_SPMACannon Gun;

	Super.DriverLeft();

	Gun = UTVWeap_SPMACannon(Seats[1].Gun);
	if (Gun != None && Gun.RemoteCamera != None )
	{
		Gun.RemoteCamera.Disconnect();
	}
}


function bool CanDeployedAttack(Actor Other)
{
	local UTVWeap_SPMACannon Gun;
	
	Gun = UTVWeap_SPMACannon(Seats[1].Gun);
	if ( Gun != None )
	{
		return Gun.CanAttack(Other);
	}
	else
	{
		return CanAttack(Other);
	}
}

function bool CanAttack(Actor Other)
{
	local Pawn P;

	// if far away or objective, check if can hit with deployed artillery
	if ( DeployedState == EDS_Undeployed && (Controller.PlayerReplicationInfo.Team == None || Controller.PlayerReplicationInfo.Team.Size > 1) &&
		VSize(Other.Location - Location) > 1000.0 && (VSize(Velocity) > MaxDeploySpeed || CanDeploy()) && (Other.IsA('Pawn') || Other.IsA('UTGameObjective')) )
	{
		P = Pawn(Other);
		if ( (P == None || P.bStationary || (!P.bCanFly && VSize(Other.Location - Location) > 5000.0)) &&
			Seats[1].Gun.CanAttack(Other) )
		{
			SetTimer(0.01, false, 'ServerToggleDeploy');
			return true;
		}
	}

	return Super.CanAttack(Other);
}

function bool BotFire(bool bFinished)
{
	// don't let bot fire if we already decided to deploy, so it doesn't fail because of that
	return (IsTimerActive('ServerToggleDeploy') ? false : Super.BotFire(bFinished));
}

function bool IsArtillery()
{
	return true;
}

function PassengerLeave(int SeatIndex)
{
	local UTVWeap_SPMACannon Gun;

	Super.PassengerLeave(SeatIndex);

	Gun = UTVWeap_SPMACannon(Seats[1].Gun);

	if ( Gun != none && Gun.RemoteCamera != none )
	{
		Gun.RemoteCamera.Disconnect();
	}
}

simulated state UnDeploying
{
	simulated function BeginState(name PreviousStateName)
	{
		local UTVWeap_SPMACannon Gun;

		Super.BeginState(PreviousStateName);

		Gun = UTVWeap_SPMACannon(Seats[1].Gun);
		if (Gun != none && Gun.RemoteCamera != none)
		{
			Gun.RemoteCamera.Disconnect();
		}
	}
}

/**
 *	Because WeaponRotation is used to drive seat 1 - it will be replicated when you are in the big turret because bNetOwner is FALSE.
 *	We don't want it replicated though, so we discard it when we receive it.
 */
simulated event ReplicatedEvent(name VarName)
{
	if ( VarName == 'WeaponRotation' && Seats[1].SeatPawn != None && Seats[1].SeatPawn.Controller != None )
	{
		return;
	}
	else
	{
		Super.ReplicatedEvent(VarName);
	}
}

simulated function bool ShouldClamp()
{
	return false;
}

defaultproperties
{
   LeftBigWheel="LfFrontTire"
   LeftSmallWheels(0)="Lt_Tread_Wheels_1_4"
   LeftSmallWheels(1)="Lt_Tread_Wheel2"
   LeftSmallWheels(2)="Lt_Tread_Wheel3"
   RightBigWheel="RtFrontTire"
   RightSmallWheels(0)="Rt_Tread_Wheels_1_4"
   RightSmallWheels(1)="Rt_Tread_Wheel2"
   RightSmallWheels(2)="Rt_Tread_Wheel3"
   SmallWheelSpinFactor=800.000000
   DeployedCameraScale=2.500000
   DeployedCameraOffset=(X=0.000000,Y=0.000000,Z=100.000000)
   IdealLegDist=88.000000
   LegAdjustScaling=100.000000
   DeployIconOffset=0.920000
   bStickDeflectionThrottle=True
   bLookSteerOnNormalControls=True
   bLookSteerOnSimpleControls=True
   bAcceptTurretJump=True
   AIPurpose=AIP_Any
   Begin Object Class=DynamicLightEnvironmentComponent Name=MyLightEnvironment ObjName=MyLightEnvironment Archetype=DynamicLightEnvironmentComponent'UTGame.Default__UTVehicle_Deployable:MyLightEnvironment'
      ObjectArchetype=DynamicLightEnvironmentComponent'UTGame.Default__UTVehicle_Deployable:MyLightEnvironment'
   End Object
   LightEnvironment=MyLightEnvironment
   RespawnTime=45.000000
   MaxDesireability=0.600000
   HornIndex=1
   VehicleIndex=11
   VehiclePositionString="in a Hellfire SPMA"
   VehicleNameString="Hellfire SPMA"
   NeedToPickUpAnnouncement=(AnnouncementText="Man the Hellfire SPMA!")
   HUDExtent=140.000000
   ChargeBarPosY=7.000000
   Begin Object Class=UTVehicleSimCar Name=SimObject ObjName=SimObject Archetype=UTVehicleSimCar'UTGame.Default__UTVehicleSimCar'
      TorqueVSpeedCurve=(Points=((InVal=-300.000000),(OutVal=120.000000),(InVal=700.000000)))
      EngineRPMCurve=(Points=((InVal=-500.000000,OutVal=2500.000000),(OutVal=500.000000),(InVal=599.000000,OutVal=5000.000000),(InVal=600.000000,OutVal=3000.000000),(InVal=949.000000,OutVal=5000.000000),(InVal=950.000000,OutVal=3000.000000),(InVal=1100.000000,OutVal=5000.000000)))
      HardTurnMotorTorque=1.000000
      ChassisTorqueScale=0.100000
      MaxSteerAngleCurve=(Points=((OutVal=20.000000),(InVal=700.000000,OutVal=15.000000)))
      SteerSpeed=40.000000
      EngineBrakeFactor=0.100000
      MaxBrakeTorque=15.000000
      StopThreshold=500.000000
      WheelSuspensionStiffness=300.000000
      WheelSuspensionDamping=7.000000
      WheelInertia=0.900000
      Name="SimObject"
      ObjectArchetype=UTVehicleSimCar'UTGame.Default__UTVehicleSimCar'
   End Object
   SimObj=SimObject
   Begin Object Class=UTVehicleWheel Name=RFWheel ObjName=RFWheel Archetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
      bPoweredWheel=True
      SteerFactor=1.000000
      SkelControlName="Rt_Ft_Tire"
      BoneName="RtFrontTire"
      BoneOffset=(X=0.000000,Y=33.000000,Z=5.000000)
      WheelRadius=60.000000
      SuspensionTravel=60.000000
      Side=SIDE_Right
      Name="RFWheel"
      ObjectArchetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
   End Object
   Wheels(0)=RFWheel
   Begin Object Class=UTVehicleWheel Name=LFWheel ObjName=LFWheel Archetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
      bPoweredWheel=True
      SteerFactor=1.000000
      SkelControlName="Lt_Ft_Tire"
      BoneName="LtFrontTire"
      BoneOffset=(X=0.000000,Y=-33.000000,Z=5.000000)
      WheelRadius=60.000000
      SuspensionTravel=60.000000
      Side=SIDE_Left
      Name="LFWheel"
      ObjectArchetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
   End Object
   Wheels(1)=LFWheel
   Begin Object Class=UTVehicleWheel Name=RRWheel ObjName=RRWheel Archetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
      bPoweredWheel=True
      BoneName="RtTread_Wheel3"
      BoneOffset=(X=25.000000,Y=0.000000,Z=15.000000)
      WheelRadius=60.000000
      SuspensionTravel=45.000000
      Side=SIDE_Right
      Name="RRWheel"
      ObjectArchetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
   End Object
   Wheels(2)=RRWheel
   Begin Object Class=UTVehicleWheel Name=LRWheel ObjName=LRWheel Archetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
      bPoweredWheel=True
      BoneName="LtTread_Wheel3"
      BoneOffset=(X=25.000000,Y=0.000000,Z=15.000000)
      WheelRadius=60.000000
      SuspensionTravel=45.000000
      Side=SIDE_Left
      Name="LRWheel"
      ObjectArchetype=UTVehicleWheel'UTGame.Default__UTVehicleWheel'
   End Object
   Wheels(3)=LRWheel
   COMOffset=(X=0.000000,Y=0.000000,Z=-100.000000)
   Begin Object Class=RB_StayUprightSetup Name=MyStayUprightSetup_9 ObjName=MyStayUprightSetup_9 Archetype=RB_StayUprightSetup'UTGame.Default__UTVehicle_Deployable:MyStayUprightSetup'
      Name="MyStayUprightSetup_9"
      ObjectArchetype=RB_StayUprightSetup'UTGame.Default__UTVehicle_Deployable:MyStayUprightSetup'
   End Object
   StayUprightConstraintSetup=RB_StayUprightSetup'UTGame.Default__UTVehicle_SPMA:MyStayUprightSetup_9'
   Begin Object Class=RB_ConstraintInstance Name=MyStayUprightConstraintInstance_9 ObjName=MyStayUprightConstraintInstance_9 Archetype=RB_ConstraintInstance'UTGame.Default__UTVehicle_Deployable:MyStayUprightConstraintInstance'
      Name="MyStayUprightConstraintInstance_9"
      ObjectArchetype=RB_ConstraintInstance'UTGame.Default__UTVehicle_Deployable:MyStayUprightConstraintInstance'
   End Object
   StayUprightConstraintInstance=RB_ConstraintInstance'UTGame.Default__UTVehicle_SPMA:MyStayUprightConstraintInstance_9'
   MaxSpeed=1000.000000
   bSeparateTurretFocus=True
   MomentumMult=0.300000
   NonPreferredVehiclePathMultiplier=2.000000
   GroundSpeed=650.000000
   BaseEyeHeight=0.000000
   EyeHeight=0.000000
   Health=800
   Begin Object Class=SkeletalMeshComponent Name=SVehicleMesh ObjName=SVehicleMesh Archetype=SkeletalMeshComponent'UTGame.Default__UTVehicle_Deployable:SVehicleMesh'
      ObjectArchetype=SkeletalMeshComponent'UTGame.Default__UTVehicle_Deployable:SVehicleMesh'
   End Object
   Mesh=SVehicleMesh
   Begin Object Class=CylinderComponent Name=CollisionCylinder ObjName=CollisionCylinder Archetype=CylinderComponent'UTGame.Default__UTVehicle_Deployable:CollisionCylinder'
      ObjectArchetype=CylinderComponent'UTGame.Default__UTVehicle_Deployable:CollisionCylinder'
   End Object
   CylinderComponent=CollisionCylinder
   Components(0)=CollisionCylinder
   Components(1)=SVehicleMesh
   Components(2)=MyLightEnvironment
   Components(3)=SimObject
   bHasAlternateTargetLocation=True
   CollisionComponent=SVehicleMesh
   Name="Default__UTVehicle_SPMA"
   ObjectArchetype=UTVehicle_Deployable'UTGame.Default__UTVehicle_Deployable'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:28.000 - Creation time: sk 18-3-2018 10:01:28.917 - Created with UnCodeX