Compare commits

..

13 Commits

Author SHA1 Message Date
koritsa bc4adfb565 updated city map 2026-06-14 20:26:51 +03:00
koritsa 5ff72d09c3 ui updates 2026-06-12 23:29:35 +03:00
koritsa 9b3d7c4491 update city level 2026-06-07 21:21:09 +03:00
koritsa 96392cd451 added commission tracker to HUD 2026-06-07 20:14:03 +03:00
koritsa 61d5a57d8d added main and pause menus 2026-06-05 20:00:33 +03:00
koritsa 0792f7cdfd Merge remote-tracking branch 'origin/main'
# Conflicts:
#	Content/Sequences/LS_Embarrassment.uasset
2026-06-04 22:02:31 +03:00
koritsa 54285b7abc test 2026-06-04 22:01:51 +03:00
koritsa 508b918f8a test 2026-06-04 20:12:57 +03:00
koritsa 83c20836ad added test city, added embarrassment loss resolver and sleep for energy loss 2026-06-04 20:11:13 +03:00
koritsa 034694695a added session loss sequence, added energy and stamina to HUD, added home location trigger 2026-06-04 18:59:04 +03:00
koritsa f2fcd42edf Updated phone UI 2026-06-03 21:42:24 +03:00
koritsa 07c323752a disabled unneeded plugins 2026-06-03 19:26:15 +03:00
koritsa 93d544706d project cleanup 2026-06-03 18:24:58 +03:00
1265 changed files with 2914 additions and 3323 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Test/Maps/L_Test.L_Test EditorStartupMap=/Game/Test/Maps/L_TestCity.L_TestCity
LocalMapOptions= LocalMapOptions=
TransitionMap=None TransitionMap=None
bUseSplitscreen=True bUseSplitscreen=True
+1 -26
View File
@@ -73,38 +73,16 @@ bSharedMaterialNativeLibraries=True
ApplocalPrerequisitesDirectory=(Path="") ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False IncludeCrashReporter=False
InternationalizationPreset=English InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en +CulturesToStage=en
+CulturesToStage=ja +CulturesToStage=ja
+CulturesToStage=uk +CulturesToStage=uk
LocalizationTargetCatchAllChunkId=0 LocalizationTargetCatchAllChunkId=0
bCookAll=False bCookAll=False
bCoolAllCultures=False
bCookMapsOnly=False bCookMapsOnly=False
bTreatWarningsAsErrorsOnCook=False bTreatWarningsAsErrorsOnCook=False
bSkipEditorContent=False bSkipEditorContent=False
bSkipMovies=False bSkipMovies=False
-IniKeyDenylist=KeyStorePassword
-IniKeyDenylist=KeyPassword
-IniKeyDenylist=DebugKeyStorePassword
-IniKeyDenylist=DebugKeyPassword
-IniKeyDenylist=rsa.privateexp
-IniKeyDenylist=rsa.modulus
-IniKeyDenylist=rsa.publicexp
-IniKeyDenylist=aes.key
-IniKeyDenylist=SigningPublicExponent
-IniKeyDenylist=SigningModulus
-IniKeyDenylist=SigningPrivateExponent
-IniKeyDenylist=EncryptionKey
-IniKeyDenylist=DevCenterUsername
-IniKeyDenylist=DevCenterPassword
-IniKeyDenylist=IOSTeamID
-IniKeyDenylist=SigningCertificate
-IniKeyDenylist=MobileProvision
-IniKeyDenylist=AppStoreConnectKeyPath
-IniKeyDenylist=AppStoreConnectIssuerID
-IniKeyDenylist=AppStoreConnectKeyID
-IniKeyDenylist=IniKeyDenylist
-IniKeyDenylist=IniSectionDenylist
+IniKeyDenylist=KeyStorePassword +IniKeyDenylist=KeyStorePassword
+IniKeyDenylist=KeyPassword +IniKeyDenylist=KeyPassword
+IniKeyDenylist=DebugKeyStorePassword +IniKeyDenylist=DebugKeyStorePassword
@@ -127,9 +105,6 @@ bSkipMovies=False
+IniKeyDenylist=AppStoreConnectKeyID +IniKeyDenylist=AppStoreConnectKeyID
+IniKeyDenylist=IniKeyDenylist +IniKeyDenylist=IniKeyDenylist
+IniKeyDenylist=IniSectionDenylist +IniKeyDenylist=IniSectionDenylist
-IniSectionDenylist=HordeStorageServers
-IniSectionDenylist=StorageServers
-IniSectionDenylist=/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings
+IniSectionDenylist=HordeStorageServers +IniSectionDenylist=HordeStorageServers
+IniSectionDenylist=StorageServers +IniSectionDenylist=StorageServers
+IniSectionDenylist=/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings +IniSectionDenylist=/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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