Init
This commit is contained in:
74
.gitignore
vendored
Normal file
74
.gitignore
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
# Visual Studio 2015 user specific files
|
||||
.vs/
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.ipa
|
||||
|
||||
# These project files can be generated by the engine
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.sln
|
||||
*.suo
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
# Precompiled Assets
|
||||
SourceArt/**/*.png
|
||||
SourceArt/**/*.tga
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/*/Binaries/*
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
!Build/*/PakBlacklist*.txt
|
||||
|
||||
# Don't ignore icon files in Build
|
||||
!Build/**/*.ico
|
||||
|
||||
# Built data for maps
|
||||
*_BuiltData.uasset
|
||||
|
||||
# Configuration files generated by the Editor
|
||||
Saved/*
|
||||
|
||||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Plugins/*/Intermediate/*
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
||||
17
Config/Android/AndroidEngine.ini
Normal file
17
Config/Android/AndroidEngine.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
||||
MinSDKVersion=23
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
1
Config/DedicatedServerEngine.ini
Normal file
1
Config/DedicatedServerEngine.ini
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
Config/DefaultEditor.ini
Normal file
1
Config/DefaultEditor.ini
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
225
Config/DefaultEngine.ini
Normal file
225
Config/DefaultEngine.ini
Normal file
@@ -0,0 +1,225 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/Levels/L_MainLevel.L_MainLevel
|
||||
EditorStartupMap=/Game/Levels/L_MainLevel.L_MainLevel
|
||||
GlobalDefaultGameMode=/Game/Blueprints/BP_FireworksGamemode.BP_FireworksGamemode_C
|
||||
GameInstanceClass=/Game/Blueprints/BP_FirekrackersGameInstance.BP_FirekrackersGameInstance_C
|
||||
bUseSplitscreen=False
|
||||
|
||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||
TargetedHardwareClass=Desktop
|
||||
AppliedTargetedHardwareClass=Desktop
|
||||
DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.GenerateMeshDistanceFields=False
|
||||
r.DynamicGlobalIlluminationMethod=1
|
||||
r.ReflectionMethod=1
|
||||
r.Shadow.Virtual.Enable=1
|
||||
r.ForwardShading=True
|
||||
r.AntiAliasingMethod=3
|
||||
r.DefaultFeature.Bloom=False
|
||||
r.DefaultFeature.MotionBlur=False
|
||||
vr.InstancedStereo=False
|
||||
r.CustomDepth=0
|
||||
r.CustomDepthTemporalAAJitter=False
|
||||
r.DefaultFeature.AutoExposure.Method=1
|
||||
r.DiscardUnusedQuality=True
|
||||
r.Material.EnergyConservation=False
|
||||
r.SeparateTranslucency=False
|
||||
r.MobileHDR=False
|
||||
vr.MobileMultiView=True
|
||||
r.DefaultFeature.AmbientOcclusion=False
|
||||
r.DefaultFeature.AmbientOcclusionStaticFraction=False
|
||||
r.DefaultFeature.AutoExposure=False
|
||||
r.SupportPointLightWholeSceneShadows=False
|
||||
r.SupportSkyAtmosphere=False
|
||||
r.Mobile.EnableStaticAndCSMShadowReceivers=False
|
||||
r.Mobile.AllowDistanceFieldShadows=False
|
||||
r.Mobile.AllowMovableDirectionalLights=False
|
||||
r.Mobile.UseHWsRGBEncoding=True
|
||||
|
||||
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
|
||||
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/FireworkDuels")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/FireworkDuels")
|
||||
+ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="FireworkDuelsGameModeBase")
|
||||
bSubtitlesEnabled=False
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
bAllowNetworkConnection=True
|
||||
SecurityToken=A3832CFD4D3B9BEE1F93DA83A1731A8F
|
||||
bIncludeInShipping=False
|
||||
bAllowExternalStartInShipping=False
|
||||
bCompileAFSProject=False
|
||||
bUseCompression=False
|
||||
bLogFiles=False
|
||||
bReportStats=False
|
||||
ConnectionType=USBOnly
|
||||
bUseManualIPAddress=False
|
||||
ManualIPAddress=
|
||||
|
||||
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
||||
PackageName=BankaiSoftware.[PROJECT]
|
||||
StoreVersion=1
|
||||
StoreVersionOffsetArmV7=0
|
||||
StoreVersionOffsetArm64=0
|
||||
StoreVersionOffsetX8664=0
|
||||
ApplicationDisplayName=
|
||||
VersionDisplayName=1.0
|
||||
MinSDKVersion=23
|
||||
TargetSDKVersion=29
|
||||
InstallLocation=Auto
|
||||
bEnableGradle=True
|
||||
bEnableLint=False
|
||||
bPackageDataInsideApk=True
|
||||
bCreateAllPlatformsInstall=False
|
||||
bDisableVerifyOBBOnStartUp=False
|
||||
bForceSmallOBBFiles=False
|
||||
bAllowLargeOBBFiles=False
|
||||
bAllowPatchOBBFile=False
|
||||
bAllowOverflowOBBFiles=False
|
||||
bUseExternalFilesDir=False
|
||||
bPublicLogFiles=True
|
||||
Orientation=Landscape
|
||||
MaxAspectRatio=2.100000
|
||||
bUseDisplayCutout=False
|
||||
bRestoreNotificationsOnReboot=False
|
||||
bFullScreen=True
|
||||
bEnableNewKeyboard=True
|
||||
DepthBufferPreference=Default
|
||||
bValidateTextureFormats=True
|
||||
bForceCompressNativeLibs=False
|
||||
bEnableAdvancedBinaryCompression=False
|
||||
bEnableBundle=False
|
||||
bEnableUniversalAPK=True
|
||||
bBundleABISplit=True
|
||||
bBundleLanguageSplit=True
|
||||
bBundleDensitySplit=True
|
||||
ExtraApplicationSettings=
|
||||
ExtraActivitySettings=
|
||||
bAndroidVoiceEnabled=False
|
||||
+PackageForOculusMobile=Quest2
|
||||
bRemoveOSIG=True
|
||||
KeyStore=ExampleKey.keystore
|
||||
KeyAlias=MyKey
|
||||
KeyStorePassword=dupa123
|
||||
KeyPassword=
|
||||
bBuildForArm64=True
|
||||
bBuildForX8664=False
|
||||
bBuildForES31=True
|
||||
bSupportsVulkan=True
|
||||
bSupportsVulkanSM5=False
|
||||
DebugVulkanLayerDirectory=(Path="")
|
||||
bAndroidOpenGLSupportsBackbufferSampling=False
|
||||
bDetectVulkanByDefault=True
|
||||
bBuildWithHiddenSymbolVisibility=False
|
||||
bSaveSymbols=False
|
||||
bForceLDLinker=False
|
||||
bEnableGooglePlaySupport=False
|
||||
bUseGetAccounts=False
|
||||
GamesAppID=
|
||||
bEnableSnapshots=False
|
||||
bSupportAdMob=True
|
||||
AdMobAdUnitID=
|
||||
GooglePlayLicenseKey=
|
||||
GCMClientSenderID=
|
||||
bShowLaunchImage=False
|
||||
bAllowIMU=False
|
||||
bAllowControllers=True
|
||||
bBlockAndroidKeysOnControllers=False
|
||||
bControllersBlockDeviceFeedback=False
|
||||
AndroidAudio=Default
|
||||
AudioSampleRate=44100
|
||||
AudioCallbackBufferFrameSize=1024
|
||||
AudioNumBuffersToEnqueue=4
|
||||
AudioMaxChannels=0
|
||||
AudioNumSourceWorkers=0
|
||||
SpatializationPlugin=
|
||||
ReverbPlugin=
|
||||
OcclusionPlugin=
|
||||
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
|
||||
CacheSizeKB=65536
|
||||
MaxChunkSizeOverrideKB=0
|
||||
bResampleForDevice=False
|
||||
SoundCueCookQualityIndex=-1
|
||||
MaxSampleRate=48000.000000
|
||||
HighSampleRate=32000.000000
|
||||
MedSampleRate=24000.000000
|
||||
LowSampleRate=12000.000000
|
||||
MinSampleRate=8000.000000
|
||||
CompressionQualityModifier=1.000000
|
||||
AutoStreamingThreshold=0.000000
|
||||
AndroidGraphicsDebugger=None
|
||||
MaliGraphicsDebuggerPath=(Path="")
|
||||
bEnableMaliPerfCounters=False
|
||||
bMultiTargetFormat_ETC2=True
|
||||
bMultiTargetFormat_DXT=True
|
||||
bMultiTargetFormat_ASTC=True
|
||||
TextureFormatPriority_ETC2=0.200000
|
||||
TextureFormatPriority_DXT=0.600000
|
||||
TextureFormatPriority_ASTC=0.900000
|
||||
SDKAPILevelOverride=
|
||||
NDKAPILevelOverride=
|
||||
BuildToolsOverride=
|
||||
bStreamLandscapeMeshLODs=False
|
||||
bEnableDomStorage=False
|
||||
|
||||
[EpicOnlineServices]
|
||||
ProductName=FireKrackers
|
||||
ProductVersion=0.0.1
|
||||
ProductId=7a2ccd3c6204457a9622da49d329edf4
|
||||
SandboxId=43e2dc12762a466f84117cbafa0c62ed
|
||||
DeploymentId=266f28e64d354e0d87bd13e9d5b4f75d
|
||||
ClientId=xyza7891o4mHj4sWLqZ0HG7CZw0O8bCh
|
||||
ClientSecret=nH6KU1rx7gxX5yEz0zSP1nuYEf8PgHPjNutucWYAuTc
|
||||
ApiVersion=v2022_10_28
|
||||
RequireEpicGamesLauncher=False
|
||||
AuthenticationGraph=Anonymous
|
||||
EditorAuthenticationGraph=Anonymous
|
||||
CrossPlatformAccountProvider=None
|
||||
RequireCrossPlatformAccount=False
|
||||
DisablePersistentLogin=False
|
||||
DevAuthToolAddress=localhost:6300
|
||||
DevAuthToolDefaultCredentialName=Context_1
|
||||
SimpleFirstPartyLoginUrl=
|
||||
WidgetClass_EnterDevicePinCode=/OnlineSubsystemRedpointEOS/EOSDefaultUserInterface_EnterDevicePinCode.EOSDefaultUserInterface_EnterDevicePinCode_C
|
||||
WidgetClass_SignInOrCreateAccount=/OnlineSubsystemRedpointEOS/EOSDefaultUserInterface_SignInOrCreateAccount.EOSDefaultUserInterface_SignInOrCreateAccount_C
|
||||
EnableAntiCheat=False
|
||||
TrustedClientPublicKey=
|
||||
NetworkAuthenticationMode=Off
|
||||
DedicatedServerPublicKey=UvoEjb0KJ7HsIENrT5QIMAUEuQBPL4MusNZWzuO4tQM=
|
||||
EnableAutomaticEncryptionOnTrustedDedicatedServers=True
|
||||
PresenceAdvertises=Session
|
||||
AcceptStatWriteRequestsFromServers=False
|
||||
PlayerDataEncryptionKey=c5da96b8e897b64a509d8457d9b29e5b63e5660351a6e1430a593a516cf7ad98
|
||||
EnableVoiceChatEchoInParties=False
|
||||
EnableVoiceChatPlatformAECByDefault=False
|
||||
DelegatedSubsystems=
|
||||
PartyJoinabilityConstraint=AllowPlayersInMultipleParties
|
||||
|
||||
[EpicOnlineServices]
|
||||
!StatTypingRules=ClearArray
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/OculusHMD.OculusHMDRuntimeSettings]
|
||||
ColorSpace=Quest
|
||||
|
||||
22
Config/DefaultGame.ini
Normal file
22
Config/DefaultGame.ini
Normal file
@@ -0,0 +1,22 @@
|
||||
[/Script/EngineSettings.GeneralProjectSettings]
|
||||
ProjectID=7333CB234FE3B7196FA12D867ACED69E
|
||||
bStartInVR=True
|
||||
ProjectVersion=0.0.2
|
||||
ProjectName=FireKrackers
|
||||
CompanyName=Bankai Software
|
||||
CompanyDistinguishedName=Bankai Software
|
||||
Homepage=www.bankai.pl
|
||||
SupportContact=bankai@bankai.pl
|
||||
CopyrightNotice=All rights reserved.
|
||||
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "DBE2D8D443C25AE5C2D3F1BCB403DAC7", "FireKrackers")
|
||||
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
FullRebuild=False
|
||||
bGenerateNoChunks=True
|
||||
BuildConfiguration=PPBC_Development
|
||||
ForDistribution=False
|
||||
|
||||
[/Script/Engine.AssetManagerSettings]
|
||||
+PrimaryAssetTypesToScan=(PrimaryAssetType="UserWidgetRedpointEOS",AssetBaseClass=/Script/CoreUObject.Object,bHasBlueprintClasses=True,bIsEditorOnly=False,Directories=((Path="/OnlineSubsystemRedpointEOS")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
|
||||
bShouldManagerDetermineTypeAndName=True
|
||||
|
||||
118
Config/DefaultInput.ini
Normal file
118
Config/DefaultInput.ini
Normal file
@@ -0,0 +1,118 @@
|
||||
[/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="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="Mouse2D",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="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="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))
|
||||
+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="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="OculusTouch_Left_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Left_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Left_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Left_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Left_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Left_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Right_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Right_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Right_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Right_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||
+AxisConfig=(AxisKeyName="OculusHand_Right_PinkPinchStrength",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
|
||||
bAlwaysShowTouchInterface=False
|
||||
bShowConsoleOnFourFingerTap=True
|
||||
bEnableGestureRecognizer=False
|
||||
bUseAutocorrect=False
|
||||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||
DefaultViewportMouseLockMode=LockOnCapture
|
||||
FOVScale=0.011110
|
||||
DoubleClickTime=0.200000
|
||||
+ActionMappings=(ActionName="Grab_R",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Trigger_Click)
|
||||
+ActionMappings=(ActionName="Grab_L",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Trigger_Click)
|
||||
+ActionMappings=(ActionName="Laser_R",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Grip_Click)
|
||||
+ActionMappings=(ActionName="Use_R",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_A_Click)
|
||||
+ActionMappings=(ActionName="Use_L",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_X_Click)
|
||||
+ActionMappings=(ActionName="Laser_L",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Grip_Click)
|
||||
+ActionMappings=(ActionName="Menu_R",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_B_Click)
|
||||
+ActionMappings=(ActionName="Menu_L",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Y_Click)
|
||||
+AxisMappings=(AxisName="TriggerR",Scale=1.000000,Key=OculusTouch_Right_Trigger_Axis)
|
||||
+AxisMappings=(AxisName="TriggerL",Scale=1.000000,Key=OculusTouch_Left_Trigger_Axis)
|
||||
+AxisMappings=(AxisName="ScrollR",Scale=1.000000,Key=OculusTouch_Right_Thumbstick_Y)
|
||||
+AxisMappings=(AxisName="ScrollL",Scale=1.000000,Key=OculusTouch_Left_Thumbstick_Y)
|
||||
DefaultPlayerInputClass=/Script/Engine.PlayerInput
|
||||
DefaultInputComponentClass=/Script/Engine.InputComponent
|
||||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Tilde
|
||||
|
||||
31
Config/HoloLens/HoloLensEngine.ini
Normal file
31
Config/HoloLens/HoloLensEngine.ini
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
|
||||
[/Script/HoloLensPlatformEditor.HoloLensTargetSettings]
|
||||
bBuildForEmulation=False
|
||||
bBuildForDevice=True
|
||||
bUseNameForLogo=True
|
||||
bBuildForRetailWindowsStore=False
|
||||
bAutoIncrementVersion=False
|
||||
bShouldCreateAppInstaller=False
|
||||
AppInstallerInstallationURL=
|
||||
HoursBetweenUpdateChecks=0
|
||||
bEnablePIXProfiling=False
|
||||
TileBackgroundColor=(B=64,G=0,R=0,A=255)
|
||||
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255)
|
||||
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=())
|
||||
TargetDeviceFamily=Windows.Holographic
|
||||
MinimumPlatformVersion=
|
||||
MaximumPlatformVersionTested=10.0.18362.0
|
||||
MaxTrianglesPerCubicMeter=500.000000
|
||||
SpatialMeshingVolumeSize=20.000000
|
||||
CompilerVersion=Default
|
||||
Windows10SDKVersion=10.0.18362.0
|
||||
+CapabilityList=internetClientServer
|
||||
+CapabilityList=privateNetworkClientServer
|
||||
+Uap2CapabilityList=spatialPerception
|
||||
bSetDefaultCapabilities=False
|
||||
SpatializationPlugin=
|
||||
ReverbPlugin=
|
||||
OcclusionPlugin=
|
||||
SoundCueCookQualityIndex=-1
|
||||
|
||||
21
Config/IOS/IOSEngine.ini
Normal file
21
Config/IOS/IOSEngine.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
|
||||
MinimumiOSVersion=IOS_13
|
||||
bEnableSignInWithAppleSupport=True
|
||||
|
||||
[OnlineSubsystemApple]
|
||||
bEnabled=True
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
17
Config/Linux/LinuxEngine.ini
Normal file
17
Config/Linux/LinuxEngine.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[OnlineSubsystemSteam]
|
||||
bUseSteamNetworking=False
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
14
Config/LinuxArm64/LinuxArm64Engine.ini
Normal file
14
Config/LinuxArm64/LinuxArm64Engine.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
3
Config/Mac/MacEngine.ini
Normal file
3
Config/Mac/MacEngine.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[OnlineSubsystemSteam]
|
||||
bUseSteamNetworking=False
|
||||
|
||||
14
Config/TVOS/TVOSEngine.ini
Normal file
14
Config/TVOS/TVOSEngine.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
17
Config/Windows/WindowsEngine.ini
Normal file
17
Config/Windows/WindowsEngine.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[OnlineSubsystem]
|
||||
DefaultPlatformService=RedpointEOS
|
||||
|
||||
[OnlineSubsystemSteam]
|
||||
bUseSteamNetworking=False
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
!NetDriverDefinitions=ClearArray
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="BeaconNetDriver",DriverClassName="/Script/OnlineSubsystemRedpointEOS.EOSNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
|
||||
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
|
||||
Binary file not shown.
BIN
Content/Assets/Batteries/Panzerfaust/SM_Panzerfaust.uasset
Normal file
BIN
Content/Assets/Batteries/Panzerfaust/SM_Panzerfaust.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Batteries/RocketLauncher/SM_RocketLauncher.uasset
Normal file
BIN
Content/Assets/Batteries/RocketLauncher/SM_RocketLauncher.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Blocks/M_Block.uasset
Normal file
BIN
Content/Assets/Blocks/M_Block.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Blocks/M_Block_1.uasset
Normal file
BIN
Content/Assets/Blocks/M_Block_1.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Blocks/M_Block_2.uasset
Normal file
BIN
Content/Assets/Blocks/M_Block_2.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Blocks/M_Block_3.uasset
Normal file
BIN
Content/Assets/Blocks/M_Block_3.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Blocks/M_Block_4.uasset
Normal file
BIN
Content/Assets/Blocks/M_Block_4.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Blocks/M_Block_5.uasset
Normal file
BIN
Content/Assets/Blocks/M_Block_5.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Blocks/SM_Block.uasset
Normal file
BIN
Content/Assets/Blocks/SM_Block.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/CardboardBox/M_CardboardBox.uasset
Normal file
BIN
Content/Assets/CardboardBox/M_CardboardBox.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/CardboardBox/SM_Box01.uasset
Normal file
BIN
Content/Assets/CardboardBox/SM_Box01.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/CardboardBox/T_Box01_D.uasset
Normal file
BIN
Content/Assets/CardboardBox/T_Box01_D.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/CardboardBox/T_Box01_N.uasset
Normal file
BIN
Content/Assets/CardboardBox/T_Box01_N.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/CardboardBox/T_Box01_ORM.uasset
Normal file
BIN
Content/Assets/CardboardBox/T_Box01_ORM.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/House/SM_House.uasset
Normal file
BIN
Content/Assets/Environment/House/SM_House.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/M_PineLeaves.uasset
Normal file
BIN
Content/Assets/Environment/Tree/M_PineLeaves.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/M_PineWood.uasset
Normal file
BIN
Content/Assets/Environment/Tree/M_PineWood.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree01.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree01.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree02.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree02.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree03.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree03.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree04.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree04.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree05.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree05.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree06.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree06.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree07.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree07.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree08.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree08.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree09.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree09.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/SM_PineTree10.uasset
Normal file
BIN
Content/Assets/Environment/Tree/SM_PineTree10.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_PineBark_BaseColor.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_PineBark_BaseColor.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_PineBark_Normal.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_PineBark_Normal.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_PineBark_Roughness.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_PineBark_Roughness.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_Pine_BaseColor.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_Pine_BaseColor.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_Pine_Normal.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_Pine_Normal.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_Pine_OpacityMask.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_Pine_OpacityMask.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Environment/Tree/T_Pine_Roughness.uasset
Normal file
BIN
Content/Assets/Environment/Tree/T_Pine_Roughness.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Firecrackers/InstantDeath/SM_InstantDeath.uasset
Normal file
BIN
Content/Assets/Firecrackers/InstantDeath/SM_InstantDeath.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Firecrackers/InstantDeath/T_InstantDeath_D.uasset
Normal file
BIN
Content/Assets/Firecrackers/InstantDeath/T_InstantDeath_D.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Firecrackers/InstantDeath/T_InstantDeath_N.uasset
Normal file
BIN
Content/Assets/Firecrackers/InstantDeath/T_InstantDeath_N.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Firecrackers/LongFuse/M_Generic_LongFuse.uasset
Normal file
BIN
Content/Assets/Firecrackers/LongFuse/M_Generic_LongFuse.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Firecrackers/LongFuse/SM_LongFuse.uasset
Normal file
BIN
Content/Assets/Firecrackers/LongFuse/SM_LongFuse.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Firecrackers/Pirate/M_Generic_Pirate.uasset
Normal file
BIN
Content/Assets/Firecrackers/Pirate/M_Generic_Pirate.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Firecrackers/Pirate/SM_Pirate.uasset
Normal file
BIN
Content/Assets/Firecrackers/Pirate/SM_Pirate.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Firecrackers/RedDragon/M_Generic_RedDragon.uasset
Normal file
BIN
Content/Assets/Firecrackers/RedDragon/M_Generic_RedDragon.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Firecrackers/RedDragon/M_RedDragon.uasset
Normal file
BIN
Content/Assets/Firecrackers/RedDragon/M_RedDragon.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Firecrackers/RedDragon/SM_RedDragon.uasset
Normal file
BIN
Content/Assets/Firecrackers/RedDragon/SM_RedDragon.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Assets/Firecrackers/RedDragon/T_Petard_Normal.uasset
Normal file
BIN
Content/Assets/Firecrackers/RedDragon/T_Petard_Normal.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/ABP_Hand.uasset
Normal file
BIN
Content/Assets/Hand/ABP_Hand.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_Batteries.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_Batteries.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_DoubleTrouble.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_DoubleTrouble.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_InstantDeath.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_InstantDeath.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_Lighter.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_Lighter.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_Open.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_Open.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_RedDragon.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_RedDragon.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/Anim/Anim_Hand_Rockets.uasset
Normal file
BIN
Content/Assets/Hand/Anim/Anim_Hand_Rockets.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/M_Hand.uasset
Normal file
BIN
Content/Assets/Hand/M_Hand.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hand/SK_Hand.uasset
Normal file
BIN
Content/Assets/Hand/SK_Hand.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hands/Anims/Anim_HandClosed.uasset
Normal file
BIN
Content/Assets/Hands/Anims/Anim_HandClosed.uasset
Normal file
Binary file not shown.
BIN
Content/Assets/Hands/Anims/Anim_HandOpen.uasset
Normal file
BIN
Content/Assets/Hands/Anims/Anim_HandOpen.uasset
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user