Make gun cause reaction on ground and keep enemy in air when they are launched

[git-p4: depot-paths = "//depot/main/": change = 66]
This commit is contained in:
Kevin Poretti 2021-05-17 19:30:09 -05:00
parent 303277fa91
commit 65f4afb008
30 changed files with 96 additions and 12 deletions

View File

@ -14,3 +14,30 @@ AppliedDefaultGraphicsPerformance=Maximum
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Maps/Test.Test EditorStartupMap=/Game/Maps/Test.Test
[/Script/Engine.PhysicsSettings]
PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000)
DefaultDegreesOfFreedom=Full3D
bSuppressFaceRemapTable=False
bSupportUVFromHitResults=False
bDisableActiveActors=False
bDisableKinematicStaticPairs=False
bDisableKinematicKinematicPairs=False
bDisableCCD=False
bEnableEnhancedDeterminism=False
AnimPhysicsMinDeltaTime=0.000000
bSimulateAnimPhysicsAfterReset=False
MaxPhysicsDeltaTime=0.033333
bSubstepping=False
bSubsteppingAsync=False
MaxSubstepDeltaTime=0.016667
MaxSubsteps=6
SyncSceneSmoothingFactor=0.000000
InitialAverageFrameRate=0.016667
PhysXTreeRebuildRate=10
+PhysicalSurfaces=(Type=SurfaceType1,Name="Flesh")
+PhysicalSurfaces=(Type=SurfaceType2,Name="FleshVulnerable")
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)
MinDeltaVelocityForHitEvents=0.000000
ChaosSettings=(DefaultThreadingModel=TaskGraph,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double)
DefaultGravityZ=-1960.000000

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SwordNGun/Content/Maps/Test.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
SwordNGun/Content/UI/Blueprints/WBP_RangedWeapon.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair001.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair005.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair006.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair007.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair009.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair010.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair011.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair012.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair066.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair085.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair086.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair087.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair117.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair118.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair123.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/Crosshairs/crosshair190.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SwordNGun/Content/UI/Textures/WeaponIcons/revolver.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.