文件详情
查看文件信息和操作选项
文件信息
文件描述
├── Engine │ ├── Binaries │ │ ├── ThirdParty │ │ │ ├── DbgHelp │ │ │ │ └── dbghelp.dll │ │ │ ├── NVIDIA │ │ │ │ ├── GeForceNOW │ │ │ │ │ └── Win64 │ │ │ │ └── NVaftermath │ │ │ │ └── Win64 │ │ │ ├── Ogg │ │ │ │ └── Win64 │ │ │ │ └── VS2015 │ │ │ ├── OpenXR │ │ │ │ └── win64 │ │ │ │ └── openxr_loader.dll │ │ │ ├── Phonon │ │ │ │ └── Win64 │ │ │ │ ├── GPUUtilities.dll │ │ │ │ ├── Intel Thread Building Blocks.tps.xml │ │ │ │ ├── Intel-Embree.tps.xml │ │ │ │ ├── phonon.dll │ │ │ │ ├── RadeonRays.dll │ │ │ │ ├── RadeonRaysSDK.tps.xml │ │ │ │ ├── tanrt64.dll │ │ │ │ └── Trueaudionext-v1-2-2-4.tps.xml │ │ │ ├── PhysX3 │ │ │ │ └── Win64 │ │ │ │ └── VS2015 │ │ │ ├── Steamworks │ │ │ │ └── Steamv151 │ │ │ │ └── Win64 │ │ │ ├── Vorbis │ │ │ │ └── Win64 │ │ │ │ └── VS2015 │ │ │ └── Windows │ │ │ ├── x64 │ │ │ │ ├── Microsoft.Holographic.AppRemoting.dll │ │ │ │ ├── Microsoft.MixedReality.QR.dll │ │ │ │ ├── MixedRealityInterop.dll │ │ │ │ └── PerceptionDevice.dll │ │ │ └── XAudio2_9 │ │ │ └── x64 │ │ └── Win64 │ │ ├── CrashReportClient.exe │ │ ├── CrashReportClient.pdb │ │ ├── HolographicStreamerDesktop.dll │ │ ├── Microsoft.Perception.Simulation.dll │ │ └── PerceptionSimulationManager.dll │ ├── Content │ │ └── SlateDebug │ │ └── Fonts │ │ ├── LastResort.tps.xml │ │ └── LastResort.ttf │ ├── Extras │ │ └── Redist │ │ └── en-us │ │ └── UE4PrereqSetup_x64.exe │ ├── Plugins │ │ └── Runtime │ │ └── Nvidia │ │ └── DLSS │ │ └── Binaries │ └── Programs │ └── CrashReportClient │ └── Content │ └── Paks │ └── CrashReportClient.pak ├── ManorLords │ ├── Binaries │ │ └── Win64 │ │ ├── embree.2.14.0.dll │ │ ├── EOSSDK-Win64-Shipping.dll │ │ ├── ManorLords-Win64-Shipping.exe │ │ ├── OpenImageDenoise.dll │ │ ├── tbb.dll │ │ ├── tbb12.dll │ │ └── tbbmalloc.dll │ ├── Content │ │ ├── Movies │ │ │ ├── ML_tut_area2.mp4 │ │ │ ├── ml_tut_army.mp4 │ │ │ ├── ML_tut_marketplace.mp4 │ │ │ ├── ml_tut_rallying.mp4 │ │ │ ├── ML_tut_roads_carts.mp4 │ │ │ ├── ml_tut_roads_v2.mp4 │ │ │ └── Version.txt │ │ ├── Paks │ │ │ ├── pakchunk0-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s1-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s1optional-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s2-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s2optional-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s3-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s4-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s5-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s6-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s7-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s8-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s9-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s10-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s11-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s12-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s13-WindowsNoEditor.pak │ │ │ ├── pakchunk0_s14-WindowsNoEditor.pak │ │ │ └── pakchunk0_s15-WindowsNoEditor.pak │ │ └── Slate │ │ ├── cursor_default_modern.uasset │ │ ├── cursor_default_modern2.png │ │ ├── cursorAttack.png │ │ ├── cursorAttack.uasset │ │ ├── cursorGrab.png │ │ ├── cursorMissile.png │ │ ├── cursorZoom.png │ │ └── cursorZoom.uasset │ └── Plugins │ ├── OnlineSubsystemGOG │ │ └── Source │ │ └── ThirdParty │ │ └── GalaxySDK │ └── XeSS │ └── Binaries │ └── ThirdParty │ └── Win64 ├── ManorLords.exe └── patch_notes.txt