Added more permanent teleportation area settings, BP-s for initial ship movement 6 DOF.
This commit is contained in:
parent
1e179f9ff7
commit
c39e32019f
|
@ -348,3 +348,29 @@ FFRLevel=FFR_Medium
|
||||||
[/Script/Engine.Engine]
|
[/Script/Engine.Engine]
|
||||||
+ActiveGameNameRedirects=(OldGameName="TP_VirtualRealityBP",NewGameName="/Script/ue4_spaceship")
|
+ActiveGameNameRedirects=(OldGameName="TP_VirtualRealityBP",NewGameName="/Script/ue4_spaceship")
|
||||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_VirtualRealityBP",NewGameName="/Script/ue4_spaceship")
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_VirtualRealityBP",NewGameName="/Script/ue4_spaceship")
|
||||||
|
|
||||||
|
[/Script/NavigationSystem.RecastNavMesh]
|
||||||
|
CellSize=5.000000
|
||||||
|
AgentRadius=10.000000
|
||||||
|
AgentMaxSlope=45.000000
|
||||||
|
AgentMaxStepHeight=1.000000
|
||||||
|
MaxSimplificationError=2.000000
|
||||||
|
|
||||||
|
[/Script/NavigationSystem.NavigationSystemV1]
|
||||||
|
DefaultAgentName=None
|
||||||
|
CrowdManagerClass=/Script/AIModule.CrowdManager
|
||||||
|
bAutoCreateNavigationData=True
|
||||||
|
bSpawnNavDataInNavBoundsLevel=False
|
||||||
|
bAllowClientSideNavigation=False
|
||||||
|
bShouldDiscardSubLevelNavData=True
|
||||||
|
bTickWhilePaused=False
|
||||||
|
bInitialBuildingLocked=False
|
||||||
|
bSkipAgentHeightCheckWhenPickingNavData=False
|
||||||
|
bGenerateNavigationOnlyAroundNavigationInvokers=False
|
||||||
|
ActiveTilesUpdateInterval=1.000000
|
||||||
|
DataGatheringMode=Instant
|
||||||
|
DirtyAreaWarningSizeThreshold=-1.000000
|
||||||
|
+SupportedAgents=(Name="Default",Color=(B=0,G=255,R=140,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=10.000000,AgentHeight=144.000000,AgentStepHeight=1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=False,bCanSwim=False,bCanFly=False)
|
||||||
|
SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True)
|
||||||
|
DirtyAreasUpdateFreq=60.000000
|
||||||
|
|
||||||
|
|
|
@ -185,6 +185,8 @@ DoubleClickTime=0.200000
|
||||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=MixedReality_Right_Thumbstick_Y)
|
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=MixedReality_Right_Thumbstick_Y)
|
||||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=Vive_Right_Trackpad_Y)
|
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=Vive_Right_Trackpad_Y)
|
||||||
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=OculusTouch_Right_A_Click)
|
+AxisMappings=(AxisName="MovementAxisRight_Y",Scale=1.000000,Key=OculusTouch_Right_A_Click)
|
||||||
|
+AxisMappings=(AxisName="Roll",Scale=-1.000000,Key=Q)
|
||||||
|
+AxisMappings=(AxisName="Roll",Scale=1.000000,Key=E)
|
||||||
DefaultPlayerInputClass=/Script/Engine.PlayerInput
|
DefaultPlayerInputClass=/Script/Engine.PlayerInput
|
||||||
DefaultInputComponentClass=/Script/Engine.InputComponent
|
DefaultInputComponentClass=/Script/Engine.InputComponent
|
||||||
DefaultTouchInterface=None
|
DefaultTouchInterface=None
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap (Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap.umap (Stored with Git LFS)
Binary file not shown.
BIN
Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset (Stored with Git LFS)
BIN
Content/VRTemplate/Maps/VRTemplateMap_BuiltData.uasset (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue