Developer Berg 65 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Olá Gente, queria pedir a vcs para me ajudar a mover 2 nomes no meu entergame do otc, é o nome " Nome Da Conta " e o " OK " Para entrar no jogo. vou deixar a script de onde modifica, mais n to achando o local de modificar, e vou deixar print para vcs verem do que estou falando. Script EnterGameWindow < MainWindow size: 330 312 image-source: enter.png EnterGameButton < Button width: 64 ServerListButton < UIButton size: 17 17 image-source: /images/topbuttons/minimap image-color: #ffffffff $hover !disabled: image-color: #ffffff99 $pressed: image-color: #ffffff44 $disabled: image-color: #ffffff55 EnterGameWindow id: enterGame @onEnter: EnterGame.doLogin() MenuLabel !text: tr('Account name') anchors.left: parent.left anchors.top: parent.top text-auto-resize: true PasswordTextEdit id: accountNameTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 70 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true PasswordTextEdit id: accountPasswordTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 MenuLabel id: serverLabel !text: tr('Server') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true ServerListButton id: serverListButton !tooltip: tr('Server list') anchors.right: parent.right anchors.top: serverLabel.bottom margin-top: 3 @onClick: ServerList.show() TextEdit id: serverHostTextEdit !tooltip: tr('Make sure that your client uses\nthe correct game client version') anchors.left: parent.left anchors.right: serverListButton.left anchors.top: serverLabel.bottom margin-top: 2 margin-right: 4 MenuLabel id: clientLabel !text: tr('Client Version') anchors.left: parent.left anchors.top: serverHostTextEdit.bottom text-auto-resize: true margin-right: 10 margin-top: 8 ComboBox id: clientComboBox anchors.left: parent.left anchors.right: parent.horizontalCenter anchors.top: clientLabel.bottom margin-top: 2 margin-right: 3 width: 90 MenuLabel id: portLabel !text: tr('Port') anchors.left: serverPortTextEdit.left anchors.top: serverHostTextEdit.bottom margin-top: 8 text-auto-resize: true TextEdit id: serverPortTextEdit text: 7171 anchors.right: parent.right anchors.left: parent.horizontalCenter anchors.top: clientComboBox.top margin-left: 3 CheckBox id: rememberPasswordBox !text: tr('Remember password') !tooltip: tr('Remember account and password when starts client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 10 @onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked()) CheckBox id: autoLoginBox enabled: false !text: tr('Auto login') !tooltip: tr('Open charlist automatically when starting client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 EnterGameButton !text: tr('Ok') anchors.right: parent.right anchors.bottom: parent.bottom @onClick: EnterGame.doLogin() Label id: serverInfoLabel font: verdana-11px-rounded anchors.bottom: parent.bottom anchors.left: parent.left color: green text-auto-resize: true Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Adiciona o maegin top embaixo do account, igual a opção do password.. To pelo cell:/ Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 Adiciona o maegin top embaixo do account, igual a opção do password.. To pelo cell:/ Adicionei, mais o entergame todo sumiu rs, olha como ficou a script, e olha o print EnterGameWindow < MainWindow size: 330 312 image-source: enter.png EnterGameButton < Button width: 64 ServerListButton < UIButton size: 17 17 image-source: /images/topbuttons/minimap image-color: #ffffffff $hover !disabled: image-color: #ffffff99 $pressed: image-color: #ffffff44 $disabled: image-color: #ffffff55 EnterGameWindow id: enterGame @onEnter: EnterGame.doLogin() MenuLabel !text: tr('Account name') anchors.left: parent.left anchors.top: parent.top margin-top: 8 text-auto-resize: true PasswordTextEdit id: accountNameTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 70 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true PasswordTextEdit id: accountPasswordTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 MenuLabel id: serverLabel !text: tr('Server') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true ServerListButton id: serverListButton !tooltip: tr('Server list') anchors.right: parent.right anchors.top: serverLabel.bottom margin-top: 3 @onClick: ServerList.show() TextEdit id: serverHostTextEdit !tooltip: tr('Make sure that your client uses\nthe correct game client version') anchors.left: parent.left anchors.right: serverListButton.left anchors.top: serverLabel.bottom margin-top: 2 margin-right: 4 MenuLabel id: clientLabel !text: tr('Client Version') anchors.left: parent.left anchors.top: serverHostTextEdit.bottom text-auto-resize: true margin-right: 10 margin-top: 8 ComboBox id: clientComboBox anchors.left: parent.left anchors.right: parent.horizontalCenter anchors.top: clientLabel.bottom margin-top: 2 margin-right: 3 width: 90 MenuLabel id: portLabel !text: tr('Port') anchors.left: serverPortTextEdit.left anchors.top: serverHostTextEdit.bottom margin-top: 8 text-auto-resize: true TextEdit id: serverPortTextEdit text: 7171 anchors.right: parent.right anchors.left: parent.horizontalCenter anchors.top: clientComboBox.top margin-left: 3 CheckBox id: rememberPasswordBox !text: tr('Remember password') !tooltip: tr('Remember account and password when starts client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 10 @onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked()) CheckBox id: autoLoginBox enabled: false !text: tr('Auto login') !tooltip: tr('Open charlist automatically when starting client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 EnterGameButton !text: tr('Ok') anchors.right: parent.right anchors.bottom: parent.bottom @onClick: EnterGame.doLogin() Label id: serverInfoLabel font: verdana-11px-rounded anchors.bottom: parent.bottom anchors.left: parent.left color: green text-auto-resize: true ah sim, só pra constar rs, ai na script ta dizendo que tem um " Espaço " a mais no magin que eu adicionei, mais n tem, é o spoiler que ta bugando, na script aqui no Notpad++ ta normal. olha print do entergame como ficou Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Faz assim, cópia do lassword com espaço. Daí você vai no account, da um enter. Apaga até o fim da linha. E cola hah Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 Faz assim, cópia do lassword com espaço. Daí você vai no account, da um enter. Apaga até o fim da linha. E cola hah aee pegou, e como faço agr pra o " Ok " ? rs Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Faz a mesma coisa, só que você apaga contexto e edita pra isso olha: Desce lá no fim, e vai ter às propriedades do OK: Adiciona isto: margin-bottom: 8 margin-right: 10 Segue o mesmo procedimento acima. Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 Faz a mesma coisa, só que você apaga contexto e edita pra isso olha: Desce lá no fim, e vai ter às propriedades do OK: Adiciona isto: margin-bottom: 8 margin-right: 10 Segue o mesmo procedimento acima. Aee, conseguir ^^ obg rs, reputado ^^, vc poderia me dizer qual o comando que faz o bottom do OK crescer ? ele está muito pequeno, queria mudar a altura e a largura dele Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Acho melhor você usar uma imagem. Faça a imagem do tamanho que quiser. Se quiser tentar, posso te ajudar haha Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 Acho melhor você usar uma imagem. Faça a imagem do tamanho que quiser. Se quiser tentar, posso te ajudar haha sim, seria bem melhor usar uma imagem, me ajuda, kk n faço nem ideia de como começar kk Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Bem.. Cria a imagem, vou criar as propriedades aqui e mandar tu adicionar. Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 ok ^^ Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 vai no seu entergame.otui, procura nas primeiras linhas isso: EnterGameButton < Button e subistitui por isso: EnterGameButton < Button image-source: botao.png image-clip: 0 0 20 20 image-border: 2 image-color: #ffffffff $hover: image-clip: 0 20 20 20 $pressed: image-clip: 0 40 20 20 $disabled: image-color: #ffffff66 Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 vai no seu entergame.otui, procura nas primeiras linhas isso: EnterGameButton < Button e subistitui por isso: EnterGameButton < Button image-source: botao.png image-clip: 0 0 20 20 image-border: 2 image-color: #ffffffff $hover: image-clip: 0 20 20 20 $pressed: image-clip: 0 40 20 20 $disabled: image-color: #ffffff66 a imagem tem que ser de que tamanho ? deixa, consegui kk, obg man ^^, eii poderia criar um tutorial ensinando a mudar aquele Character ? a parte que a pessoa escolhe o Character, tipo, colocar a imagem que a pessoa quer, personalizando e tals Link para o comentário Compartilhar em outros sites More sharing options...
0 Deadpool 862 Postado Outubro 29, 2015 Share Postado Outubro 29, 2015 Bem, ainda não parei para mexer nisso. Mas em breve postarei, pode ficar sussa haha, caso tenha mais alguma duvida, é só criar um topico ai que a gente te ajuda ^^ Link para o comentário Compartilhar em outros sites More sharing options...
0 Developer Berg 65 Postado Outubro 29, 2015 Autor Share Postado Outubro 29, 2015 Bem, ainda não parei para mexer nisso. Mas em breve postarei, pode ficar sussa haha, caso tenha mais alguma duvida, é só criar um topico ai que a gente te ajuda ^^ obg pela ajuda ^^ Link para o comentário Compartilhar em outros sites More sharing options...
0 raulcdj 3 Postado Setembro 3, 2018 Share Postado Setembro 3, 2018 Em 29/10/2015 em 15:50, ricardoberg disse: obg pela ajuda ^^ mano sera q você poderia me ajuda com isso eu não consegui estou com o mesmo problema EnterGameWindow < MainWindow size: 330 312 image-source: enter.png EnterGameButton < Button width: 64 ServerListButton < UIButton size: 17 17 image-source: /images/topbuttons/minimap image-color: #ffffffff $hover !disabled: image-color: #ffffff99 $pressed: image-color: #ffffff44 $disabled: image-color: #ffffff55 EnterGameWindow id: enterGame @onEnter: EnterGame.doLogin() MenuLabel !text: tr('Account name') anchors.left: parent.left anchors.top: parent.top margin-top: 8 text-auto-resize: true PasswordTextEdit id: accountNameTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 70 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true PasswordTextEdit id: accountPasswordTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 MenuLabel id: serverLabel !text: tr('Server') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true ServerListButton id: serverListButton !tooltip: tr('Server list') anchors.right: parent.right anchors.top: serverLabel.bottom margin-top: 3 @onClick: ServerList.show() TextEdit id: serverHostTextEdit !tooltip: tr('Make sure that your client uses\nthe correct game client version') anchors.left: parent.left anchors.right: serverListButton.left anchors.top: serverLabel.bottom margin-top: 2 margin-right: 4 MenuLabel id: clientLabel !text: tr('Client Version') anchors.left: parent.left anchors.top: serverHostTextEdit.bottom text-auto-resize: true margin-right: 10 margin-top: 8 ComboBox id: clientComboBox anchors.left: parent.left anchors.right: parent.horizontalCenter anchors.top: clientLabel.bottom margin-top: 2 margin-right: 3 width: 90 MenuLabel id: portLabel !text: tr('Port') anchors.left: serverPortTextEdit.left anchors.top: serverHostTextEdit.bottom margin-top: 8 text-auto-resize: true TextEdit id: serverPortTextEdit text: 7171 anchors.right: parent.right anchors.left: parent.horizontalCenter anchors.top: clientComboBox.top margin-left: 3 CheckBox id: rememberPasswordBox !text: tr('Remember password') !tooltip: tr('Remember account and password when starts client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 10 @onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked()) CheckBox id: autoLoginBox enabled: false !text: tr('Auto login') !tooltip: tr('Open charlist automatically when starting client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 2 EnterGameButton !text: tr('Ok') anchors.right: parent.right anchors.bottom: parent.bottom @onClick: EnterGame.doLogin() Label id: serverInfoLabel font: verdana-11px-rounded anchors.bottom: parent.bottom anchors.left: parent.left color: green text-auto-resize: true Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Developer Berg 65
Olá Gente, queria pedir a vcs para me ajudar a mover 2 nomes no meu entergame do otc, é o nome " Nome Da Conta " e o " OK " Para entrar no jogo.
vou deixar a script de onde modifica, mais n to achando o local de modificar, e vou deixar print para vcs verem do que estou falando.
Script
Link para o comentário
Compartilhar em outros sites
15 respostass a esta questão
Posts Recomendados