Ir para conteúdo

Featured Replies

  • Respostas 27
  • Visualizações 4k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Você poderá continuar o seu mapa em um segundo servidor (rodar 2 servidores)... alterando o worldid cada servidor possui o world id 0 os personagens são criados no world id 0 por isso não é possível

  • Fir3element
    Fir3element

    Na source do map editor, edite o 65000 para qual você quer. \rme-master\source\common_windows.cpp     Line 98:                     wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, 256, 65000), wx

Postado
  • Solução

Na source do map editor, edite o 65000 para qual você quer.

\rme-master\source\common_windows.cpp
    Line 98:                     wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, 256, 65000), wxSizerFlags(1).Expand()
    Line 103:                 wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, 256, 65000), wxSizerFlags(1).Expand()
    Line 463:         if(import_x_offset < -65000 || import_x_offset > 65000)
    Line 463:         if(import_x_offset < -65000 || import_x_offset > 65000)
    Line 465:             gui.PopupDialog(this, wxT("Error"), wxT("The specified x offset needs to be in the range -65000 to 65000"), wxOK);
    Line 465:             gui.PopupDialog(this, wxT("Error"), wxT("The specified x offset needs to be in the range -65000 to 65000"), wxOK);
    Line 468:         if(import_y_offset < -65000 || import_y_offset > 65000)
    Line 468:         if(import_y_offset < -65000 || import_y_offset > 65000)
    Line 470:             gui.PopupDialog(this, wxT("Error"), wxT("The specified y offset needs to be in the range -65000 to 65000"), wxOK);
    Line 470:             gui.PopupDialog(this, wxT("Error"), wxT("The specified y offset needs to be in the range -65000 to 65000"), wxOK);
\rme-master\source\map.cpp
    Line 366:     if(new_width > 65000)
    Line 367:         width = 65000;
    Line 376:     if(new_height > 65000)
    Line 377:         height = 65000;
Postado
  • Autor

 

Na source do map editor, edite o 65000 para qual você quer.

\rme-master\source\common_windows.cpp
    Line 98:                     wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, 256, 65000), wxSizerFlags(1).Expand()
    Line 103:                 wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, 256, 65000), wxSizerFlags(1).Expand()
    Line 463:         if(import_x_offset < -65000 || import_x_offset > 65000)
    Line 463:         if(import_x_offset < -65000 || import_x_offset > 65000)
    Line 465:             gui.PopupDialog(this, wxT("Error"), wxT("The specified x offset needs to be in the range -65000 to 65000"), wxOK);
    Line 465:             gui.PopupDialog(this, wxT("Error"), wxT("The specified x offset needs to be in the range -65000 to 65000"), wxOK);
    Line 468:         if(import_y_offset < -65000 || import_y_offset > 65000)
    Line 468:         if(import_y_offset < -65000 || import_y_offset > 65000)
    Line 470:             gui.PopupDialog(this, wxT("Error"), wxT("The specified y offset needs to be in the range -65000 to 65000"), wxOK);
    Line 470:             gui.PopupDialog(this, wxT("Error"), wxT("The specified y offset needs to be in the range -65000 to 65000"), wxOK);
\rme-master\source\map.cpp
    Line 366:     if(new_width > 65000)
    Line 367:         width = 65000;
    Line 376:     if(new_height > 65000)
    Line 377:         height = 65000;

Obrigado Fire Element, agora vou pesquisar como compilar o rme, que ainda não sei hehe, de qualquer maneira, muito obrigado, ajudou muito , rep+ :)

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.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo