Skip to content

Commit 557550c

Browse files
Project Added
1 parent a4bac6d commit 557550c

File tree

624 files changed

+31966
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

624 files changed

+31966
-0
lines changed

AvataryugDemo.code-workspace

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "AvataryugDemo",
5+
"path": "."
6+
},
7+
{
8+
"name": "UE4",
9+
"path": "C:\\Program Files\\Epic Games\\UE_4.27"
10+
}
11+
],
12+
"settings": {
13+
"typescript.tsc.autoDetect": "off",
14+
"files.associations": {
15+
"*.rh": "cpp"
16+
}
17+
},
18+
"extensions": {
19+
"recommendations": [
20+
"ms-vscode.cpptools",
21+
"ms-dotnettools.csharp"
22+
]
23+
}
24+
}

AvataryugDemo.uproject

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"FileVersion": 3,
3+
"EngineAssociation": "4.27",
4+
"Category": "",
5+
"Description": "",
6+
"Modules": [
7+
{
8+
"Name": "AvataryugDemo",
9+
"Type": "Runtime",
10+
"LoadingPhase": "Default",
11+
"AdditionalDependencies": [
12+
"Engine",
13+
"UMG",
14+
"CoreUObject"
15+
]
16+
}
17+
],
18+
"Plugins": [
19+
{
20+
"Name": "glTFRuntime",
21+
"Enabled": true,
22+
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/d2ed3709933d4608a3a8dd746cbc045d"
23+
},
24+
{
25+
"Name": "OculusVR",
26+
"Enabled": false,
27+
"SupportedTargetPlatforms": [
28+
"Win32",
29+
"Win64",
30+
"Android"
31+
]
32+
}
33+
],
34+
"TargetPlatforms": [
35+
"Android"
36+
]
37+
}

Config/DefaultEditor.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Config/DefaultEngine.ini

Lines changed: 290 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,290 @@
1+
2+
3+
[/Script/EngineSettings.GameMapsSettings]
4+
EditorStartupMap=/Game/AvataryugDemo/Map/AvataryugSample.AvataryugSample
5+
LocalMapOptions=
6+
TransitionMap=None
7+
bUseSplitscreen=False
8+
TwoPlayerSplitscreenLayout=Horizontal
9+
ThreePlayerSplitscreenLayout=FavorTop
10+
FourPlayerSplitscreenLayout=Grid
11+
bOffsetPlayerGamepadIds=False
12+
GameInstanceClass=/Script/Engine.GameInstance
13+
GameDefaultMap=/Game/AvataryugSample/Map/AvataryugSample.AvataryugSample
14+
ServerDefaultMap=/Game/AvataryugSample/Map/AvataryugSample.AvataryugSample
15+
GlobalDefaultGameMode=/Script/Engine.GameModeBase
16+
GlobalDefaultServerGameMode=None
17+
18+
[/Script/HardwareTargeting.HardwareTargetingSettings]
19+
TargetedHardwareClass=Mobile
20+
AppliedTargetedHardwareClass=Mobile
21+
DefaultGraphicsPerformance=Scalable
22+
AppliedDefaultGraphicsPerformance=Scalable
23+
24+
[/Script/Engine.Engine]
25+
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/AvataryugDemo")
26+
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/AvataryugDemo")
27+
+ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="AvatarYugDemoGameModeBase")
28+
29+
[/Script/Engine.RendererSettings]
30+
r.Mobile.DisableVertexFog=False
31+
r.Shadow.CSM.MaxMobileCascades=2
32+
r.MobileMSAA=1
33+
r.Mobile.AllowDitheredLODTransition=False
34+
r.Mobile.AllowSoftwareOcclusion=False
35+
r.Mobile.VirtualTextures=False
36+
r.DiscardUnusedQuality=False
37+
r.AllowOcclusionQueries=True
38+
r.MinScreenRadiusForLights=0.030000
39+
r.MinScreenRadiusForDepthPrepass=0.030000
40+
r.MinScreenRadiusForCSMDepth=0.010000
41+
r.PrecomputedVisibilityWarning=False
42+
r.TextureStreaming=True
43+
Compat.UseDXT5NormalMaps=False
44+
r.VirtualTextures=False
45+
r.VT.EnableAutoImport=True
46+
r.VirtualTexturedLightmaps=False
47+
r.VT.TileSize=128
48+
r.VT.TileBorderSize=4
49+
r.vt.FeedbackFactor=16
50+
r.VT.EnableCompressZlib=True
51+
r.VT.EnableCompressCrunch=False
52+
r.ClearCoatNormal=False
53+
r.ReflectionCaptureResolution=128
54+
r.Mobile.ReflectionCaptureCompression=False
55+
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
56+
r.ForwardShading=False
57+
r.VertexFoggingForOpaque=True
58+
r.AllowStaticLighting=True
59+
r.NormalMapsForStaticLighting=False
60+
r.GenerateMeshDistanceFields=False
61+
r.DistanceFieldBuild.EightBit=False
62+
r.GenerateLandscapeGIData=False
63+
r.DistanceFieldBuild.Compress=False
64+
r.TessellationAdaptivePixelsPerTriangle=48.000000
65+
r.SeparateTranslucency=False
66+
r.TranslucentSortPolicy=0
67+
TranslucentSortAxis=(X=0.000000,Y=-1.000000,Z=0.000000)
68+
vr.VRS.HMDFixedFoveationLevel=0
69+
r.CustomDepth=1
70+
r.CustomDepthTemporalAAJitter=True
71+
r.PostProcessing.PropagateAlpha=0
72+
r.DefaultFeature.Bloom=False
73+
r.DefaultFeature.AmbientOcclusion=False
74+
r.DefaultFeature.AmbientOcclusionStaticFraction=True
75+
r.DefaultFeature.AutoExposure=False
76+
r.DefaultFeature.AutoExposure.Method=0
77+
r.DefaultFeature.AutoExposure.Bias=1.000000
78+
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=False
79+
r.UsePreExposure=True
80+
r.EyeAdaptation.EditorOnly=False
81+
r.DefaultFeature.MotionBlur=False
82+
r.DefaultFeature.LensFlare=False
83+
r.TemporalAA.Upsampling=False
84+
r.SSGI.Enable=False
85+
r.DefaultFeature.AntiAliasing=0
86+
r.DefaultFeature.LightUnits=1
87+
r.DefaultBackBufferPixelFormat=4
88+
r.Shadow.UnbuiltPreviewInGame=True
89+
r.StencilForLODDither=False
90+
r.EarlyZPass=3
91+
r.EarlyZPassOnlyMaterialMasking=False
92+
r.DBuffer=True
93+
r.ClearSceneMethod=1
94+
r.BasePassOutputsVelocity=False
95+
r.VertexDeformationOutputsVelocity=False
96+
r.SelectiveBasePassOutputs=False
97+
bDefaultParticleCutouts=False
98+
fx.GPUSimulationTextureSizeX=1024
99+
fx.GPUSimulationTextureSizeY=1024
100+
r.AllowGlobalClipPlane=False
101+
r.GBufferFormat=1
102+
r.MorphTarget.Mode=True
103+
r.GPUCrashDebugging=False
104+
vr.InstancedStereo=False
105+
r.MobileHDR=True
106+
vr.MobileMultiView=False
107+
r.Mobile.UseHWsRGBEncoding=False
108+
vr.RoundRobinOcclusion=False
109+
vr.ODSCapture=False
110+
r.MeshStreaming=False
111+
r.WireframeCullThreshold=5.000000
112+
r.RayTracing=False
113+
r.RayTracing.UseTextureLod=False
114+
r.SupportStationarySkylight=True
115+
r.SupportLowQualityLightmaps=True
116+
r.SupportPointLightWholeSceneShadows=True
117+
r.SupportAtmosphericFog=True
118+
r.SupportSkyAtmosphere=True
119+
r.SupportSkyAtmosphereAffectsHeightFog=False
120+
r.SkinCache.CompileShaders=False
121+
r.SkinCache.DefaultBehavior=1
122+
r.SkinCache.SceneMemoryLimitInMB=128.000000
123+
r.Mobile.EnableStaticAndCSMShadowReceivers=True
124+
r.Mobile.EnableMovableLightCSMShaderCulling=True
125+
r.Mobile.AllowDistanceFieldShadows=True
126+
r.Mobile.AllowMovableDirectionalLights=True
127+
r.MobileNumDynamicPointLights=4
128+
r.MobileDynamicPointLightsUseStaticBranch=True
129+
r.Mobile.EnableMovableSpotlights=False
130+
r.Mobile.EnableMovableSpotlightsShadow=False
131+
r.GPUSkin.Support16BitBoneIndex=False
132+
r.GPUSkin.Limit2BoneInfluences=False
133+
r.SupportDepthOnlyIndexBuffers=True
134+
r.SupportReversedIndexBuffers=True
135+
r.LightPropagationVolume=False
136+
r.Mobile.AmbientOcclusion=False
137+
r.GPUSkin.UnlimitedBoneInfluences=False
138+
r.GPUSkin.UnlimitedBoneInfluencesThreshold=8
139+
MaxSkinBones=(Default=65536,PerPlatform=(("Mobile", 256)))
140+
r.Mobile.PlanarReflectionMode=0
141+
r.Mobile.SupportsGen4TAA=False
142+
bStreamSkeletalMeshLODs=(Default=False,PerPlatform=())
143+
bDiscardSkeletalMeshOptionalLODs=(Default=False,PerPlatform=())
144+
VisualizeCalibrationColorMaterialPath=/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor
145+
VisualizeCalibrationCustomMaterialPath=None
146+
VisualizeCalibrationGrayscaleMaterialPath=/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale
147+
148+
[/Script/Slate.SlateSettings]
149+
bExplicitCanvasChildZOrder=True
150+
151+
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
152+
PackageName=com.avataryug.avataryug
153+
StoreVersion=1
154+
StoreVersionOffsetArmV7=0
155+
StoreVersionOffsetArm64=0
156+
StoreVersionOffsetX8664=0
157+
ApplicationDisplayName=
158+
VersionDisplayName=1.0
159+
MinSDKVersion=21
160+
TargetSDKVersion=28
161+
InstallLocation=InternalOnly
162+
bEnableGradle=True
163+
bEnableLint=False
164+
bPackageDataInsideApk=True
165+
bCreateAllPlatformsInstall=False
166+
bDisableVerifyOBBOnStartUp=False
167+
bForceSmallOBBFiles=False
168+
bAllowLargeOBBFiles=False
169+
bAllowPatchOBBFile=False
170+
bAllowOverflowOBBFiles=False
171+
bUseExternalFilesDir=True
172+
bPublicLogFiles=True
173+
Orientation=Portrait
174+
MaxAspectRatio=2.100000
175+
bUseDisplayCutout=False
176+
bRestoreNotificationsOnReboot=False
177+
bFullScreen=True
178+
bEnableNewKeyboard=True
179+
DepthBufferPreference=Default
180+
bValidateTextureFormats=True
181+
bEnableBundle=True
182+
bEnableUniversalAPK=True
183+
bBundleABISplit=True
184+
bBundleLanguageSplit=True
185+
bBundleDensitySplit=True
186+
ExtraApplicationSettings=
187+
ExtraActivitySettings=
188+
+ExtraPermissions=android.permission.WRITE_EXTERNAL_STORAGE
189+
+ExtraPermissions=android.permission.READ_EXTERNAL_STORAGE
190+
bAndroidVoiceEnabled=False
191+
bRemoveOSIG=False
192+
+GoogleVRCaps=Daydream33
193+
bGoogleVRSustainedPerformance=False
194+
KeyStore=tapmyads.Keystore
195+
KeyAlias=tapmyads
196+
KeyStorePassword=123456
197+
KeyPassword=123456
198+
bBuildForArmV7=False
199+
bBuildForArm64=True
200+
bBuildForX8664=False
201+
bBuildForES31=True
202+
bSupportsVulkan=False
203+
bSupportsVulkanSM5=False
204+
ClangSanitizer=None
205+
bAndroidOpenGLSupportsBackbufferSampling=False
206+
bDetectVulkanByDefault=True
207+
bBuildWithHiddenSymbolVisibility=True
208+
bSaveSymbols=False
209+
bForceLDLinker=True
210+
bEnableGooglePlaySupport=True
211+
bUseGetAccounts=False
212+
GamesAppID=
213+
bEnableSnapshots=False
214+
bSupportAdMob=True
215+
AdMobAdUnitID=
216+
GooglePlayLicenseKey=
217+
GCMClientSenderID=
218+
bShowLaunchImage=True
219+
bAllowIMU=False
220+
bAllowControllers=True
221+
bBlockAndroidKeysOnControllers=False
222+
bControllersBlockDeviceFeedback=False
223+
AndroidAudio=Default
224+
AudioSampleRate=44100
225+
AudioCallbackBufferFrameSize=1024
226+
AudioNumBuffersToEnqueue=4
227+
AudioMaxChannels=0
228+
AudioNumSourceWorkers=0
229+
SpatializationPlugin=
230+
ReverbPlugin=
231+
OcclusionPlugin=
232+
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
233+
bUseAudioStreamCaching=False
234+
CacheSizeKB=0
235+
MaxChunkSizeOverrideKB=0
236+
bResampleForDevice=False
237+
SoundCueCookQualityIndex=-1
238+
MaxSampleRate=0.000000
239+
HighSampleRate=0.000000
240+
MedSampleRate=0.000000
241+
LowSampleRate=0.000000
242+
MinSampleRate=0.000000
243+
CompressionQualityModifier=0.000000
244+
AutoStreamingThreshold=0.000000
245+
AndroidGraphicsDebugger=None
246+
MaliGraphicsDebuggerPath=(Path="")
247+
bEnableMaliPerfCounters=False
248+
bMultiTargetFormat_ETC2=True
249+
bMultiTargetFormat_DXT=True
250+
bMultiTargetFormat_ASTC=True
251+
TextureFormatPriority_ETC2=0.200000
252+
TextureFormatPriority_DXT=0.600000
253+
TextureFormatPriority_ASTC=0.900000
254+
SDKAPILevelOverride=
255+
NDKAPILevelOverride=
256+
bStreamLandscapeMeshLODs=False
257+
bEnableDomStorage=False
258+
259+
[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
260+
bSupportsLandscapeLeftOrientation=False
261+
bSupportsPortraitOrientation=True
262+
bSupportsLandscapeRightOrientation=False
263+
SigningCertificate=Apple Development: developer1@tapmyads.com (PHK234RPQ5)
264+
BundleIdentifier=com.ludumart.billiardspa
265+
MobileProvision=UE4_61ccdde3-d20d-4a91-ada0-2179b12da08b.mobileprovision
266+
bAutomaticSigning=True
267+
BundleDisplayName=AvataryugDemo
268+
BundleName=com.ludumart.billiardspa
269+
IOSTeamID=K8NZ655JG6
270+
271+
KeyAlias=tapmyads
272+
KeyStore=tapmyads.keystore
273+
SDKAPILevelOverride=latest
274+
NDKAPILevelOverride=latest
275+
Orientation=Portrait
276+
bPackageDataInsideApk=True
277+
bDisableHTTPS=True
278+
279+
[/Script/LuminRuntimeSettings.LuminRuntimeSettings]
280+
IconModelPath=(Path="")
281+
IconPortalPath=(Path="")
282+
283+
[/Script/Avataryug.AvataryugRuntimeSetting]
284+
ProjectID=
285+
SecrectKey=
286+
SecrectIV=
287+
288+
[/Script/UnrealEd.CookerSettings]
289+
bCookOnTheFlyForLaunchOn=False
290+

0 commit comments

Comments
 (0)