Skip to content

Commit e4a71c8

Browse files
Byte Wars Build Pipelinenauvalfirdaus
authored andcommitted
Update tutorialmodules to 2.19.0
1 parent b8d2756 commit e4a71c8

File tree

209 files changed

+6033
-1134
lines changed

Some content is hidden

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

209 files changed

+6033
-1134
lines changed

AccelByteWars.uproject

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"FileVersion": 3,
3-
"EngineAssociation": "5.2.1",
3+
"EngineAssociation": "5.6.0",
44
"Category": "",
55
"Description": "",
66
"Modules": [
@@ -26,6 +26,10 @@
2626
"Editor"
2727
]
2828
},
29+
{
30+
"Name": "GameplayAbilities",
31+
"Enabled": true
32+
},
2933
{
3034
"Name": "CommonUI",
3135
"Enabled": true
@@ -53,6 +57,17 @@
5357
{
5458
"Name": "OnlineSubsystemEOS",
5559
"Enabled": true
60+
},
61+
{
62+
"Name": "OnlineSubsystemGoogle",
63+
"Enabled": true
64+
},
65+
{
66+
"Name": "OnlineSubsystemGooglePlay",
67+
"Enabled": true,
68+
"SupportedTargetPlatforms": [
69+
"Android"
70+
]
5671
}
5772
]
5873
}

Config/Android/AndroidEngine.ini

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[OnlineSubsystem]
2+
NativePlatformService=Google
3+
4+
[OnlineSubsystemGoogle]
5+
bEnabled=true
6+
ClientId=
7+
ServerClientId=
8+
ClientSecret=
9+
10+
[OnlineSubsystemGooglePlay]
11+
bEnabled=true
12+
13+
[OnlineSubsystemGooglePlay.Store]
14+
bSupportsInAppPurchasing=true
15+
bUseStoreV2=true
16+
17+
[OnlineSubsystemGoogle.OnlineIdentityGoogle]
18+
+ScopeFields="email"
19+
+ScopeFields="profile"
20+
+ScopeFields="https://www.googleapis.com/auth/userinfo.email"
21+
+ScopeFields="https://www.googleapis.com/auth/userinfo.profile"
22+
23+
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
24+
ApplicationDisplayName=ByteWars
25+
PackageName=com.AccelByte.ByteWars
26+
GamesAppID=
27+
PlayGamesClientId=
28+
GooglePlayLicenseKey=
29+
KeyStore=
30+
KeyAlias=
31+
KeyStorePassword=
32+
KeyPassword=
33+
MinSDKVersion=26
34+
TargetSDKVersion=36
35+
bEnableGooglePlaySupport=true
36+
bEnableBundle=true
37+
bPackageDataInsideApk=true
38+
bShowLaunchImage=false
39+
MinAspectRatio=0.0
40+
MaxAspectRatio=0.0
41+
+ExtraPermissions=com.android.vending.BILLING

Config/Android/AndroidGame.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[/Script/CommonUI.CommonUISettings]
2+
+PlatformTraits=(TagName="Platform.Trait.ShowGamplayTouchControls")
23
-PlatformTraits=(TagName="Platform.Trait.ShowLoginOptions")
3-
-PlatformTraits=(TagName="Platform.Trait.ShowQuitGame")
4+
-PlatformTraits=(TagName="Platform.Trait.ShowQuitGame")
5+
6+
[/Script/UnrealEd.ProjectPackagingSettings]
7+
BuildConfiguration=PPBC_Shipping
8+
ForDistribution=True

Config/DefaultEngine.ini

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,6 @@ AssetManagerClassName=/Script/AccelByteWars.AccelByteWarsAssetManager
160160
bSmoothFrameRate=True
161161
SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=30.000000),UpperBound=(Type=Exclusive,Value=60.000000))
162162

163-
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
164-
bEnablePlugin=True
165-
bAllowNetworkConnection=True
166-
SecurityToken=D8962E724F00E2318A069BB130291746
167-
bIncludeInShipping=False
168-
bAllowExternalStartInShipping=False
169-
bCompileAFSProject=False
170-
bUseCompression=False
171-
bLogFiles=False
172-
bReportStats=False
173-
ConnectionType=USBOnly
174-
bUseManualIPAddress=False
175-
ManualIPAddress=
176-
177163
[CrashReportClient]
178164
DataRouterUrl=
179165

@@ -258,6 +244,7 @@ bEnableV2Sessions=true
258244

259245
[/ByteWars/TutorialModule.SinglePlatformAuth]
260246
bAllowDeviceIdLogin=false
247+
bUseNativeOnlineSubsystemLogin=false
261248

262249
; Module: Single Platform Auth - END
263250
; //////////////////////////////////////
@@ -279,7 +266,7 @@ AllowDownloads=false
279266

280267
[/Script/Engine.Engine]
281268
!NetDriverDefinitions=ClearArray
282-
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="AccelByteNetworkUtilities.IpNetDriverAccelByte",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
269+
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/AccelByteNetworkUtilities.IpNetDriverAccelByte",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
283270
+NetDriverDefinitions=(DefName="DemoNetDriver",DriverClassName="/Script/Engine.DemoNetDriver",DriverClassNameFallback="/Script/Engine.DemoNetDriver")
284271

285272
; Module: Quick Match Players Using P2P - END
@@ -382,10 +369,10 @@ BaseUrl="https://cert.accelbyte.io"
382369

383370
[Core.Log]
384371
LogProceduralComponent=all off
385-
LogAccelByte=VeryVerbose
386-
LogAccelByteOSS=VeryVerbose
387-
LogAccelByteAMS=VeryVerbose
388-
LogAccelByteDSHub=VeryVerbose
372+
LogAccelByte=Warning
373+
LogAccelByteOSS=Warning
374+
LogAccelByteAMS=Warning
375+
LogAccelByteDSHub=Warning
389376

390377
[AccelByteTutorialModules]
391378
+ForcedEnabledModules=TutorialModule:MODULECODENAME

Config/DefaultGame.ini

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[/Script/EngineSettings.GeneralProjectSettings]
2-
GitHash=38e2bde
2+
GitHash=ef9bafe
33
ProjectID=8DAB8AD246B954A7292553AF4B4F50E5
4-
ProjectVersion=2.18.1
5-
BuildNumber=281
4+
ProjectVersion=2.19.0
5+
BuildNumber=282
66

77
[/Script/CommonInput.CommonInputSettings]
88
InputData=/Game/ByteWars/UI/Input/B_AccelByteWarsCommonInputData.B_AccelByteWarsCommonInputData_C
@@ -37,6 +37,7 @@ DefaultGlobalsClass=/Game/ByteWars/Settings/B_Globals.B_Globals_C
3737
+PrimaryAssetTypesToScan=(PrimaryAssetType="GameModeType",AssetBaseClass="/Script/AccelByteWars.GameModeTypeDataAsset",bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/ByteWars/Blueprints/GameModes")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
3838
+PrimaryAssetTypesToScan=(PrimaryAssetType="TutorialModule",AssetBaseClass="/Script/AccelByteWars.TutorialModuleDataAsset",bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/TutorialModules")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
3939
+PrimaryAssetTypesToScan=(PrimaryAssetType="InGameItemDataAsset",AssetBaseClass="/Script/AccelByteWars.InGameItemDataAsset",bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/ByteWars/InGameItems")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
40+
+PrimaryAssetTypesToScan=(PrimaryAssetType="SpawnerConfigurationDataAsset",AssetBaseClass="/Script/AccelByteWars.SpawnerConfigurationDataAsset",bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/ByteWars/Spawner")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
4041
bOnlyCookProductionAssets=False
4142
bShouldManagerDetermineTypeAndName=False
4243
bShouldGuessTypeAndNameInEditor=True
@@ -59,3 +60,8 @@ bWaitForMoviesToComplete=True
5960
bMoviesAreSkippable=False
6061
+StartupMovies=AccelByte_IntroDark_720
6162

63+
64+
[/Script/AccelByteWars.GameplayEffectTextureSettings]
65+
+EffectTextureMappings=(EffectTag=(TagName="GAS.Effect.MissileUp"),EffectTexture="/Game/ByteWars/UI/Images/Missile_Up_Buff_Icon.Missile_Up_Buff_Icon")
66+
+EffectTextureMappings=(EffectTag=(TagName="GAS.Effect.Score2x"),EffectTexture="/Game/ByteWars/UI/Images/Score2x_Buff_Icon.Score2x_Buff_Icon")
67+

Config/DefaultGameplayTags.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ FastReplication=False
66
InvalidTagCharacters="\"\',"
77
NumBitsForContainerSize=6
88
NetIndexFirstBitSegment=16
9+
+GameplayTagList=(Tag="GAS.Effect.LivesUp",DevComment="Lives up effect tag")
10+
+GameplayTagList=(Tag="GAS.Effect.MissileUp",DevComment="")
11+
+GameplayTagList=(Tag="GAS.Effect.Score2x",DevComment="")
12+
+GameplayTagList=(Tag="GAS.Effect.ScoreAdd100",DevComment="")
913
+GameplayTagList=(Tag="Platform.Trait.ShowLoginOptions",DevComment="")
1014
+GameplayTagList=(Tag="Platform.Trait.ShowQuitGame",DevComment="")
11-
15+
+GameplayTagList=(Tag="Platform.Trait.ShowGamplayTouchControls",DevComment="")

Config/DefaultInput.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ FOVScale=0.011110
8080
DoubleClickTime=0.200000
8181
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
8282
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
83-
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
83+
DefaultTouchInterface=None
8484
-ConsoleKeys=Tilde
8585
+ConsoleKeys=Tilde
8686

56.1 KB
Binary file not shown.
2.14 KB
Binary file not shown.
34.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)