Compare commits

..

12 Commits

Author SHA1 Message Date
33ec46ba58 Particle effect and locomotion fixes 2022-06-15 11:23:05 +03:00
7d8287d189 VRGameMode in Exhibition default pawn to VRPawnGrabLoc 2022-05-23 12:52:46 +03:00
6771b734dc ArtGallery Level and grab locomotion with to hands, two at time bug presents. Teleportation is wierd, joystick is working, no vigette applied 2022-05-23 00:07:14 +03:00
u53rn4m3123
0f3f39ba11 Added Siim's stuff 2022-05-20 15:13:18 +03:00
u53rn4m3123
39a8038f96 Added teleport to Siim's level 2022-05-20 15:01:48 +03:00
u53rn4m3123
71652f564d Fix 2022-05-08 21:15:09 +03:00
u53rn4m3123
ce4a56539d Readded accidentally deleted things 2022-05-08 21:13:49 +03:00
u53rn4m3123
bdda55d5f4 Improvements 2022-05-08 21:09:24 +03:00
u53rn4m3123
b0ef86a222 Major improvements 2022-05-08 20:52:52 +03:00
u53rn4m3123
c48898d30f Lots of updates & fixes 2022-05-08 20:49:43 +03:00
u53rn4m3123
e19f84270a Updated exhibition level 2022-04-28 20:24:53 +03:00
u53rn4m3123
3002f9457f Added assets for gallery 2022-04-28 20:24:35 +03:00
915 changed files with 13752 additions and 2286 deletions

View File

@@ -0,0 +1,14 @@
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-19

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_id"></string>
</resources>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -77,7 +77,7 @@ vr.InstancedStereo=True
r.MobileHDR=False r.MobileHDR=False
vr.MobileMultiView=True vr.MobileMultiView=True
r.Mobile.UseHWsRGBEncoding=True r.Mobile.UseHWsRGBEncoding=True
vr.RoundRobinOcclusion=False vr.RoundRobinOcclusion=True
vr.ODSCapture=False vr.ODSCapture=False
r.MeshStreaming=False r.MeshStreaming=False
r.WireframeCullThreshold=5.000000 r.WireframeCullThreshold=5.000000
@@ -115,6 +115,7 @@ VisualizeCalibrationColorMaterialPath=None
VisualizeCalibrationCustomMaterialPath=None VisualizeCalibrationCustomMaterialPath=None
VisualizeCalibrationGrayscaleMaterialPath=None VisualizeCalibrationGrayscaleMaterialPath=None
r.Mobile.SupportGPUScene=1 r.Mobile.SupportGPUScene=1
vr.VRS.HMDFixedFoveationLevel=1
[/Script/HardwareTargeting.HardwareTargetingSettings] [/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Mobile TargetedHardwareClass=Mobile
@@ -132,7 +133,7 @@ ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False bOffsetPlayerGamepadIds=False
GameInstanceClass=/Script/Engine.GameInstance GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/Siim/VRTemplateMapSiim.VRTemplateMapSiim GameDefaultMap=/Game/Maps/Exhibition.Exhibition
ServerDefaultMap=/Engine/Maps/Entry.Entry ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
GlobalDefaultServerGameMode=None GlobalDefaultServerGameMode=None
@@ -175,7 +176,7 @@ StoreVersionOffsetX8664=0
ApplicationDisplayName= ApplicationDisplayName=
VersionDisplayName=1.0 VersionDisplayName=1.0
MinSDKVersion=23 MinSDKVersion=23
TargetSDKVersion=25 TargetSDKVersion=29
InstallLocation=InternalOnly InstallLocation=InternalOnly
bEnableGradle=True bEnableGradle=True
bEnableLint=False bEnableLint=False
@@ -213,10 +214,10 @@ KeyStore=UE.keystore
KeyAlias=DistroKey KeyAlias=DistroKey
KeyStorePassword=codesigner KeyStorePassword=codesigner
KeyPassword= KeyPassword=
bBuildForArmV7=True bBuildForArmV7=False
bBuildForArm64=False bBuildForArm64=True
bBuildForX8664=False bBuildForX8664=False
bBuildForES31=True bBuildForES31=False
bSupportsVulkan=True bSupportsVulkan=True
bSupportsVulkanSM5=False bSupportsVulkanSM5=False
ClangSanitizer=None ClangSanitizer=None
@@ -263,7 +264,7 @@ AutoStreamingThreshold=0.000000
AndroidGraphicsDebugger=None AndroidGraphicsDebugger=None
MaliGraphicsDebuggerPath=(Path="") MaliGraphicsDebuggerPath=(Path="")
bEnableMaliPerfCounters=False bEnableMaliPerfCounters=False
bMultiTargetFormat_ETC2=True bMultiTargetFormat_ETC2=False
bMultiTargetFormat_DXT=True bMultiTargetFormat_DXT=True
bMultiTargetFormat_ASTC=True bMultiTargetFormat_ASTC=True
TextureFormatPriority_ETC2=0.200000 TextureFormatPriority_ETC2=0.200000

View File

@@ -2,3 +2,76 @@
ProjectID=91407DA546A55FB46A0ED68419EBF86D ProjectID=91407DA546A55FB46A0ED68419EBF86D
bStartInVR=True bStartInVR=True
[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=
StagingDirectory=(Path="D:/Unreal Projects/Builds/build5")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
bExcludeMonolithicEngineHeadersInNativizedCode=False
UsePakFile=True
bUseIoStore=False
bMakeBinaryConfig=False
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bForceOneChunkPerFile=False
MaxChunkSize=0
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
bCompressed=True
PakFileCompressionFormats=Oodle
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
PakFileAdditionalCompressionOptions=-compressionblocksize=256KB
PakFileCompressionMethod=Kraken
PakFileCompressionLevel_DebugDevelopment=3
PakFileCompressionLevel_TestShipping=5
PakFileCompressionLevel_Distribution=7
HttpChunkInstallDataVersion=
IncludePrerequisites=True
IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=True
bDeterministicShaderCodeOrder=False
bSharedMaterialNativeLibraries=True
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False
InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en
LocalizationTargetCatchAllChunkId=0
bCookAll=False
bCookMapsOnly=False
bSkipEditorContent=False
bSkipMovies=False
-IniKeyBlacklist=KeyStorePassword
-IniKeyBlacklist=KeyPassword
-IniKeyBlacklist=rsa.privateexp
-IniKeyBlacklist=rsa.modulus
-IniKeyBlacklist=rsa.publicexp
-IniKeyBlacklist=aes.key
-IniKeyBlacklist=SigningPublicExponent
-IniKeyBlacklist=SigningModulus
-IniKeyBlacklist=SigningPrivateExponent
-IniKeyBlacklist=EncryptionKey
-IniKeyBlacklist=IniKeyBlacklist
-IniKeyBlacklist=IniSectionBlacklist
+IniKeyBlacklist=KeyStorePassword
+IniKeyBlacklist=KeyPassword
+IniKeyBlacklist=rsa.privateexp
+IniKeyBlacklist=rsa.modulus
+IniKeyBlacklist=rsa.publicexp
+IniKeyBlacklist=aes.key
+IniKeyBlacklist=SigningPublicExponent
+IniKeyBlacklist=SigningModulus
+IniKeyBlacklist=SigningPrivateExponent
+IniKeyBlacklist=EncryptionKey
+IniKeyBlacklist=IniKeyBlacklist
+IniKeyBlacklist=IniSectionBlacklist
+MapsToCook=(FilePath="/Game/Maps/Gallery")
+MapsToCook=(FilePath="/Game/Maps/Exhibition")
+MapsToCook=(FilePath="/Game/VRTemplate/Maps/VRTemplateMap")

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More