SidaJ commited on
Commit ·
937749f
1
Parent(s): 7406112
Upload Windows eScooter package with Quest VR model card
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +12 -0
- README.md +34 -0
- Windows/Engine/Binaries/ThirdParty/DbgHelp/dbghelp.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/NVIDIA/NVaftermath/Win64/GFSDK_Aftermath_Lib.x64.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Oculus/OVRPlugin/OVRPlugin/Win64/OVRPlugin.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Oculus/OVRPlugin/OVRPlugin/Win64/OpenXR/OVRPlugin.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Ogg/Win64/VS2015/libogg_64.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/OpenXR/win64/openxr_loader.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbis_64.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbisfile_64.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64/WinPixEventRuntime.dll +3 -0
- Windows/Engine/Binaries/ThirdParty/Windows/XAudio2_9/x64/xaudio2_9redist.dll +3 -0
- Windows/Engine/Content/SlateDebug/Fonts/LastResort.tps +3 -0
- Windows/Engine/Content/SlateDebug/Fonts/LastResort.ttf +3 -0
- Windows/Engine/Extras/GPUDumpViewer/GPUDumpViewer.html +0 -0
- Windows/Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.bat +24 -0
- Windows/Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh +71 -0
- Windows/Engine/Extras/Redist/en-us/UEPrereqSetup_x64.exe +3 -0
- Windows/Engine/Saved/Config/Windows/Manifest.ini +3 -0
- Windows/Manifest_DebugFiles_Win64.txt +7 -0
- Windows/Manifest_NonUFSFiles_Win64.txt +28 -0
- Windows/Manifest_UFSFiles_Win64.txt +0 -0
- Windows/eScooter.exe +3 -0
- Windows/eScooter/Binaries/Win64/D3D12/D3D12Core.dll +3 -0
- Windows/eScooter/Binaries/Win64/D3D12/d3d12SDKLayers.dll +3 -0
- Windows/eScooter/Binaries/Win64/OpenImageDenoise.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_atomic-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_chrono-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_filesystem-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_iostreams-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_program_options-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_python39-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_regex-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_system-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/boost_thread-mt-x64.dll +3 -0
- Windows/eScooter/Binaries/Win64/eScooter.exe +3 -0
- Windows/eScooter/Binaries/Win64/eScooter.pdb +3 -0
- Windows/eScooter/Binaries/Win64/tbb.dll +3 -0
- Windows/eScooter/Binaries/Win64/tbb.pdb +3 -0
- Windows/eScooter/Binaries/Win64/tbb12.dll +3 -0
- Windows/eScooter/Content/Paks/eScooter-Windows.pak +3 -0
- Windows/eScooter/Content/Paks/eScooter-Windows.ucas +3 -0
- Windows/eScooter/Content/Paks/eScooter-Windows.utoc +3 -0
- Windows/eScooter/Content/Paks/global.ucas +3 -0
- Windows/eScooter/Content/Paks/global.utoc +3 -0
- Windows/eScooter/Saved/Config/CrashReportClient/UECC-Windows-C279F86D4E0D5D53BE0599B0B391D460/CrashReportClient.ini +5 -0
- Windows/eScooter/Saved/Config/Windows/Bridge.ini +1 -0
- Windows/eScooter/Saved/Config/Windows/Compat.ini +1 -0
- Windows/eScooter/Saved/Config/Windows/ConcertSyncCore.ini +1 -0
- Windows/eScooter/Saved/Config/Windows/ControlRig.ini +1 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.pdb filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.pak filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.ucas filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sig filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.so filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.dylib filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.exe filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.dll filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.utoc filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.lib filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ttf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.tps filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- unreal-engine
|
| 5 |
+
- simulator
|
| 6 |
+
- windows
|
| 7 |
+
- vr
|
| 8 |
+
- quest
|
| 9 |
+
- escooter
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# eScooter Simulator Unreal Engine Model
|
| 13 |
+
|
| 14 |
+
This repository contains the packaged Windows build of the eScooter simulator created with Unreal Engine.
|
| 15 |
+
|
| 16 |
+
The simulator is designed for use with Meta Quest VR glasses in a Windows VR setup. It can also be used as a packaged Unreal Engine Windows application for testing, demonstration, and simulation workflows.
|
| 17 |
+
|
| 18 |
+
## Contents
|
| 19 |
+
|
| 20 |
+
- `Windows/` - runnable Windows package
|
| 21 |
+
- `Windows/eScooter.exe` - launcher executable
|
| 22 |
+
- `Windows/eScooter/Content/Paks/` - Unreal Engine packaged assets
|
| 23 |
+
- `Windows/Engine/Extras/Redist/en-us/UEPrereqSetup_x64.exe` - Unreal prerequisite installer
|
| 24 |
+
|
| 25 |
+
## Testing
|
| 26 |
+
|
| 27 |
+
This package is intended for testing the eScooter simulator experience on Windows with Quest VR glasses connected through a supported PC VR workflow.
|
| 28 |
+
|
| 29 |
+
Before testing, install any required Unreal Engine prerequisites from the included redistributable if Windows prompts for missing runtime components.
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
Download the repository files, install prerequisites if needed, then run:
|
| 34 |
+
|
| 35 |
+
```text
|
| 36 |
+
Windows/eScooter.exe
|
| 37 |
+
```
|
Windows/Engine/Binaries/ThirdParty/DbgHelp/dbghelp.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e728908137ccf8326a1e955656fc8b5b2ee57d130aa7d9fb47d9fea77366ffb4
|
| 3 |
+
size 1885072
|
Windows/Engine/Binaries/ThirdParty/NVIDIA/NVaftermath/Win64/GFSDK_Aftermath_Lib.x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c0918fb5d68831c33136805a772e6250c1111a9769240994ce991ed38808870
|
| 3 |
+
size 1881544
|
Windows/Engine/Binaries/ThirdParty/Oculus/OVRPlugin/OVRPlugin/Win64/OVRPlugin.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9420282d9ae29fab086e9c47a1d6bb29de1725d7189b6e027df2419d3129ad2
|
| 3 |
+
size 4163784
|
Windows/Engine/Binaries/ThirdParty/Oculus/OVRPlugin/OVRPlugin/Win64/OpenXR/OVRPlugin.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c60559726d868dbc00eb10cac20d4cd816b9917051abea0dd949e564ce6d366b
|
| 3 |
+
size 5399752
|
Windows/Engine/Binaries/ThirdParty/Ogg/Win64/VS2015/libogg_64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1cb9c6b7c1b46f47200b2943f7fbcc30088e9bec36e1ba047d639bc487432f2
|
| 3 |
+
size 65480
|
Windows/Engine/Binaries/ThirdParty/OpenXR/win64/openxr_loader.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fa15cada67e22e62d9bd101d532de2020914ece83e08211c769e7522d4f7d6b
|
| 3 |
+
size 1977288
|
Windows/Engine/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbis_64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd31d4dd32474d5d0ef7d571d70a7907f5a477b2c8dbfbbfc371c5481dfa5419
|
| 3 |
+
size 1730504
|
Windows/Engine/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbisfile_64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34d2ef246fe32838dedfddcece02172a13efa29ebda0c02b75ecc72b26d30007
|
| 3 |
+
size 54216
|
Windows/Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64/WinPixEventRuntime.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:978c457bba3010dfc84bf96141e420175540f82e9d30f265744f2bc8c565a66e
|
| 3 |
+
size 72352
|
Windows/Engine/Binaries/ThirdParty/Windows/XAudio2_9/x64/xaudio2_9redist.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e34d1250d42d5c8eb368c78d5b179db86a91eaee4443b17c265f53c619aed465
|
| 3 |
+
size 863776
|
Windows/Engine/Content/SlateDebug/Fonts/LastResort.tps
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f775fa99d05e21d43d2d06d55982b23dcdccdb512a9a5a07aff674f212c41b8
|
| 3 |
+
size 930
|
Windows/Engine/Content/SlateDebug/Fonts/LastResort.ttf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fff0f8de0b868b964950fe97c9b60f893e9bc85a4f90b3629c5693db058b97b9
|
| 3 |
+
size 5395052
|
Windows/Engine/Extras/GPUDumpViewer/GPUDumpViewer.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Windows/Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.bat
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo off
|
| 2 |
+
|
| 3 |
+
set CWD=%cd%
|
| 4 |
+
set CHROME_USER_DATA=%CWD%/.tmp_chrome_data/
|
| 5 |
+
|
| 6 |
+
echo "Opening chrome..."
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
set CHROME="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
|
| 10 |
+
if exist "C:\Program Files\Google\Chrome\Application\chrome.exe" (
|
| 11 |
+
set CHROME="C:\Program Files\Google\Chrome\Application\chrome.exe"
|
| 12 |
+
)
|
| 13 |
+
|
| 14 |
+
REM --allow-file-access-from-files allow to load a file from a file:// webpage required for GPUDumpViewer.html to work.
|
| 15 |
+
REM --user-data-dir is required to force chrome to open a new instance so that --allow-file-access-from-files is honored.
|
| 16 |
+
%CHROME% "file://%CWD%/GPUDumpViewer.html" --allow-file-access-from-files --new-window --incognito --user-data-dir="%CHROME_USER_DATA%"
|
| 17 |
+
|
| 18 |
+
echo "Closing chrome..."
|
| 19 |
+
|
| 20 |
+
REM Wait for 2s to shut down so that CHROME_USER_DATA can be deleted completly
|
| 21 |
+
timeout /t 2 /nobreak > NUL
|
| 22 |
+
|
| 23 |
+
rmdir /S /Q "%CHROME_USER_DATA%"
|
| 24 |
+
|
Windows/Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
# Copyright Epic Games, Inc. All Rights Reserved.
|
| 3 |
+
|
| 4 |
+
set -eu
|
| 5 |
+
|
| 6 |
+
UNAMEOS="$(uname -s)"
|
| 7 |
+
|
| 8 |
+
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd)
|
| 9 |
+
CHROME_USER_DATA=$(mktemp -d -t GPUDumpViewerUserData-XXXXXX)
|
| 10 |
+
|
| 11 |
+
APPS=()
|
| 12 |
+
APPS+=(google-chrome-stable)
|
| 13 |
+
APPS+=(google-chrome)
|
| 14 |
+
|
| 15 |
+
if [[ "${UNAMEOS}" =~ "Darwin" ]]; then
|
| 16 |
+
APPS+=(open)
|
| 17 |
+
fi
|
| 18 |
+
|
| 19 |
+
CMD=
|
| 20 |
+
for val in "${APPS[@]}"; do
|
| 21 |
+
CMD="$(command -v "${val}")" || true
|
| 22 |
+
if [[ -n "${CMD}" ]]; then
|
| 23 |
+
break
|
| 24 |
+
fi
|
| 25 |
+
done
|
| 26 |
+
|
| 27 |
+
if [[ -z "${CMD}" ]]; then
|
| 28 |
+
echo "ERROR: Browser launch command not found"
|
| 29 |
+
exit 1
|
| 30 |
+
fi
|
| 31 |
+
|
| 32 |
+
ARGS=("${CMD}")
|
| 33 |
+
|
| 34 |
+
if [[ "${CMD}" == *open ]]; then
|
| 35 |
+
ARGS+=(-a "google chrome")
|
| 36 |
+
ARGS+=(--new)
|
| 37 |
+
ARGS+=(-W)
|
| 38 |
+
fi
|
| 39 |
+
|
| 40 |
+
ARGS+=("file://${SCRIPT_DIR}/GPUDumpViewer.html")
|
| 41 |
+
|
| 42 |
+
if [[ "${CMD}" == *open ]]; then
|
| 43 |
+
ARGS+=(--args)
|
| 44 |
+
fi
|
| 45 |
+
|
| 46 |
+
# --allow-file-access-from-files allow to load a file from a file:// webpage required for GPUDumpViewer.html to work.
|
| 47 |
+
# --user-data-dir is required to force chrome to open a new instance so that --allow-file-access-from-files is honored.
|
| 48 |
+
ARGS+=(--allow-file-access-from-files)
|
| 49 |
+
ARGS+=(--new-window)
|
| 50 |
+
ARGS+=(--incognito)
|
| 51 |
+
ARGS+=("--user-data-dir=${CHROME_USER_DATA}")
|
| 52 |
+
|
| 53 |
+
echo "Executing:"
|
| 54 |
+
echo
|
| 55 |
+
|
| 56 |
+
echo "${ARGS[0]} \\"
|
| 57 |
+
for ((i=1; i < ${#ARGS[@]}; i++ )); do
|
| 58 |
+
echo " ${ARGS[$i]} \\";
|
| 59 |
+
done
|
| 60 |
+
echo
|
| 61 |
+
|
| 62 |
+
"${ARGS[@]}"
|
| 63 |
+
|
| 64 |
+
echo
|
| 65 |
+
echo "Closing ${CMD}..."
|
| 66 |
+
|
| 67 |
+
if [[ -n "${CHROME_USER_DATA}" ]]; then
|
| 68 |
+
# Wait for 2s to shut down so that CHROME_USER_DATA can be deleted completely
|
| 69 |
+
sleep 2
|
| 70 |
+
rm -rf "${CHROME_USER_DATA}"
|
| 71 |
+
fi
|
Windows/Engine/Extras/Redist/en-us/UEPrereqSetup_x64.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef1ac9b2347702667e6a2a280bf2bcd55462882444a7c6981be74ac34df971f0
|
| 3 |
+
size 50596640
|
Windows/Engine/Saved/Config/Windows/Manifest.ini
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[Manifest]
|
| 2 |
+
Version=2
|
| 3 |
+
|
Windows/Manifest_DebugFiles_Win64.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
eScooter/Binaries/Win64/eScooter.pdb 2024-09-11T12:14:05.074Z
|
| 2 |
+
Engine/Content/SlateDebug/Fonts/LastResort.tps 2023-05-25T13:06:28.743Z
|
| 3 |
+
Engine/Content/SlateDebug/Fonts/LastResort.ttf 2023-05-25T13:06:28.752Z
|
| 4 |
+
Engine/Extras/GPUDumpViewer/GPUDumpViewer.html 2023-05-25T13:09:07.280Z
|
| 5 |
+
Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.bat 2023-05-25T13:09:07.281Z
|
| 6 |
+
Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh 2023-05-25T13:09:07.281Z
|
| 7 |
+
eScooter/Binaries/Win64/tbb.pdb 2023-05-25T13:03:22.926Z
|
Windows/Manifest_NonUFSFiles_Win64.txt
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
eScooter/Binaries/Win64/D3D12/D3D12Core.dll 2023-07-12T13:09:59.320Z
|
| 2 |
+
eScooter/Binaries/Win64/D3D12/d3d12SDKLayers.dll 2023-07-12T13:09:59.338Z
|
| 3 |
+
eScooter/Binaries/Win64/OpenImageDenoise.dll 2023-07-12T13:13:09.943Z
|
| 4 |
+
eScooter/Binaries/Win64/boost_atomic-mt-x64.dll 2023-07-12T13:13:08.789Z
|
| 5 |
+
eScooter/Binaries/Win64/boost_chrono-mt-x64.dll 2023-07-12T13:13:08.789Z
|
| 6 |
+
eScooter/Binaries/Win64/boost_filesystem-mt-x64.dll 2023-07-12T13:13:08.790Z
|
| 7 |
+
eScooter/Binaries/Win64/boost_iostreams-mt-x64.dll 2023-07-12T13:13:08.815Z
|
| 8 |
+
eScooter/Binaries/Win64/boost_program_options-mt-x64.dll 2023-07-12T13:13:08.816Z
|
| 9 |
+
eScooter/Binaries/Win64/boost_python39-mt-x64.dll 2023-07-12T13:13:08.818Z
|
| 10 |
+
eScooter/Binaries/Win64/boost_regex-mt-x64.dll 2023-07-12T13:13:08.818Z
|
| 11 |
+
eScooter/Binaries/Win64/boost_system-mt-x64.dll 2023-07-12T13:13:08.820Z
|
| 12 |
+
eScooter/Binaries/Win64/boost_thread-mt-x64.dll 2023-07-12T13:13:08.821Z
|
| 13 |
+
eScooter/Binaries/Win64/eScooter.exe 2024-09-11T12:14:04.953Z
|
| 14 |
+
eScooter/Binaries/Win64/tbb.dll 2023-07-12T13:09:56.860Z
|
| 15 |
+
eScooter/Binaries/Win64/tbb.pdb 2023-05-25T13:03:22.926Z
|
| 16 |
+
eScooter/Binaries/Win64/tbb12.dll 2023-07-12T13:13:09.151Z
|
| 17 |
+
Engine/Extras/Redist/en-us/UEPrereqSetup_x64.exe 2023-07-12T13:11:23.951Z
|
| 18 |
+
Engine/Binaries/ThirdParty/DbgHelp/dbghelp.dll 2023-07-12T13:09:37.565Z
|
| 19 |
+
Engine/Binaries/ThirdParty/NVIDIA/NVaftermath/Win64/GFSDK_Aftermath_Lib.x64.dll 2023-07-12T13:09:58.370Z
|
| 20 |
+
Engine/Binaries/ThirdParty/Oculus/OVRPlugin/OVRPlugin/Win64/OVRPlugin.dll 2023-07-12T13:09:58.405Z
|
| 21 |
+
Engine/Binaries/ThirdParty/Oculus/OVRPlugin/OVRPlugin/Win64/OpenXR/OVRPlugin.dll 2023-07-12T13:09:58.397Z
|
| 22 |
+
Engine/Binaries/ThirdParty/Ogg/Win64/VS2015/libogg_64.dll 2023-07-12T13:09:58.406Z
|
| 23 |
+
Engine/Binaries/ThirdParty/OpenXR/win64/openxr_loader.dll 2023-07-12T13:09:58.418Z
|
| 24 |
+
Engine/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbis_64.dll 2023-07-12T13:09:59.310Z
|
| 25 |
+
Engine/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbisfile_64.dll 2023-07-12T13:09:59.310Z
|
| 26 |
+
Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64/WinPixEventRuntime.dll 2023-07-12T13:09:59.347Z
|
| 27 |
+
Engine/Binaries/ThirdParty/Windows/XAudio2_9/x64/xaudio2_9redist.dll 2023-07-12T13:09:59.349Z
|
| 28 |
+
eScooter.exe 2024-09-11T12:42:47.724Z
|
Windows/Manifest_UFSFiles_Win64.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Windows/eScooter.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9d212a3ec5a50aea5cef72444d9f9405026c94711b41cb70d77791fa0817002
|
| 3 |
+
size 145408
|
Windows/eScooter/Binaries/Win64/D3D12/D3D12Core.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6b78379aa99185b0e48e65fd63ed2ec25b5a227f1a74afba4b5d93ae76a4475
|
| 3 |
+
size 5508496
|
Windows/eScooter/Binaries/Win64/D3D12/d3d12SDKLayers.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3df5fe553b7dee92807f69c51b6fc260a9ad48f0d0b4481a33aec447cb066691
|
| 3 |
+
size 9367440
|
Windows/eScooter/Binaries/Win64/OpenImageDenoise.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb216867cd83c061ae446694d540ec0f27ecb35223c9acd0bb4de93d172f69f7
|
| 3 |
+
size 49787744
|
Windows/eScooter/Binaries/Win64/boost_atomic-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:606fceb0fbbb1e9ca953dbe9b9c320af8c6572d9c2d147aa72cdd6e596e8ba25
|
| 3 |
+
size 33736
|
Windows/eScooter/Binaries/Win64/boost_chrono-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbeecc29646dafcd2b6d930b33290b5edfd7fc6b1cc87e3ea71d54083a4782c7
|
| 3 |
+
size 52680
|
Windows/eScooter/Binaries/Win64/boost_filesystem-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5b976cafea739a8a0c747ccf33225def32e83255b41adeb4d14b8e5e718c0f
|
| 3 |
+
size 157128
|
Windows/eScooter/Binaries/Win64/boost_iostreams-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:970084ed7c784542e7793574aee0febca214472568fabae3f086bd9c034a2c9f
|
| 3 |
+
size 63944
|
Windows/eScooter/Binaries/Win64/boost_program_options-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61d48946d97285436840a3ceaac1949e15306b14bfc9d04e15434de23554284d
|
| 3 |
+
size 356808
|
Windows/eScooter/Binaries/Win64/boost_python39-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5daf42ec764d2b9a624a466b0ecdbdff98306558319b992a308d2b26684ac708
|
| 3 |
+
size 208328
|
Windows/eScooter/Binaries/Win64/boost_regex-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bfa1f6e8ba039b129ba920553700684bc97fe16f87906bb3a5d50785fdb5299
|
| 3 |
+
size 244168
|
Windows/eScooter/Binaries/Win64/boost_system-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce8b6e249ea35ea436f3ee04c5f49619b78698fb594d4c1cc536fa97c704179b
|
| 3 |
+
size 26056
|
Windows/eScooter/Binaries/Win64/boost_thread-mt-x64.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0adb49fc4070f859b4cc6044fcade7ef68759b7cac488b93734ab6489d6ba257
|
| 3 |
+
size 92104
|
Windows/eScooter/Binaries/Win64/eScooter.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df81d508363e85ff9ec0bd6f41cd158676cb14bc1a4e7dbaaf327657674769d7
|
| 3 |
+
size 262127616
|
Windows/eScooter/Binaries/Win64/eScooter.pdb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e10f6c1c4521c228ed0d41c10e57567b74bce262911d73cfbe2f2f702c4c331
|
| 3 |
+
size 272011264
|
Windows/eScooter/Binaries/Win64/tbb.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8219802103894307697677c2fa693d323a2acd66ca6f8b79c08b1cc7fee8b9d
|
| 3 |
+
size 399816
|
Windows/eScooter/Binaries/Win64/tbb.pdb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2dc5c1533d5dbfe27920c3eb8d9ff051b4c00bcdc205f6fcad8ce17e0b0ac4d
|
| 3 |
+
size 6230016
|
Windows/eScooter/Binaries/Win64/tbb12.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c5121c6c5448aac00abb35b020e61e5879d51382ec1c934cd66b21c8f4ceef7
|
| 3 |
+
size 309704
|
Windows/eScooter/Content/Paks/eScooter-Windows.pak
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d68e7f74b156c89c1ef137a35d2e01c443a674d3b60735ff39bf5ec797a46e51
|
| 3 |
+
size 10192457
|
Windows/eScooter/Content/Paks/eScooter-Windows.ucas
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74929c93271311220bc0df1347278826d0137163c863575943f8a171a77e5bc2
|
| 3 |
+
size 205536816
|
Windows/eScooter/Content/Paks/eScooter-Windows.utoc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c079d9eed2ba693ce36e47bc97d66cd44054d890c96ab75513353647cab1a68
|
| 3 |
+
size 256562
|
Windows/eScooter/Content/Paks/global.ucas
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56eee200f2a3c7921dcdb135eb90a2062e25e86c4120f5f8045d6d03770e8ae2
|
| 3 |
+
size 2043920
|
Windows/eScooter/Content/Paks/global.utoc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ef10f4f7b8f8965b5c0d45178e62ae1a8c8218f57495b27b742c02a64c5e72a
|
| 3 |
+
size 587
|
Windows/eScooter/Saved/Config/CrashReportClient/UECC-Windows-C279F86D4E0D5D53BE0599B0B391D460/CrashReportClient.ini
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[CrashReportClient]
|
| 2 |
+
bHideLogFilesOption=false
|
| 3 |
+
bIsAllowedToCloseWithoutSending=true
|
| 4 |
+
CrashConfigPurgeDays=2
|
| 5 |
+
|
Windows/eScooter/Saved/Config/Windows/Bridge.ini
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
Windows/eScooter/Saved/Config/Windows/Compat.ini
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
Windows/eScooter/Saved/Config/Windows/ConcertSyncCore.ini
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
Windows/eScooter/Saved/Config/Windows/ControlRig.ini
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|