Postado Maio 29, 2015 10 anos 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 Maio 30, 2015 10 anos 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.