Snapshot do trabalho em andamento na branch feat/ui-system: refinamentos do UIButton_Base (header+impl), atualizacao de styles/themes do botao, mapa de teste L_ZeusIATest, e demais .uasset/Config tocados durante a sessao de playtest do meshing. Commit conjunto a pedido do usuario pra deixar a branch limpa antes do proximo batch. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
83 lines
5.1 KiB
INI
83 lines
5.1 KiB
INI
[/Script/EngineSettings.GeneralProjectSettings]
|
|
ProjectID=FC3E256F43B2AFD43009F4949B0814BE
|
|
ProjectName=Third Person Game Template
|
|
|
|
; -----------------------------------------------------------------------------
|
|
; ZMMO Theme subsystem (see Source/ZMMO/Game/UI/ZMMOThemeSubsystem.h and
|
|
; ARQUITETURA.md §1.10 / §4.7).
|
|
;
|
|
; - DefaultThemeAsset is the fallback theme (must define every EZMMOThemeKey).
|
|
; - ThemeRegistry maps ThemeId -> seasonal DA_Theme_* asset.
|
|
; - CalendarTable points to DT_ThemeCalendar (FThemeCalendarRow rows).
|
|
; - UIStyleTable points to DT_UI_Styles (FUIStyleRow rows): tokens de estilo
|
|
; (cores/fontes/dimensões) keyed por ThemeId; linha "Default" é o fallback.
|
|
; - DevThemeOverride forces a theme in non-Shipping builds only. Keep commented
|
|
; in production.
|
|
;
|
|
; Paths use the /Game prefix (cooked Content namespace). Uncomment after the
|
|
; assets are actually created in the editor.
|
|
; -----------------------------------------------------------------------------
|
|
|
|
[/Script/ZMMO.ZMMOThemeSubsystem]
|
|
;DefaultThemeAsset=/Game/ZMMO/UI/Themes/DA_Theme_Default.DA_Theme_Default
|
|
;+ThemeRegistry=(("Christmas", "/Game/ZMMO/UI/Themes/DA_Theme_Christmas.DA_Theme_Christmas"))
|
|
;+ThemeRegistry=(("Halloween", "/Game/ZMMO/UI/Themes/DA_Theme_Halloween.DA_Theme_Halloween"))
|
|
;CalendarTable=/Game/ZMMO/UI/Themes/DT_ThemeCalendar.DT_ThemeCalendar
|
|
UIStyleTable=/Game/ZMMO/Data/UI/DT_UI_Styles.DT_UI_Styles
|
|
;DevThemeOverride=Christmas
|
|
|
|
[/Script/ZMMO.UIFrontEndFlowSubsystem]
|
|
; Mapa estado->tela. O DA já existe (RootLayoutClass = WBP_PrimaryGameLayout);
|
|
; StateScreens fica vazio até os WBPs de página virem do Zeus UMG Forge (§4.8).
|
|
ScreenSetAsset=/Game/ZMMO/UI/FrontEnd/DA_FrontEndScreenSet.DA_FrontEndScreenSet
|
|
|
|
; Fase 4 — char spawn DB-driven. DT_Maps espelha o `maps_config.json` do
|
|
; server (Server/ZeusServerEngine/Config/DataTables/maps_config.json) — o
|
|
; cliente resolve `mapId -> ClientLevel/spawns` via FZMMOMapDef rows.
|
|
MapsTableAsset=/Game/ZMMO/Data/World/DT_Maps.DT_Maps
|
|
|
|
; Loading dinâmico (etapas + dicas). DA_LoadingProfiles tem 1 perfil por
|
|
; contexto (EZMMOLoadingContext); DT_LoadingTips rotaciona durante o load.
|
|
; Cliente local marca etapas via eventos (sem opcode novo).
|
|
LoadingProfilesAsset=/Game/ZMMO/Data/UI/Loading/DA_LoadingProfiles.DA_LoadingProfiles
|
|
LoadingTipsAsset=/Game/ZMMO/Data/UI/Loading/DT_LoadingTips.DT_LoadingTips
|
|
|
|
; -----------------------------------------------------------------------------
|
|
; UI in-game (PR 19+). Espelho do front-end pattern:
|
|
; - ScreenSetAsset mapeia EZMMOInGameUIState -> WBP (Playing -> WBP_HUD,
|
|
; StatusWindow -> WBP_StatusWindow, etc.)
|
|
; - Subsystem orquestra: AZMMOHUD::BeginPlay chama StartInGame que vai pra
|
|
; Playing.
|
|
; Asset criado via MCP em /Game/ZMMO/UI/InGame/DA_InGameScreenSet.
|
|
; -----------------------------------------------------------------------------
|
|
|
|
[/Script/ZMMO.UIInGameFlowSubsystem]
|
|
ScreenSetAsset=/Game/ZMMO/UI/InGame/DA_InGameScreenSet.DA_InGameScreenSet
|
|
|
|
; -----------------------------------------------------------------------------
|
|
; PlayerState Component Registry (PR 19+). Cada módulo MMO registra seus
|
|
; UActorComponent aqui. O AZMMOPlayerState lê esta lista no construtor e
|
|
; instancia cada classe como subobject — pattern Open-Closed: adicionar
|
|
; Inventory/Skills/Guild = mais uma linha aqui, sem editar AZMMOPlayerState.
|
|
;
|
|
; Convenção: usa o path /Script/<Module>.<ClassName> (sem o "U" do prefixo
|
|
; C++; UClass resolve pelo nome curto).
|
|
; -----------------------------------------------------------------------------
|
|
|
|
[/Script/ZMMO.ZMMOPlayerState]
|
|
+ComponentClasses=/Script/ZMMOAttributes.ZMMOAttributeComponent
|
|
|
|
[/Script/Engine.AssetManagerSettings]
|
|
-PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass=/Script/Engine.World,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
|
|
-PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass=/Script/Engine.PrimaryAssetLabel,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass="/Script/Engine.World",bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass="/Script/Engine.PrimaryAssetLabel",bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="GameFeatureData",AssetBaseClass="/Script/GameFeatures.GameFeatureData",bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=,SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
|
|
bOnlyCookProductionAssets=False
|
|
bShouldManagerDetermineTypeAndName=False
|
|
bShouldGuessTypeAndNameInEditor=True
|
|
bShouldAcquireMissingChunksOnLoad=False
|
|
bShouldWarnAboutInvalidAssets=True
|
|
MetaDataTagsForAssetRegistry=()
|
|
|