Skip to content

Commit

Permalink
fix menu + update
Browse files Browse the repository at this point in the history
  • Loading branch information
Siwwyy committed Jun 23, 2022
1 parent 496026f commit a179dda
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
19 changes: 17 additions & 2 deletions Infinite_Shooter4_26/Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
Build=IfProjectHasCode
BuildConfiguration=PPBC_Shipping
BuildTarget=
StagingDirectory=(Path="")
StagingDirectory=(Path="E:/UNREAL ENGINE/Infinity_OneButton_Shooter/Infinite_Shooter4_26/RELEASE/WindowsNoEditor")
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
Expand All @@ -35,17 +35,31 @@ 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=True
bSkipEditorContent=True
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
Expand All @@ -58,5 +72,6 @@ bSkipMovies=False
+IniKeyBlacklist=EncryptionKey
+IniKeyBlacklist=IniKeyBlacklist
+IniKeyBlacklist=IniSectionBlacklist
+MapsToCook=(FilePath="")
+MapsToCook=(FilePath="/Game/BP_Classes/Widgets/Menus/MainMenu_Level")
+MapsToCook=(FilePath="/Game/FirstPersonCPP/Maps/FirstPersonExampleMap")

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright Epic Games, Inc. All Rights Reserved.

//#include "Modules/ModuleManager.h"
#include "Infinite_Shooter.h"
#include "Modules/ModuleManager.h"
#include "CoreMinimal.h"

IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, Infinite_Shooter, "Infinite_Shooter" );

IMPLEMENT_PRIMARY_GAME_MODULE(FDefaultGameModuleImpl, Infinite_Shooter, "Infinite_Shooter");

0 comments on commit a179dda

Please sign in to comment.