Jump to content

Recommended Posts

Posted

Ok no more problems with that cause here you will learn how to make it 100%!

 

 

-:-Download Pack-:-

 

http://rapidshare.com/files/155350888/Make_utx_for_your_dds_files_Pack.rar.html

 

(It contains Unreal [program that open and edit utx] / a sample of utx that u must edit/ enccrypt program)

 

 

 

 

-:-Steps_TO_Follow-:-

 

 

 

1. Extract the .rar file you have just downloaded on a place you want, for example on desktop.

 

 

2. Install Unreal program.

 

 

3. When you installed it go to C:\UnrealEngine2Runtime\System and find the file UnrealEd.

 

 

4. Right click on it and send to desktop to create a shortcut.

 

 

5. Now run the shortcut you have just created.

 

 

6. On the window "Textures" go to File===>Open===>and open the sample.utx.

 

 

7. Now go to File===>Import===>open your dds file you want to add.

 

 

8. When you open your dds file, there was an extra dds on the sample, right click on the "Texture aka_t00_wp666* [DXT 1] and delete it.

 

 

9. Now go to File===>Save and save it in the folder EncCrypt with any name you want.

 

 

10. When you save it, you are not done yet. You need to encrypt it to work with your client. So find the file "Enc" on the EncCrypt folder,right click===>edit.

 

 

11. It will open in notepad. So at the line where it says argsword.utx change it to yourUTXname.utx.

 

 

12. Then Save and close it.

 

 

13. After that double click "Enc" file to run.

 

 

14. It will open and close quickly a dos window.

 

 

15. A file will appear with name enc-yourUTXname.utx.

 

 

16. Cut it and paste in C:\Program Files\Lineage II\systextures

 

 

17. Rename it from enc-yourUTXname to yourUTXname.

 

 

18. Done! Your utx file is ready for use!!!  ;)

Hope i helped! ;)

Posted

Told u yiannis93 ^^ when u do good work i ask a mod to stick it :P

 

U put in your title Tested on IL , do u think this change in hellbound?

 

nevermind ;P

Posted

Told u yiannis93 ^^ when u do good work i ask a mod to stick it :P

 

U put in your title Tested on IL , do u think this change in hellbound?

 

nevermind ;P

 

Hehe thx. About hellbound... idk.

  • 3 weeks later...
  • 4 weeks later...
Posted

At Last ! :D thenx for shering that guide for us (the newbies) :P finaly i got my drake shild UTX :D

 

 

 

 

----Keep up the good Guides maybe more of them become sticky  ;)

  • 4 weeks later...
Guest
This topic is now closed to further replies.



  • Posts

    • sell adena l2rebon signature x1 - 1kk = 1 dollars l2reborn x10 - 500kk = 4 dollars E-Global x Lu4 - 1kk = 2 dollars BOHPTS - x20-x500 TOP PRICE DISCORD - GODDARDSHOP TELEGRAM - MMOPROMO Also on sale are Epic jewelry, Clothes at a very good price
    • Hello Sorry, my Discord is: ave7309
    • “Hello, I’d like to present a short description of the server. Everyone starts equally at max level 80. The server includes a custom buffer, custom class master, custom weapons and armors, custom zones, custom teleporter, custom raid bosses, and much more. I’ll leave a link in the description for those who want to see how everything looks inside. The server is only open on weekends, and you can find more news via the Facebook link.”   https://www.facebook.com/profile.php?id=61578869175323
    • 1. You where subscriber 3 years ago. 2. There is no current L2jMobius 2.8 Seven Signs version. Subcriber or not. 3. You have your answer from multiple forums that more items is more delay.  
    • 1. Optimize Packet Serialization Look in ItemList.java or wherever the inventory packet is constructed. Instead of building the packet with inefficient string concatenation or repeated allocations, use a preallocated buffer and avoid creating new objects for each item. Mobius sources are Java-based, so profiling with something like VisualVM or YourKit can help see where most time is spent. 2. Avoid Sending the Full List Each Time Modify the server to send only changed items (diff packets) when the inventory window opens. Some newer forks implement this as “lazy loading” or paged inventory so the client only loads e.g. 100 items at a time. 3. Limit the Inventory Size Per Page Instead of showing all 500 slots at once, split the inventory into pages/tabs (100 slots each). When the user switches a tab, send only that page’s items. This requires some client-side editing, but it’s the most user-friendly long-term fix. 4. Database & Cache Optimizations Ensure your items table is indexed by owner_id to make the query for player items fast. Cache item templates and static data so they are not reloaded every time the inventory is shown. ⚠️ Things to Keep in Mind Increasing slots from 80 → 500 does not just change a number — it multiplies the workload for packet building and UI rendering. You can’t fully avoid some extra cost with 500 items, but you can keep it under a few milliseconds if you optimize how and when the data is sent.    
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock