Initial
This commit is contained in:
commit
5aa721a11d
43 changed files with 235 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
# Ignore all files by default, but scan all directories.
|
||||||
|
*
|
||||||
|
!*/
|
||||||
|
|
||||||
|
# Do not ignore git files in the root of the repo.
|
||||||
|
!/.git*
|
||||||
|
|
||||||
|
# Do not ignore current project's `.uproject`.
|
||||||
|
!/*.uproject
|
||||||
|
|
||||||
|
# Do not ignore source, config and plugins dirs.
|
||||||
|
!/Source/**
|
||||||
|
!/Config/**
|
||||||
|
!/Plugins/**
|
||||||
|
|
||||||
|
# Only allow .uasset and .umap files from /Content dir.
|
||||||
|
# They're tracked by git-lfs, don't forget to track other
|
||||||
|
# files if adding them here.
|
||||||
|
!/Content/**/*.uasset
|
||||||
|
!/Content/**/*.umap
|
||||||
|
|
||||||
|
# Allow any files from /RawContent dir.
|
||||||
|
# Any file in /RawContent dir will be managed by git lfs.
|
||||||
|
!/RawContent/**/*
|
||||||
|
|
||||||
|
# OS/platform generated files.
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Mac OS X
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Linux
|
||||||
|
*~
|
||||||
|
.directory
|
||||||
|
|
||||||
|
# vim
|
||||||
|
[._]*.s[a-w][a-z]
|
||||||
|
[._]s[a-w][a-z]
|
||||||
|
*.un~
|
||||||
|
Session.vim
|
||||||
|
.netrwhist
|
||||||
|
|
||||||
|
# Visual Studio
|
||||||
|
.vs
|
||||||
|
|
||||||
|
Content/StarterContent
|
||||||
2
Config/DefaultEditor.ini
Normal file
2
Config/DefaultEditor.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[/Script/AdvancedPreviewScene.SharedProfiles]
|
||||||
|
|
||||||
40
Config/DefaultEngine.ini
Normal file
40
Config/DefaultEngine.ini
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
|
||||||
|
|
||||||
|
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||||
|
TargetedHardwareClass=Desktop
|
||||||
|
AppliedTargetedHardwareClass=Desktop
|
||||||
|
DefaultGraphicsPerformance=Maximum
|
||||||
|
AppliedDefaultGraphicsPerformance=Maximum
|
||||||
|
|
||||||
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
|
EditorStartupMap=/Game/game/levels/LV_Empty.LV_Empty
|
||||||
|
GameDefaultMap=/Game/game/levels/LV_Empty.LV_Empty
|
||||||
|
GlobalDefaultGameMode=/Game/game/gamemodes/GM_Default.GM_Default_C
|
||||||
|
GlobalDefaultServerGameMode=/Game/game/gamemodes/GM_Default.GM_Default_C
|
||||||
|
ServerDefaultMap=/Game/game/levels/LV_Empty.LV_Empty
|
||||||
|
|
||||||
|
[/Script/Engine.Engine]
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/fly")
|
||||||
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/fly")
|
||||||
|
|
||||||
|
[/Script/Engine.RendererSettings]
|
||||||
|
r.DefaultFeature.MotionBlur=False
|
||||||
|
r.DefaultFeature.AntiAliasing=2
|
||||||
|
r.DefaultFeature.Bloom=True
|
||||||
|
r.DefaultFeature.AutoExposure=True
|
||||||
|
r.DefaultFeature.AutoExposure.Method=0
|
||||||
|
|
||||||
|
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||||
|
bEnablePlugin=True
|
||||||
|
bAllowNetworkConnection=True
|
||||||
|
SecurityToken=FE27D0C443B05460CAB558805FE9A798
|
||||||
|
bIncludeInShipping=False
|
||||||
|
bAllowExternalStartInShipping=False
|
||||||
|
bCompileAFSProject=False
|
||||||
|
bUseCompression=False
|
||||||
|
bLogFiles=False
|
||||||
|
bReportStats=False
|
||||||
|
ConnectionType=USBOnly
|
||||||
|
bUseManualIPAddress=False
|
||||||
|
ManualIPAddress=
|
||||||
|
|
||||||
8
Config/DefaultGame.ini
Normal file
8
Config/DefaultGame.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
[/Script/EngineSettings.GeneralProjectSettings]
|
||||||
|
ProjectID=62C06B8F4D98F99AB8BF7C813DA57AFB
|
||||||
|
|
||||||
|
[StartupActions]
|
||||||
|
bAddPacks=True
|
||||||
|
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||||
113
Config/DefaultInput.ini
Normal file
113
Config/DefaultInput.ini
Normal file
|
|
@ -0,0 +1,113 @@
|
||||||
|
[/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="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="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,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_Left_Trackpad_Touch",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))
|
||||||
|
+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="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="Daydream_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Daydream_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Daydream_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="Daydream_Right_Trackpad_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="OculusGo_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusGo_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusGo_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusGo_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))
|
||||||
|
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
|
||||||
|
+AxisMappings=(AxisName="forward",Scale=1.000000,Key=LeftShift)
|
||||||
|
+AxisMappings=(AxisName="rotate down",Scale=1.000000,Key=W)
|
||||||
|
+AxisMappings=(AxisName="rotate up",Scale=1.000000,Key=S)
|
||||||
|
+AxisMappings=(AxisName="up",Scale=1.000000,Key=R)
|
||||||
|
+AxisMappings=(AxisName="rotate left",Scale=1.000000,Key=A)
|
||||||
|
+AxisMappings=(AxisName="rotate right",Scale=1.000000,Key=D)
|
||||||
|
+AxisMappings=(AxisName="down",Scale=1.000000,Key=F)
|
||||||
|
+AxisMappings=(AxisName="Calibrate",Scale=1.000000,Key=SpaceBar)
|
||||||
|
+AxisMappings=(AxisName="rotate cloc",Scale=1.000000,Key=E)
|
||||||
|
+AxisMappings=(AxisName="rotate countercloc",Scale=1.000000,Key=Q)
|
||||||
|
+AxisMappings=(AxisName="backwards",Scale=1.000000,Key=C)
|
||||||
|
+AxisMappings=(AxisName="Hover",Scale=1.000000,Key=X)
|
||||||
|
+AxisMappings=(AxisName="camera_x",Scale=1.000000,Key=MouseX)
|
||||||
|
+AxisMappings=(AxisName="camera_y",Scale=-1.000000,Key=MouseY)
|
||||||
|
+AxisMappings=(AxisName="camera_zoom_axis",Scale=1.000000,Key=MouseWheelAxis)
|
||||||
|
+AxisMappings=(AxisName="camera_z",Scale=1.000000,Key=LeftControl)
|
||||||
|
+AxisMappings=(AxisName="toggle camera",Scale=1.000000,Key=C)
|
||||||
|
+AxisMappings=(AxisName="lift",Scale=1.000000,Key=F)
|
||||||
|
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||||
|
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||||
|
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||||
|
-ConsoleKeys=Tilde
|
||||||
|
+ConsoleKeys=Tilde
|
||||||
|
|
||||||
BIN
Content/game/blueprints/BP_Planet.uasset
Normal file
BIN
Content/game/blueprints/BP_Planet.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/BP_Skybox.uasset
Normal file
BIN
Content/game/blueprints/BP_Skybox.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/BP_SmokeParticle.uasset
Normal file
BIN
Content/game/blueprints/BP_SmokeParticle.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/BP_Spaceship.uasset
Normal file
BIN
Content/game/blueprints/BP_Spaceship.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/BP_Thruster.uasset
Normal file
BIN
Content/game/blueprints/BP_Thruster.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/BP_Trace.uasset
Normal file
BIN
Content/game/blueprints/BP_Trace.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/BP_Tracer.uasset
Normal file
BIN
Content/game/blueprints/BP_Tracer.uasset
Normal file
Binary file not shown.
BIN
Content/game/blueprints/GM_Default.uasset
Normal file
BIN
Content/game/blueprints/GM_Default.uasset
Normal file
Binary file not shown.
BIN
Content/game/gamemodes/GM_Default.uasset
Normal file
BIN
Content/game/gamemodes/GM_Default.uasset
Normal file
Binary file not shown.
BIN
Content/game/gamemodes/PC_Default.uasset
Normal file
BIN
Content/game/gamemodes/PC_Default.uasset
Normal file
Binary file not shown.
BIN
Content/game/gamemodes/gamemode.uasset
Normal file
BIN
Content/game/gamemodes/gamemode.uasset
Normal file
Binary file not shown.
BIN
Content/game/gui/WG_Button.uasset
Normal file
BIN
Content/game/gui/WG_Button.uasset
Normal file
Binary file not shown.
BIN
Content/game/gui/WG_MainMenu.uasset
Normal file
BIN
Content/game/gui/WG_MainMenu.uasset
Normal file
Binary file not shown.
BIN
Content/game/gui/WG_MousePointer.uasset
Normal file
BIN
Content/game/gui/WG_MousePointer.uasset
Normal file
Binary file not shown.
BIN
Content/game/levels/LV_.umap
Normal file
BIN
Content/game/levels/LV_.umap
Normal file
Binary file not shown.
BIN
Content/game/levels/LV_Empty.umap
Normal file
BIN
Content/game/levels/LV_Empty.umap
Normal file
Binary file not shown.
BIN
Content/game/levels/LV_OnePlanet.umap
Normal file
BIN
Content/game/levels/LV_OnePlanet.umap
Normal file
Binary file not shown.
BIN
Content/game/materials/MP_Skybox.uasset
Normal file
BIN
Content/game/materials/MP_Skybox.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MTI_BlackCircle.uasset
Normal file
BIN
Content/game/materials/MTI_BlackCircle.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_Circle.uasset
Normal file
BIN
Content/game/materials/MT_Circle.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_SmokeParticle.uasset
Normal file
BIN
Content/game/materials/MT_SmokeParticle.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_Spaceship.uasset
Normal file
BIN
Content/game/materials/MT_Spaceship.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_Windows.uasset
Normal file
BIN
Content/game/materials/MT_Windows.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_detect_edges.uasset
Normal file
BIN
Content/game/materials/MT_detect_edges.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_get_cernel.uasset
Normal file
BIN
Content/game/materials/MT_get_cernel.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_planet.uasset
Normal file
BIN
Content/game/materials/MT_planet.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_thickness_modulation.uasset
Normal file
BIN
Content/game/materials/MT_thickness_modulation.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/MT_trace.uasset
Normal file
BIN
Content/game/materials/MT_trace.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/PPI_outline.uasset
Normal file
BIN
Content/game/materials/PPI_outline.uasset
Normal file
Binary file not shown.
BIN
Content/game/materials/PP_outline.uasset
Normal file
BIN
Content/game/materials/PP_outline.uasset
Normal file
Binary file not shown.
BIN
Content/game/meshes/MS_Planet.uasset
Normal file
BIN
Content/game/meshes/MS_Planet.uasset
Normal file
Binary file not shown.
BIN
Content/game/meshes/MS_SmokeParticle.uasset
Normal file
BIN
Content/game/meshes/MS_SmokeParticle.uasset
Normal file
Binary file not shown.
BIN
Content/game/meshes/MS_Spaceship.uasset
Normal file
BIN
Content/game/meshes/MS_Spaceship.uasset
Normal file
Binary file not shown.
BIN
Content/game/meshes/MS_Spaceship_Old.uasset
Normal file
BIN
Content/game/meshes/MS_Spaceship_Old.uasset
Normal file
Binary file not shown.
BIN
Content/game/meshes/MS_Thruster.uasset
Normal file
BIN
Content/game/meshes/MS_Thruster.uasset
Normal file
Binary file not shown.
BIN
Content/game/textures/TX_Skybox.uasset
Normal file
BIN
Content/game/textures/TX_Skybox.uasset
Normal file
Binary file not shown.
17
fly.uproject
Normal file
17
fly.uproject
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"FileVersion": 3,
|
||||||
|
"EngineAssociation": "{1281BC79-4319-CB0E-6B99-49B568085935}",
|
||||||
|
"Category": "",
|
||||||
|
"Description": "",
|
||||||
|
"Plugins": [
|
||||||
|
{
|
||||||
|
"Name": "Bridge",
|
||||||
|
"Enabled": true,
|
||||||
|
"SupportedTargetPlatforms": [
|
||||||
|
"Win64",
|
||||||
|
"Mac",
|
||||||
|
"Linux"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue