Help #mir2 UI change

Play Now

ALLFUKING

LOMCN Rookie
Jan 8, 2025
19
1
3
5

Hello everyone, I have a question about Mir 2 Crystal, can you help me?​

How can I change the UI ? I would be happy if you could help me change the UI codes.​

Thanks.​

 
  • Haha
Reactions: Tai

Tai

HEAD CAPTAIN
Staff member
Administrator
May 11, 2003
14,769
3
3,342
495
United Kingdom
Season 1 Nbc GIF by The Office
 
Upvote 0

sp00n

Calamity Mir2 (In Development)
Dedicated Member
Oct 13, 2011
69
31
45
UK
This is no easy task. Im currently doing this myself, and having to do it manually via code, and no UI program to help with positioning and sizes etc... It's tough. I would recommend only doing this if you have alot of time and patience, and really want the new UI in your server.

Start in MainDialogs.cs as mentioned above. Main Ui at the bottom with HP/MP, and the buttons.Then when that is done, start and work your way through the other Dialogs in the Client/MirScenes/Dialogs folder.

"Remember to backup your source before you start this, as it can seriously mess things up." This is very important!

Goodluck buddy
 
  • Like
Reactions: Martyn and Tai
Upvote 0

StevieLCFC

LOMCN Veteran
Veteran
Aug 27, 2006
354
19
45
Would this
Have you downloaded the source code and looked in main dialog?

Iirc, it's the hp. Mp. Orb that's first on the list
would this apply for login and char select screen?

i only want to change login /char select and any bits within these 2
 
Upvote 0

Celsius

Golden Oldie
Golden Oldie
Dec 31, 2008
1,179
63
134
Would this

would this apply for login and char select screen?

i only want to change login /char select and any bits within these 2
LoginScene.cs and SelectScene.cs in the MirScenes folder are the files you are looking for to modify login and character selection.
 
Upvote 0

StevieLCFC

LOMCN Veteran
Veteran
Aug 27, 2006
354
19
45
LoginScene.cs and SelectScene.cs in the MirScenes folder are the files you are looking for to modify login and character selection.
ive heard you can open a window and it shows the selectscene but in a photoshop style so you can drag boxes around. is this true or is it all code and numbers
 
Upvote 0

Celsius

Golden Oldie
Golden Oldie
Dec 31, 2008
1,179
63
134
ive heard you can open a window and it shows the selectscene but in a photoshop style so you can drag boxes around. is this true or is it all code and numbers
You can for the patcher but all ingame elements are in the code
 
Upvote 0

mir2pion

TL;DR
Veteran
Feb 21, 2013
3,591
2
679
265
Just an idea, if by UI change you would mean just new colors and panel frame shapes or panel background graphics but no change in the active parts and no repositioning of the existing ones, then you can just export UI elements and edit them to your taste and be done?

You can go a long way just doing that.
 
Upvote 0