Compare commits
No commits in common. "main" and "MidiEventRewrite" have entirely different histories.
main
...
MidiEventR
885 changed files with 1121 additions and 6286 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -70,7 +70,7 @@ text=auto
|
|||
# Always recommended to use, supports all platforms:
|
||||
# For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files.
|
||||
*.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text
|
||||
# Can also be used, only some platforms are supported:
|
||||
Can also be used, only some platforms are supported:
|
||||
*.3[gG]2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.3[gG][pP] filter=lfs diff=lfs merge=lfs -text
|
||||
*.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -76,17 +76,3 @@ DerivedDataCache/*
|
|||
# Custom
|
||||
*.rpp-bak
|
||||
*.blend1
|
||||
|
||||
# Paths
|
||||
.hg/
|
||||
binaries/
|
||||
deriveddatacache/
|
||||
.vs/
|
||||
build/
|
||||
intermediate/
|
||||
PACKPLUGIN/
|
||||
COMPPLUGIN/
|
||||
saved/
|
||||
*.orig
|
||||
*.sln
|
||||
*.xlsx
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,9 +1,3 @@
|
|||
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/SPUD"]
|
||||
path = VIRTUOS_ExpansionPluginTests/Plugins/SPUD
|
||||
url = https://github.com/sinbad/SPUD
|
||||
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers"]
|
||||
path = VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers
|
||||
url = https://github.com/sinbad/StevesUEHelpers
|
||||
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin"]
|
||||
path = VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin
|
||||
url = https://github.com/mordentral/VRExpansionPlugin
|
||||
2
VIRTUOS_ExpansionPluginTests/.gitattributes
vendored
Normal file
2
VIRTUOS_ExpansionPluginTests/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
* text=auto
|
||||
*.bat eol=crlf
|
||||
13
VIRTUOS_ExpansionPluginTests/.gitignore
vendored
13
VIRTUOS_ExpansionPluginTests/.gitignore
vendored
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
.hg/
|
||||
binaries/
|
||||
deriveddatacache/
|
||||
.vs/
|
||||
build/
|
||||
intermediate/
|
||||
PACKPLUGIN/
|
||||
COMPPLUGIN/
|
||||
saved/
|
||||
*.orig
|
||||
*.sln
|
||||
*.xlsx
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
/.vs
|
||||
/.vscode
|
||||
/Content
|
||||
/DerivedDataCache
|
||||
/Intermediate
|
||||
/Saved
|
||||
/UE4ProjectRenamer
|
||||
/Plugins/AdvancedSessions/AdvancedSessions/Intermediate
|
||||
/Plugins/AdvancedSessions/AdvancedSteamSessions/Intermediate
|
||||
/Plugins/SPUD/doc
|
||||
/Plugins/SPUD/Intermediate
|
||||
/Plugins/StevesUEHelpers/doc
|
||||
/Plugins/StevesUEHelpers/Intermediate
|
||||
/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Intermediate
|
||||
/Plugins/VRExpansionPlugin/VRExpansionPlugin/Intermediate
|
||||
|
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"components": [
|
||||
"Component.Unreal.Debugger",
|
||||
"Component.Unreal.Ide",
|
||||
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
||||
"Microsoft.VisualStudio.Component.Unreal.Workspace",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
||||
"Microsoft.VisualStudio.Workload.CoreEditor",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -33,7 +33,7 @@ ConfiguredInternetSpeed=15000
|
|||
ConfiguredLanSpeed=20000
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/Maps/Map_Gameworld.Map_Gameworld
|
||||
EditorStartupMap=/Game/Maps/MotionControllerMap.MotionControllerMap
|
||||
LocalMapOptions=
|
||||
TransitionMap=
|
||||
bUseSplitscreen=False
|
||||
|
|
@ -101,31 +101,16 @@ r.VirtualTextures=True
|
|||
r.Mobile.ShadingPath=0
|
||||
r.DefaultFeature.LensFlare=False
|
||||
r.VT.AnisotropicFiltering=True
|
||||
vr.RoundRobinOcclusion=True
|
||||
r.SkinCache.CompileShaders=True
|
||||
r.RayTracing=True
|
||||
r.RayTracing.RayTracingProxies.ProjectEnabled=True
|
||||
r.VirtualTexturedLightmaps=True
|
||||
|
||||
[/Script/NavigationSystem.NavigationSystemV1]
|
||||
DefaultAgentName=None
|
||||
CrowdManagerClass=/Script/AIModule.CrowdManager
|
||||
bAutoCreateNavigationData=True
|
||||
bSpawnNavDataInNavBoundsLevel=False
|
||||
bAllowClientSideNavigation=True
|
||||
bShouldDiscardSubLevelNavData=True
|
||||
bTickWhilePaused=False
|
||||
bInitialBuildingLocked=False
|
||||
bSkipAgentHeightCheckWhenPickingNavData=False
|
||||
GeometryExportTriangleCountWarningThreshold=200000
|
||||
DataGatheringMode=Instant
|
||||
bGenerateNavigationOnlyAroundNavigationInvokers=False
|
||||
ActiveTilesUpdateInterval=1.000000
|
||||
InvokersMaximumDistanceFromSeed=-1.000000
|
||||
DataGatheringMode=Instant
|
||||
DirtyAreaWarningSizeThreshold=-1.000000
|
||||
GatheringNavModifiersWarningLimitTime=-1.000000
|
||||
+SupportedAgents=(Name="Default",Color=(B=0,G=75,R=38,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=3.000000,AgentHeight=4.000000,AgentStepHeight=4.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData="/Script/NavigationSystem.RecastNavMesh",bCanCrouch=False,bCanJump=True,bCanWalk=True,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
|
||||
|
||||
[/Script/Engine.UserInterfaceSettings]
|
||||
RenderFocusRule=NavigationOnly
|
||||
|
|
@ -188,8 +173,6 @@ bSendAnonymousUsageDataToEpic=False
|
|||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="UI")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel6,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterSphere")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel7,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterProp")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel8,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="SPUDStreamVolume")
|
||||
+EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel")))
|
||||
+EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel")))
|
||||
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
|
|
@ -217,21 +200,23 @@ bDistinctlyDrawTilesBeingBuilt=True
|
|||
DrawOffset=10.000000
|
||||
bFixedTilePoolSize=False
|
||||
TilePoolSize=1024
|
||||
TileSizeUU=544.000000
|
||||
NavMeshResolutionParams[0]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000)
|
||||
NavMeshResolutionParams[1]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000)
|
||||
NavMeshResolutionParams[2]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000)
|
||||
AgentRadius=5.000000
|
||||
AgentHeight=5.000000
|
||||
TileSizeUU=990.000000
|
||||
CellSize=19.000000
|
||||
CellHeight=10.000000
|
||||
AgentMaxStepHeight=35.000000
|
||||
NavMeshResolutionParams[0]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
||||
NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=50.000000)
|
||||
NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
||||
AgentRadius=20.000000
|
||||
AgentHeight=144.000000
|
||||
AgentMaxSlope=44.000000
|
||||
MinRegionArea=0.000000
|
||||
MergeRegionSize=100.000000
|
||||
MergeRegionSize=400.000000
|
||||
MaxVerticalMergeError=2147483647
|
||||
MaxSimplificationError=1.300000
|
||||
SimplificationElevationRatio=0.000000
|
||||
MaxSimultaneousTileGenerationJobsCount=1024
|
||||
TileNumberHardLimit=1048576
|
||||
ExpectedMaxLayersPerTile=12
|
||||
DefaultDrawDistance=5000.000000
|
||||
DefaultMaxSearchNodes=2048.000000
|
||||
DefaultMaxHierarchicalSearchNodes=2048.000000
|
||||
|
|
@ -258,7 +243,7 @@ TimeSliceFilterLedgeSpansMaxYProcess=13
|
|||
TimeSliceLongDurationDebug=0.002000
|
||||
InvokerTilePriorityBumpDistanceThresholdInTileUnits=1
|
||||
InvokerTilePriorityBumpIncrease=1
|
||||
NavLinkJumpDownConfig=(bEnabled=True,JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,DownDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",UpDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0))
|
||||
NavLinkJumpDownConfig=(bEnabled=True,JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,AreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0))
|
||||
bUseVoxelCache=False
|
||||
TileSetUpdateInterval=1.000000
|
||||
HeuristicScale=0.999000
|
||||
|
|
@ -334,7 +319,7 @@ bEnableEnhancedDeterminism=False
|
|||
AnimPhysicsMinDeltaTime=0.000000
|
||||
bSimulateAnimPhysicsAfterReset=False
|
||||
MaxPhysicsDeltaTime=0.033333
|
||||
bSubstepping=False
|
||||
bSubstepping=True
|
||||
bSubsteppingAsync=False
|
||||
MaxSubstepDeltaTime=0.016667
|
||||
MaxSubsteps=6
|
||||
|
|
|
|||
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/Portal_1_Loop.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/Portal_1_Loop.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/SA_Portal.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/SA_Portal.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonActorMacros.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonActorMacros.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/BPI_InstanceCalls.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/BPI_InstanceCalls.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/BP_GasSimulation.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/BP_GasSimulation.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_GasMolecule.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_GasMolecule.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_ViewRecycler_Ashes.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NS_ViewRecycler_Ashes.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NewNiagaraSystem1.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Gas_Volume/NewNiagaraSystem1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Ivy.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Ivy.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/M_Ivy.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/M_Ivy.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleHeight.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleHeight.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/BP_ScifiDoor2.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/BP_ScifiDoor2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/SM_DoorLeft_Baked.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/SM_DoorLeft_Baked.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/SM_DoorRight_Baked.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/SM_DoorRight_Baked.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/SM_Frame_Baked.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/SM_Frame_Baked.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/T_ScifiDoor2_D.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/T_ScifiDoor2_D.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/T_ScifiDoor2_MetalRoughEmission.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/T_ScifiDoor2_MetalRoughEmission.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/T_ScifiDoor2_N.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/T_ScifiDoor2_N.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x200.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x200.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x300.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x300.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/BP_Landscape_HoleCutter.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/BP_Landscape_HoleCutter.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeOpacityMask.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeOpacityMask.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/MF/AlphaFromStencilValue.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Materials/MF/AlphaFromStencilValue.uasset
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue