Skip to content

Commit

Permalink
真机打包配置更新,默认把lua文件打进包
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhongxian committed May 12, 2023
1 parent 3897d13 commit 9074717
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bSupportsVulkan=True
bPackageDataInsideApk=True
bAllowLargeOBBFiles=False
bDisableVerifyOBBOnStartUp=True
bBuildForArm64=True

[/Script/Engine.RendererSettings]
r.MobileHDR=True
Expand Down Expand Up @@ -175,3 +176,18 @@ AsyncSceneSmoothingFactor=0.990000
InitialAverageFrameRate=0.016667
PhysXTreeRebuildRate=10
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)

[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True
bAllowNetworkConnection=True
SecurityToken=AAFB76534BDB29EF2D7FC09A9F6FDDA6
bIncludeInShipping=False
bAllowExternalStartInShipping=False
bCompileAFSProject=False
bUseCompression=False
bLogFiles=False
bReportStats=False
ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=

65 changes: 65 additions & 0 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=
StagingDirectory=(Path="F:/zjsluaunreal_for_merget/Build/Android")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
bExcludeMonolithicEngineHeadersInNativizedCode=False
UsePakFile=True
bUseIoStore=False
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bForceOneChunkPerFile=False
MaxChunkSize=0
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
PakFileCompressionFormats=
PakFileAdditionalCompressionOptions=
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
bCompressed=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
+DirectoriesToAlwaysStageAsNonUFS=(Path="Lua")

57 changes: 57 additions & 0 deletions Config/LogFilterConfig.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[LogFilterConfig]
LogPlatformFile=True
LogInit=True
LogTaskGraph=True
LogStats=True
LogD3D11RHI=True
LogPluginManager=True
LogModuleManager=True
LogDevObjectVersion=True
LogMemory=True
LogStreaming=True
LogWindows=True
LogRHI=True
LogShaderCompilers=True
LogTemp=True
LogTargetPlatformManager=True
LogDerivedDataCache=True
LogMaterial=True
LogSlate=True
LogSimplygon=True
LogMeshReduction=True
LogStaticMesh=True
LogNet=True
LogNetVersion=True
LogTexture=True
LogAssetRegistry=True
LogLinker=True
LoadErrors=True
LogPackageLocalizationCache=True
LogUObjectArray=True
LogUObjectAllocator=True
LogFileManager=True
LogUObjectGlobals=True
LogSavePackage=True
LogTcpMessaging=True
LogUdpMessaging=True
SourceControl=True
LogAndroidPermission=True
LogEngine=True
LogHMD=True
LogAIModule=True
LogEngineSessionManager=True
BlueprintLog=True
LocalizationService=True
LogCook=True
LogFileCache=True
LogGameplayTags=True
Cmd=True
LightingResults=True
LogWorld=True
MapCheck=True
LogEditorServer=True
LogFileHelpers=True
LogCollectionManager=True
LogContentBrowser=True


0 comments on commit 9074717

Please sign in to comment.