; DefaultZeusV1.ini ; Config inicial pra UZeusNetworkingClientSubsystem (P9-6/P9-7 plugin). ; Editar via UE Project Settings -> Plugins -> Zeus V1 OU editar este arquivo ; e relancar o editor. ; ; PORT 7777: ZeusGateway. NodeService popula routes via charId lookup quando ; cliente conecta (validado: handshake routed charId=7 -> SP_01 cell 0). Fluxo ; padrao de producao -- UE conecta no Gateway, Gateway resolve cell ownership ; via lease em Valkey + encaminha pro ZS correto. ; ; ALTERNATIVO (debug only -- bug aberto pendente investigacao): ; ServerPort=9001 conecta DIRETO em SP_01 mas hoje pacote UE nao chega no ; server (FUdpSocketBuilder + Windows multi-NIC loopback issue). Use 7777. [/Script/ZeusNetwork.ZeusNetworkingClientSubsystem] ServerHost=127.0.0.1 ServerPort=7777 bUseZeusNetworkingV1=True bAutoConnectOnStart=True