first commit
BIN
Config/BroadcastDeviceProviderRegistry.json
Normal file
154
Config/DefaultEngine.ini
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||||
|
; quality settings
|
||||||
|
TargetedHardwareClass=Desktop
|
||||||
|
AppliedTargetedHardwareClass=Desktop
|
||||||
|
DefaultGraphicsPerformance=Maximum
|
||||||
|
AppliedDefaultGraphicsPerformance=Maximum
|
||||||
|
|
||||||
|
|
||||||
|
[/Script/Engine.RendererSettings]
|
||||||
|
; exposure control and tone mapping settings
|
||||||
|
r.Tonemapper.Sharpen=2
|
||||||
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
|
r.DefaultFeature.Bloom=False
|
||||||
|
r.DefaultFeature.AutoExposure=False
|
||||||
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=1.0
|
||||||
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=1.0
|
||||||
|
r.DefaultFeature.MotionBlur=False
|
||||||
|
r.SceneRenderTargetResizeMethod=2
|
||||||
|
|
||||||
|
; dynamic gi settings
|
||||||
|
r.LightPropagationVolume=0
|
||||||
|
|
||||||
|
; quality settings
|
||||||
|
r.ReflectionCaptureResolution=2048
|
||||||
|
r.AllowStaticLighting=True
|
||||||
|
r.HighResScreenshotDelay=8
|
||||||
|
r.DefaultBackBufferPixelFormat=4
|
||||||
|
r.AllowGlobalClipPlane=False
|
||||||
|
r.GBufferFormat=3
|
||||||
|
|
||||||
|
; shader settings
|
||||||
|
r.PostProcessing.PropagateAlpha=1
|
||||||
|
r.SupportSkyAtmosphereAffectsHeightFog=True
|
||||||
|
r.DefaultFeature.LensFlare=True
|
||||||
|
r.ClearCoatNormal=False
|
||||||
|
r.NormalMapsForStaticLighting=False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
r.GenerateMeshDistanceFields=True
|
||||||
|
|
||||||
|
r.DynamicGlobalIlluminationMethod=1
|
||||||
|
|
||||||
|
r.ReflectionMethod=1
|
||||||
|
|
||||||
|
r.SkinCache.CompileShaders=True
|
||||||
|
r.SkinCache.CompileShaders=True
|
||||||
|
|
||||||
|
r.RayTracing=True
|
||||||
|
|
||||||
|
r.Shadow.Virtual.Enable=1
|
||||||
|
r.Deferred.SupportPrimitiveAlphaHoldout=True
|
||||||
|
|
||||||
|
r.RayTracing.RayTracingProxies.ProjectEnabled=True
|
||||||
|
|
||||||
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
|
;defines what level to be loaded by default in the editor and at playback time
|
||||||
|
EditorStartupMap=/Game/MotionDesign/Maps/3D_MotionDesign.3D_MotionDesign
|
||||||
|
EditorStartupMap=/Game/MotionDesign/Maps/3D_MotionDesign.3D_MotionDesign
|
||||||
|
|
||||||
|
[/Script/UnrealEd.UnrealEdEngine]
|
||||||
|
; Remove Engine Template maps
|
||||||
|
-TemplateMapInfos=(ThumbnailTexture=Texture2D'/Engine/Maps/Templates/Thumbnails/VR-Basic.VR-Basic',Map="/Engine/Maps/Templates/VR-Basic")
|
||||||
|
|
||||||
|
|
||||||
|
; Allows for Hardware Accelerated Video Decoding
|
||||||
|
|
||||||
|
[/Script/WmfMediaFactory.WmfMediaSettings]
|
||||||
|
AllowNonStandardCodecs=True
|
||||||
|
HardwareAcceleratedVideoDecoding=True
|
||||||
|
LowLatency=False
|
||||||
|
NativeAudioOut=False
|
||||||
|
|
||||||
|
; Adds Virtual Scouting Widget for VR Scouting
|
||||||
|
|
||||||
|
[/Script/VPUtilitiesEditor.VPUtilitiesEditorSettings]
|
||||||
|
VirtualScoutingUI=/VirtualProductionUtilities/Editor/VirtualScoutingWidget.VirtualScoutingWidget_C
|
||||||
|
FlightSpeed=0.500000
|
||||||
|
GripNavSpeed=0.250000
|
||||||
|
bUseMetric=False
|
||||||
|
bUseTransformGizmo=False
|
||||||
|
bUseGripInertiaDamping=True
|
||||||
|
InertiaDamping=0.950000
|
||||||
|
bIsHelperSystemEnabled=True
|
||||||
|
ScoutingSubsystemEdititorUtilityActorClassPath=/VirtualProductionUtilities/VirtualProductionHelpers.VirtualProductionHelpers_C
|
||||||
|
|
||||||
|
|
||||||
|
; Enables WebControl API
|
||||||
|
WebControl.EnableServerOnStartup=1
|
||||||
|
|
||||||
|
;Adds Remote Session for Vcam
|
||||||
|
|
||||||
|
[RemoteSession]
|
||||||
|
+Channels=(Name=FRemoteSessionFrameBufferChannel,Mode=Write)
|
||||||
|
+Channels=(Name=FRemoteSessionInputChannel,Mode=Read)
|
||||||
|
+Channels=(Name=FRemoteSessionXRTrackingChannel,Mode=Read)
|
||||||
|
|
||||||
|
; Setup for Multiuser
|
||||||
|
|
||||||
|
[/Script/Concert.ConcertClientConfig]
|
||||||
|
bIsHeadless=False
|
||||||
|
bInstallEditorToolbarButton=True
|
||||||
|
bAutoConnect=False
|
||||||
|
DefaultServerURL=
|
||||||
|
DefaultSessionName=
|
||||||
|
DefaultSessionToRestore=
|
||||||
|
DefaultSaveSessionAs=
|
||||||
|
ClientSettings=(DisplayName="",AvatarColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),DesktopAvatarActorClass=/ConcertSyncClient/DesktopPresence.DesktopPresence_C,VRAvatarActorClass=/ConcertSyncClient/VRPresence.VRPresence_C,DiscoveryTimeoutSeconds=5,SessionTickFrequencySeconds=1,LatencyCompensationMs=0.000000,Tags=)
|
||||||
|
EndpointSettings=(bEnableLogging=False,PurgeProcessedMessageDelaySeconds=30,RemoteEndpointTimeoutSeconds=60)
|
||||||
|
|
||||||
|
; Setup for Ndisplay
|
||||||
|
|
||||||
|
[/Script/DisplayClusterEditor.DisplayClusterEditorSettings]
|
||||||
|
bEnabled=True
|
||||||
|
|
||||||
|
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||||
|
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||||
|
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||||
|
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||||
|
-D3D12TargetedShaderFormats=PCD3D_SM5
|
||||||
|
+D3D12TargetedShaderFormats=PCD3D_SM6
|
||||||
|
-D3D11TargetedShaderFormats=PCD3D_SM5
|
||||||
|
+D3D11TargetedShaderFormats=PCD3D_SM5
|
||||||
|
|
||||||
|
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||||
|
-TargetedRHIs=SF_VULKAN_SM5
|
||||||
|
+TargetedRHIs=SF_VULKAN_SM6
|
||||||
|
|
||||||
|
[/Script/Engine.Engine]
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="TP_MotionDesignBP",NewGameName="/Script/Yotta2025")
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_MotionDesignBP",NewGameName="/Script/Yotta2025")
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="TP_ME_BlankBP",NewGameName="/Script/TP_MotionDesign")
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_ME_BlankBP",NewGameName="/Script/TP_MotionDesign")
|
||||||
|
|
||||||
|
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||||
|
bEnablePlugin=True
|
||||||
|
bAllowNetworkConnection=True
|
||||||
|
SecurityToken=CC7D8F16428D1B3404A9ECB1FC43C9D3
|
||||||
|
bIncludeInShipping=False
|
||||||
|
bAllowExternalStartInShipping=False
|
||||||
|
bCompileAFSProject=False
|
||||||
|
bUseCompression=False
|
||||||
|
bLogFiles=False
|
||||||
|
bReportStats=False
|
||||||
|
ConnectionType=USBOnly
|
||||||
|
bUseManualIPAddress=False
|
||||||
|
ManualIPAddress=
|
||||||
|
|
||||||
89
Config/DefaultInput.ini
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
|
||||||
|
|
||||||
|
[/Script/Engine.InputSettings]
|
||||||
|
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||||
|
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||||
|
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||||
|
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
|
||||||
|
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||||
|
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||||
|
-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
bAltEnterTogglesFullscreen=True
|
||||||
|
bF11TogglesFullscreen=True
|
||||||
|
bUseMouseForTouch=False
|
||||||
|
bEnableMouseSmoothing=True
|
||||||
|
bEnableFOVScaling=True
|
||||||
|
bCaptureMouseOnLaunch=True
|
||||||
|
bEnableLegacyInputScales=True
|
||||||
|
bEnableMotionControls=True
|
||||||
|
bFilterInputByPlatformUser=False
|
||||||
|
bEnableInputDeviceSubsystem=True
|
||||||
|
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||||
|
bEnableDynamicComponentInputBinding=True
|
||||||
|
bAlwaysShowTouchInterface=False
|
||||||
|
bShowConsoleOnFourFingerTap=True
|
||||||
|
bEnableGestureRecognizer=False
|
||||||
|
bUseAutocorrect=False
|
||||||
|
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||||
|
DefaultViewportMouseLockMode=LockOnCapture
|
||||||
|
FOVScale=0.011110
|
||||||
|
DoubleClickTime=0.200000
|
||||||
|
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||||
|
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||||
|
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||||
|
-ConsoleKeys=Tilde
|
||||||
|
+ConsoleKeys=Tilde
|
||||||
|
+ConsoleKeys=#
|
||||||
|
|
||||||
10
Config/EaseCurves/Ease In Out.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"Sine": "0.37, 0.0, 0.63, 1.0",
|
||||||
|
"Cubic": "0.65, 0.0, 0.35, 1.0",
|
||||||
|
"Quintic": "0.83, 0.0, 0.17, 1.0",
|
||||||
|
"Circular": "0.85, 0.0, 0.15, 1.0",
|
||||||
|
"Quadratic": "0.45, 0.0, 0.55, 1.0",
|
||||||
|
"Quartic": "0.76, 0.0, 0.24, 1.0",
|
||||||
|
"Exponential": "0.87, 0.0, 0.13, 1.0",
|
||||||
|
"Back": "0.68, -0.6, 0.32, 1.6"
|
||||||
|
}
|
||||||
10
Config/EaseCurves/Ease In.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"Sine": "0.12, 0.0, 0.39, 0.0",
|
||||||
|
"Cubic": "0.32, 0.0, 0.67, 0.0",
|
||||||
|
"Quintic": "0.64, 0.0, 0.78, 0.0",
|
||||||
|
"Circular": "0.55, 0.0, 1.0, 0.45",
|
||||||
|
"Quadratic": "0.11, 0.0, 0.5, 0.0",
|
||||||
|
"Quartic": "0.5, 0.0, 0.75, 0.0",
|
||||||
|
"Exponential": "0.7, 0.0, 0.84, 0.0",
|
||||||
|
"Back": "0.36, 0.0, 0.66, -0.56"
|
||||||
|
}
|
||||||
10
Config/EaseCurves/Ease Out.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"Sine": "0.61, 1.0, 0.88, 1.0",
|
||||||
|
"Cubic": "0.33, 1.0, 0.68, 1.0",
|
||||||
|
"Quintic": "0.22, 1.0, 0.36, 1.0",
|
||||||
|
"Circular": "0.0, 0.55, 0.45, 1.0",
|
||||||
|
"Quadratic": "0.5, 1.0, 0.89, 1.0",
|
||||||
|
"Quartic": "0.25, 1.0, 0.5, 1.0",
|
||||||
|
"Exponential": "0.16, 1.0, 0.3, 1.0",
|
||||||
|
"Back": "0.34, 1.56, 0.64, 1.0"
|
||||||
|
}
|
||||||
BIN
Content/SystemFonts/FontFaces/IntegralCF_Bold.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_BoldOblique.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_DemiBold.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_DemiBoldOblique.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_ExtraBold.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_ExtraBoldOblique.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_Heavy.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_HeavyOblique.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_Medium.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_MediumOblique.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_Regular.uasset
Normal file
BIN
Content/SystemFonts/FontFaces/IntegralCF_RegularOblique.uasset
Normal file
BIN
Content/SystemFonts/Fonts/IntegralCF.uasset
Normal file
BIN
Content/Yotta2025/Blueprints/BP_ConfigDepart.uasset
Normal file
BIN
Content/Yotta2025/Blueprints/BP_LignePoursuite.uasset
Normal file
BIN
Content/Yotta2025/Blueprints/BP_LignePoursuiteProchain.uasset
Normal file
BIN
Content/Yotta2025/Blueprints/DA_TestPoursuite.uasset
Normal file
BIN
Content/Yotta2025/Blueprints/PDA_TestPoursuite.uasset
Normal file
BIN
Content/Yotta2025/Blueprints/S_Poursuite.uasset
Normal file
BIN
Content/Yotta2025/Displays/Depart/Level/L_poursuite.umap
Normal file
BIN
Content/Yotta2025/Displays/Real/Levels/L_Tableau_Contest.umap
Normal file
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 42 KiB |
BIN
Content/Yotta2025/Medias/24-ARCHE-MEDIAS/24-ARCHE-chevron.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Content/Yotta2025/Medias/24-ARCHE-MEDIAS/24-ARCHE-chevron.uasset
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 15 KiB |
BIN
Content/Yotta2025/Medias/24-ARCHE-MEDIAS/24-ARCHE-chrono-F.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
Content/Yotta2025/Medias/24-ARCHE-MEDIAS/24-ARCHE-chrono-H.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 11 KiB |
BIN
Content/Yotta2025/Medias/24-ARCHE-MEDIAS/24-ARCHE-chrono.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
Content/Yotta2025/Medias/24-ARCHE-MEDIAS/24-ARCHE-chrono.uasset
Normal file
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
BIN
Content/Yotta2025/Medias/24-DEPART-MEDIAS/DEPART-attente.png
Normal file
|
After Width: | Height: | Size: 380 KiB |
BIN
Content/Yotta2025/Medias/24-DEPART-MEDIAS/DEPART-attente.uasset
Normal file
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-2km-blanc.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-2km-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-2km-noir.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-2km-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-4km-blanc.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-4km-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-4km-noir.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-4km-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-6km-blanc.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-6km-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-6km-noir.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-6km-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Course-blanc.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Course-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Course-noir.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Course-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Drapeau-blanc.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Drapeau-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Drapeau-noir.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Drapeau-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Gap-blanc.png
Normal file
|
After Width: | Height: | Size: 898 B |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Gap-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Gap-noir.png
Normal file
|
After Width: | Height: | Size: 828 B |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Gap-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Nage-blanc.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Nage-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Nage-noir.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Nage-noir.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Repos-blanc.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Repos-blanc.uasset
Normal file
BIN
Content/Yotta2025/Medias/24-PICTO/PICTO-Repos-noir.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |