
15 de mayo de 2025
Source – NewUiInterface S2 S3 para SSEMu y MUEMU
Article
Nueva Interfaz: NewUiInterface S2/S3
¡Hola, pessoal! ¿Todo bien?
Hoy traigo una nueva interfaz basada en la source de @T-LEGENDARY.
Tutorial de Implementación
Sigue el siguiente tutorial para integrar la nueva interfaz:
1. Modificación en Main.cpp
//==========================================
Select En Main.cpp
#include "NewUiInterface.h"
if (gProtect.m_MainInfo.CustomInterfaceType == 5)
{
NewInterface();
}
2. Modificación en Interface.cpp
//==========================================
Select En Interface.cpp
#include "NewUiInterface.h"
if (gProtect.m_MainInfo.CustomInterfaceType == 5)
{
this->BindObject(eMain, 31293, 960, 160, 50, 388);
this->BindObject(eParty, iNewParty, 23, 30, 340, 449);
this->BindObject(eCharacter, iNewCharacter, 23, 30, 370, 449);
this->BindObject(eInventory, iNewInventory, 23, 30, 400, 449);
this->BindObject(eGuild, iNewGuild, 40, 18, 523, 461);
}
if (gProtect.m_MainInfo.CustomInterfaceType == 5)
{
gInterface.DrawInterfaceCustom1();
gInterface.DrawInterfaceMenu1();
}
void Interface::LoadImages()
{
if (gProtect.m_MainInfo.CustomInterfaceType == 5)
{
pLoadImage("Custom\\Interfaceold\\none.tga", 51522, GL_LINEAR, GL_CLAMP, 1, 0);
pLoadImage("Custom\\Interfaceold\\Main_Menu_Master.tga", 31293, GL_LINEAR, GL_CLAMP, 1, 0);
// Agrega otras imágenes según sea necesario
}
}
3. Modificación en Interface.h
//====================================
Select Add En Interface.h
enum ObjectID
{
eMain,
// Otros objetos...
};
Class Interface
{
public:
//NewUiInterface
void DrawInterfaceCustom1();
void DrawInterfaceMenu1();
void DrawCoord1();
}
4. Configuración en Main.Info
//====================================== Select En Main.Info CustomInterfaceType == 5 << (5 = NewUiInterface)
Descarga de Archivos
Para descargar los archivos necesarios, haz clic en el siguiente enlace:
Notas Adicionales
He mantenido la estructura original y formateado el código para que sea más legible.
Puedes copiar y pegar este código directamente en el editor de WordPress en modo HTML.
Si necesitas más ajustes o información adicional, házmelo saber.
You may also like
Archivos
Calendar
| L | M | X | J | V | S | D |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |


Deja un comentario