Jump to content

Editting UI for Interlude


Recommended Posts

I've managed to get as far using l2encdec on interface.u and nwindow.u and then using UT Package Tool to explore the UI functions.

 

I'm trying to change the textures of the interface to an older chronicle, but I can't seem to figure out exactly where or how the textures for windows and such are assigned. I tried looking in the files that other people have modified, but I'm not entirely sure where in this big list of functions. Anybody have a guide or can point me in the right direction?

 

gf3VC9s.png

 

Link to comment
Share on other sites

you need 3 programs to edit interface

 

1: with WOTgrealExporter you can DECOMPILE interface.u ( it will give you a folder with all the classes you are looking at right now with utpt

 

2: compiler for interface.u ( for interlude ) so you can SAVE the changes you make in the .uc ( scripts that tell each window what to do ) and make a new interface.u file with the changed classes.

 

3: xdateditor ( to edit interface.xdat file in the system folder ) to edit anything that has to do with visual client side thing. window sizes, positions, buttons, textures, shortcuts etc.

 

 

Link for WOTgrealExplorer https://yadi.sk/d/m52OTEEls6v8H

Link for compiler : search this forum it was shared somewhere, if you cant find it let me know i'll try to find it.

Link for xdateditor https://sites.google.com/site/l2clientmod/xdat_editor

Link to comment
Share on other sites

8 hours ago, SillverShadow said:

you need 3 programs to edit interface

 

1: with WOTgrealExporter you can DECOMPILE interface.u ( it will give you a folder with all the classes you are looking at right now with utpt

 

2: compiler for interface.u ( for interlude ) so you can SAVE the changes you make in the .uc ( scripts that tell each window what to do ) and make a new interface.u file with the changed classes.

 

3: xdateditor ( to edit interface.xdat file in the system folder ) to edit anything that has to do with visual client side thing. window sizes, positions, buttons, textures, shortcuts etc.

 

 

Link for WOTgrealExplorer https://yadi.sk/d/m52OTEEls6v8H

Link for compiler : search this forum it was shared somewhere, if you cant find it let me know i'll try to find it.

Link for xdateditor https://sites.google.com/site/l2clientmod/xdat_editor

 

Thanks a bunch for the links. I've found what I'm looking with xdateditor (where to change the texture it uses):

 

KOq6Vv4.png

 

I don't think I'll be needing the compiler or the explorer. I'm not planning on changing or adding functionality, just the cosmetic apperance. 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...