_bryan Posted July 22, 2018 Posted July 22, 2018 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? Quote
SillverShadow Posted July 23, 2018 Posted July 23, 2018 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 Quote
_bryan Posted July 23, 2018 Author Posted July 23, 2018 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): 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.