diff --git a/Config/MotionDesignBroadcastConfig.json b/Config/MotionDesignBroadcastConfig.json new file mode 100644 index 0000000..6470d3d --- /dev/null +++ b/Config/MotionDesignBroadcastConfig.json @@ -0,0 +1,179 @@ +{ + "BroadcastPath": "/Temp/AvaMedia/AvaBroadcast.AvaBroadcast", + "Broadcast": + { + "CurrentProfile": "Profile", + "ChannelNames": [ + "Channel_0" + ], + "Profiles": + { + "Profile": + { + "Channels": [ + { + "ChannelIndex": 0, + "MediaOutputs": [], + "MediaOutputInfos": [], + "QualitySettings": + { + "Features": [ + { + "Name": "AmbientCubemap", + "bEnabled": true + }, + { + "Name": "AmbientOcclusion", + "bEnabled": true + }, + { + "Name": "AntiAliasing", + "bEnabled": true + }, + { + "Name": "EyeAdaptation", + "bEnabled": true + }, + { + "Name": "CapsuleShadows", + "bEnabled": true + }, + { + "Name": "ContactShadows", + "bEnabled": true + }, + { + "Name": "DepthOfField", + "bEnabled": true + }, + { + "Name": "DirectLighting", + "bEnabled": true + }, + { + "Name": "DisableOcclusionQueries", + "bEnabled": true + }, + { + "Name": "DistanceFieldAO", + "bEnabled": true + }, + { + "Name": "DynamicShadows", + "bEnabled": true + }, + { + "Name": "GlobalIllumination", + "bEnabled": true + }, + { + "Name": "IndirectLightingCache", + "bEnabled": true + }, + { + "Name": "LensFlares", + "bEnabled": true + }, + { + "Name": "LightShafts", + "bEnabled": true + }, + { + "Name": "LumenDetailTraces", + "bEnabled": false + }, + { + "Name": "LumenFarFieldTraces", + "bEnabled": false + }, + { + "Name": "LumenGlobalIllumination", + "bEnabled": false + }, + { + "Name": "LumenGlobalTraces", + "bEnabled": false + }, + { + "Name": "LumenReflections", + "bEnabled": false + }, + { + "Name": "LumenReuseShadowMaps", + "bEnabled": false + }, + { + "Name": "LumenScreenSpaceDirectionalOcclusion", + "bEnabled": false + }, + { + "Name": "LumenSecondaryBounces", + "bEnabled": false + }, + { + "Name": "MotionBlur", + "bEnabled": true + }, + { + "Name": "PrecomputedVisibility", + "bEnabled": true + }, + { + "Name": "RayTracedDistanceFieldShadows", + "bEnabled": true + }, + { + "Name": "ReflectionEnvironment", + "bEnabled": true + }, + { + "Name": "ScreenSpaceAO", + "bEnabled": true + }, + { + "Name": "ScreenSpaceReflections", + "bEnabled": true + }, + { + "Name": "SeparateTranslucency", + "bEnabled": false + }, + { + "Name": "SubsurfaceScattering", + "bEnabled": true + }, + { + "Name": "TemporalAA", + "bEnabled": true + }, + { + "Name": "TexturedLightProfiles", + "bEnabled": true + }, + { + "Name": "Translucency", + "bEnabled": true + }, + { + "Name": "VolumetricFog", + "bEnabled": true + }, + { + "Name": "VolumetricLightmap", + "bEnabled": true + } + ] + } + } + ] + } + }, + "ChannelTypes": + { + }, + "PinnedChannels": + { + } + }, + "ReferencedObjects": [] +} \ No newline at end of file diff --git a/Content/Yotta2025/Blueprints/BP_ConfigDepart.uasset b/Content/Yotta2025/Blueprints/BP_ConfigDepart.uasset index e108be9..58b20f6 100644 Binary files a/Content/Yotta2025/Blueprints/BP_ConfigDepart.uasset and b/Content/Yotta2025/Blueprints/BP_ConfigDepart.uasset differ diff --git a/Content/Yotta2025/Blueprints/BP_ConfigDepartNormal.uasset b/Content/Yotta2025/Blueprints/BP_ConfigDepartNormal.uasset new file mode 100644 index 0000000..fb69d1f Binary files /dev/null and b/Content/Yotta2025/Blueprints/BP_ConfigDepartNormal.uasset differ diff --git a/Content/Yotta2025/Blueprints/BP_ContestSelector.uasset b/Content/Yotta2025/Blueprints/BP_ContestSelector.uasset new file mode 100644 index 0000000..bd74758 Binary files /dev/null and b/Content/Yotta2025/Blueprints/BP_ContestSelector.uasset differ diff --git a/Content/Yotta2025/Blueprints/BP_LignePoursuite.uasset b/Content/Yotta2025/Blueprints/BP_LignePoursuite.uasset index eedc8b3..0e8fa6b 100644 Binary files a/Content/Yotta2025/Blueprints/BP_LignePoursuite.uasset and b/Content/Yotta2025/Blueprints/BP_LignePoursuite.uasset differ diff --git a/Content/Yotta2025/Blueprints/BP_LignePoursuiteProchain.uasset b/Content/Yotta2025/Blueprints/BP_LignePoursuiteProchain.uasset index ef79614..53623f5 100644 Binary files a/Content/Yotta2025/Blueprints/BP_LignePoursuiteProchain.uasset and b/Content/Yotta2025/Blueprints/BP_LignePoursuiteProchain.uasset differ diff --git a/Content/Yotta2025/Blueprints/BP_PoursuiteChrono.uasset b/Content/Yotta2025/Blueprints/BP_PoursuiteChrono.uasset new file mode 100644 index 0000000..a694f2c Binary files /dev/null and b/Content/Yotta2025/Blueprints/BP_PoursuiteChrono.uasset differ diff --git a/Content/Yotta2025/Blueprints/DA_TestPoursuite.uasset b/Content/Yotta2025/Blueprints/DA_TestPoursuite.uasset index 4c0358a..5432e79 100644 Binary files a/Content/Yotta2025/Blueprints/DA_TestPoursuite.uasset and b/Content/Yotta2025/Blueprints/DA_TestPoursuite.uasset differ diff --git a/Content/Yotta2025/Blueprints/DA_TestProchain.uasset b/Content/Yotta2025/Blueprints/DA_TestProchain.uasset new file mode 100644 index 0000000..4ec2a62 Binary files /dev/null and b/Content/Yotta2025/Blueprints/DA_TestProchain.uasset differ diff --git a/Content/Yotta2025/Blueprints/PDA_TestPoursuite.uasset b/Content/Yotta2025/Blueprints/PDA_TestPoursuite.uasset index bba8765..31e721c 100644 Binary files a/Content/Yotta2025/Blueprints/PDA_TestPoursuite.uasset and b/Content/Yotta2025/Blueprints/PDA_TestPoursuite.uasset differ diff --git a/Content/Yotta2025/Blueprints/S_Poursuite.uasset b/Content/Yotta2025/Blueprints/S_Poursuite.uasset index 616ef7a..3e7ca44 100644 Binary files a/Content/Yotta2025/Blueprints/S_Poursuite.uasset and b/Content/Yotta2025/Blueprints/S_Poursuite.uasset differ diff --git a/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset b/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset index ff263b0..2254105 100644 Binary files a/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset and b/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset differ diff --git a/Content/Yotta2025/Displays/Depart/Level/L_Depart.umap b/Content/Yotta2025/Displays/Depart/Level/L_Depart.umap new file mode 100644 index 0000000..349530c Binary files /dev/null and b/Content/Yotta2025/Displays/Depart/Level/L_Depart.umap differ diff --git a/Content/Yotta2025/Displays/Depart/Level/L_poursuite.umap b/Content/Yotta2025/Displays/Depart/Level/L_poursuite.umap index dfe9475..3cff919 100644 Binary files a/Content/Yotta2025/Displays/Depart/Level/L_poursuite.umap and b/Content/Yotta2025/Displays/Depart/Level/L_poursuite.umap differ diff --git a/Content/Yotta2025/Medias/24-DEPART-MEDIAS/DM_Rectangle.uasset b/Content/Yotta2025/Medias/24-DEPART-MEDIAS/DM_Rectangle.uasset new file mode 100644 index 0000000..7a97311 Binary files /dev/null and b/Content/Yotta2025/Medias/24-DEPART-MEDIAS/DM_Rectangle.uasset differ diff --git a/Content/Yotta2025/Medias/24-DEPART-MEDIAS/MD_DEPART-rectangle-rouge-nom-annonce-diff.uasset b/Content/Yotta2025/Medias/24-DEPART-MEDIAS/MD_DEPART-rectangle-rouge-nom-annonce-diff.uasset new file mode 100644 index 0000000..76ef306 Binary files /dev/null and b/Content/Yotta2025/Medias/24-DEPART-MEDIAS/MD_DEPART-rectangle-rouge-nom-annonce-diff.uasset differ diff --git a/Content/Yotta2025/Rundowns/RD_Yotta2025.uasset b/Content/Yotta2025/Rundowns/RD_Yotta2025.uasset new file mode 100644 index 0000000..700c9bb Binary files /dev/null and b/Content/Yotta2025/Rundowns/RD_Yotta2025.uasset differ diff --git a/Content/Yotta2025/Rundowns/TL_Yotta2025.uasset b/Content/Yotta2025/Rundowns/TL_Yotta2025.uasset new file mode 100644 index 0000000..30b4c0e Binary files /dev/null and b/Content/Yotta2025/Rundowns/TL_Yotta2025.uasset differ diff --git a/Plugins/DTFluxAPI b/Plugins/DTFluxAPI index 801e946..8f884f6 160000 --- a/Plugins/DTFluxAPI +++ b/Plugins/DTFluxAPI @@ -1 +1 @@ -Subproject commit 801e946a89e1bc2456a696ef65910cb8e203dd6d +Subproject commit 8f884f6224fd484e6c2cde4501f6efdc0407b0d9