Postado Agosto 30, 2021 3 anos Olá a todos, vim pedir ajuda para mudar algo em meu otc, descobri que estou aprendendo a editar meu cliente otc8 mas quero mudar a barra superior (onde estão os botões). https://ibb.co/NC0ry3k mas não vejo nenhum arquivo onde possa alterá-lo ou qualquer coisa. para que entenda melhor, quero fazer algo assim (já tenho a imagem e tudo) https://ibb.co/F7LJZWG Eu vi esta imagem de um usuário deste fórum, e gostaria de fazer algo parecido com isso Se puderem me ajudar agradeço muito, pois estive lá a tarde toda e não achei como fazer
Postado Agosto 31, 2021 3 anos Vai em module/client_background/background.otui dentro dele troque : anchors.top: topMenu.bottom troque para : anchors.top: parent.top agora vai em data\styles\20-topmenu.otui dentro dele : TopMenuPanel < Panel height: 36 image-source: /images/ui/panel_top image-repeated: true focusable: false troque para : TopMenuPanel < Panel height: 36 image-repeated: true focusable: false agora em module/client_topmenu/topmenu.otui dentro dele agora, troque isso : TopMenuButtonsPanel id: leftButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: parent.left TopMenuButtonsPanel id: leftGameButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: prev.right visible: false TopMenuFrameCounterLabel id: fpsLabel text-auto-resize: true anchors.top: parent.top anchors.left: leftGameButtonsPanel.right TopMenuPingLabel color: white id: pingLabel text-auto-resize: true anchors.top: fpsLabel.bottom anchors.left: fpsLabel.left TopMenuButtonsPanel id: rightButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.right: parent.right padding-left: 0 TopMenuButtonsPanel id: rightGameButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.right: prev.left visible: false para isso : TopMenuButtonsPanel id: leftButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter padding-right: 10 TopMenuButtonsPanel id: leftGameButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: prev.right visible: false TopMenuFrameCounterLabel id: fpsLabel text-auto-resize: true anchors.top: parent.top anchors.right: parent.right TopMenuPingLabel color: white id: pingLabel text-auto-resize: true anchors.top: fpsLabel.bottom anchors.left: fpsLabel.left TopMenuButtonsPanel id: rightButtonsPanel anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter TopMenuButtonsPanel id: rightGameButtonsPanel anchors.top: parent.top anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter visible: false
Postado Setembro 19, 2021 3 anos Em 31/08/2021 em 18:44, poncex disse: bem, nada aconteceu, agra tudo e apenas preto Agora você pode ajustar, a posição no module/client_topmenu/topmenu.otui
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.