Skip to content
Snippets Groups Projects
Commit 07ba4cfb authored by kel0060's avatar kel0060
Browse files

adding not working rotation system for spider

parent e18eb3f2
No related merge requests found
Showing
with 137 additions and 18 deletions
......@@ -102,8 +102,98 @@ SoundCueCookQualityIndex=-1
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Hub_arena.Hub_arena
GameDefaultMap=/Game/Hub_arena.Hub_arena
[/Script/Engine.RendererSettings]
r.SkinCache.CompileShaders=True
r.RayTracing=True
r.Mobile.AntiAliasing=3
r.MSAACount=4
r.MobileHDR=False
vr.MobileMultiView=True
r.Mobile.EnableStaticAndCSMShadowReceivers=False
r.Mobile.AllowDistanceFieldShadows=False
r.Mobile.AllowMovableDirectionalLights=False
r.PostProcessing.PropagateAlpha=2
r.Mobile.UseHWsRGBEncoding=True
vr.InstancedStereo=False
r.ForwardShading=True
r.Mobile.ShadingPath=0
r.SeparateTranslucency=False
[/Script/OculusXRHMD.OculusXRHMDRuntimeSettings]
SystemSplashBackground=Contextual
bAutoEnabled=False
XrApi=OVRPluginOpenXR
ColorSpace=P3
ControllerPoseAlignment=Default
bSupportsDash=True
bCompositesDepth=True
bHQDistortion=False
MetaXRJsonPath=(FilePath="")
bSetActivePIEToPrimary=False
bSetCVarPIEToPrimary=False
bUpdateHeadPoseForInactivePlayer=False
MPPoseRestoreType=Disabled
bDynamicResolution=False
PixelDensityMin=0.800000
PixelDensityMax=1.200000
+SupportedDevices=Quest3
+SupportedDevices=QuestPro
+SupportedDevices=Quest2
SuggestedCpuPerfLevel=SustainedLow
SuggestedGpuPerfLevel=SustainedHigh
FoveatedRenderingMethod=FixedFoveatedRendering
FoveatedRenderingLevel=Off
bDynamicFoveatedRendering=True
bSupportEyeTrackedFoveatedRendering=False
bCompositeDepthMobile=False
bFocusAware=True
bLateLatching=False
bRequiresSystemKeyboard=False
HandTrackingSupport=ControllersOnly
HandTrackingFrequency=LOW
HandTrackingVersion=Default
bInsightPassthroughEnabled=True
bAnchorSupportEnabled=True
bAnchorSharingEnabled=True
bSceneSupportEnabled=True
bBoundaryVisibilitySupportEnabled=False
bDefaultBoundaryVisibilitySuppressed=False
bBodyTrackingEnabled=False
BodyTrackingFidelity=Low
BodyTrackingJointSet=UpperBody
bEyeTrackingEnabled=False
bFaceTrackingEnabled=False
FaceTrackingDataSource=()
bDeploySoToDevice=False
bIterativeCookOnTheFly=False
bSupportExperimentalFeatures=True
ProcessorFavor=FavorEqually
bTileTurnOffEnabled=True
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
MinSDKVersion=32
TargetSDKVersion=32
bPackageForMetaQuest=True
bSupportsVulkanSM5=False
bBuildForES31=False
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|quest3" />
bSupportsVulkan=True
bDetectVulkanByDefault=False
[ForwardShadingQuality_GLSL_ES3_1_ANDROID ShaderPlatformQualitySettings]
QualityOverrides[0]=(bDiscardQualityDuringCook=False,bEnableOverride=False,bForceFullyRough=False,bForceNonMetal=False,bForceDisableLMDirectionality=False,bForceDisablePreintegratedGF=False,bDisableMaterialNormalCalculation=False,MobileShadowQuality=PCF_3x3)
QualityOverrides[1]=(bDiscardQualityDuringCook=False,bEnableOverride=True,bForceFullyRough=False,bForceNonMetal=False,bForceDisableLMDirectionality=False,bForceDisablePreintegratedGF=False,bDisableMaterialNormalCalculation=False,MobileShadowQuality=PCF_3x3)
QualityOverrides[2]=(bDiscardQualityDuringCook=False,bEnableOverride=False,bForceFullyRough=False,bForceNonMetal=False,bForceDisableLMDirectionality=False,bForceDisablePreintegratedGF=False,bDisableMaterialNormalCalculation=False,MobileShadowQuality=PCF_3x3)
QualityOverrides[3]=(bDiscardQualityDuringCook=False,bEnableOverride=False,bForceFullyRough=False,bForceNonMetal=False,bForceDisableLMDirectionality=False,bForceDisablePreintegratedGF=False,bDisableMaterialNormalCalculation=False,MobileShadowQuality=PCF_3x3)
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
SoundCueCookQualityIndex=-1
-TargetedRHIs=SF_VULKAN_SM5
+TargetedRHIs=SF_VULKAN_SM5
[/Script/EngineSettings.GeneralProjectSettings]
bStartInVR=True
......@@ -80,7 +80,7 @@ FOVScale=0.011110
DoubleClickTime=0.200000
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
DefaultTouchInterface=None
-ConsoleKeys=Tilde
+ConsoleKeys=Tilde
No preview for this file type
No preview for this file type
File added
File added
File added
File added
File added
File added
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment