Jump to content

Recommended Posts

Posted

Hello guys well how see a lot ppl have very big problems making own's UTX I do a mini tutorial about editing textures I know my english is not good but hope you understand this ok good luck =).

 

Video Tutorial HD

 

 

Programs Needed

 

Some Info about Contain this:

 

UE2Runtime-22261903: The Unreal Engine is a game engine developed by Epic Games for the company your game Unreal. The first version was released in 1998 and since then dozens of games on these facts. The current version Unreal Engine 3.5 has many advanced techniques such as HDR, normal mapping and dynamic shadows. This version is the basis of Gears of War 2.

I remain a fan of the exaggerated Unreal Tournament saga I could see the evolution between version 2 and 3, was a really substantial change. This image is an example of how evolved the Unreal Engine and the graphics in video games in general. I also believe that we have reached the point where the modulation is extremely mature graphic.

 

DDS Utilities 8.31.0225.1745: Ok there is a plug-in for Adobe Photoshop for see files with extention .DDS

 

DDS Viewer: This plug-in is for see DDS textures in folders of Windows I add picture for ppl don't understand.

 

016141d47bfc.jpg

 

l2decrypt: This tool can decrypt and re-encrypt these files.

 

l2encdec: It is a file format decoding. Txt or. Ini

This file is mostly used to decrypt the file l2.ini either to modify or change the resolution of some graphics options or to take the ip and port for the server you play the (very useful for l2 walker).

 

L2Tool: L2tool really serves basically one purpose making Lineage][ UTX files readable by UnrealED (and l2tool crashes on some of the files). If you just want to textures and other stuff, use UTPT.

 

L2UKX: This program used for read UKX files and save in .OBJ o .RAW.

 

b37c042988bf.jpg

 

L2ViewUTX:Well the same say all is for read your UTX files of Lineage2 and extract in DDS format.

 

fe4608a894a2.jpg

 

Photoshop Plugins 7.83.0629.1500: Another plug-in needed for read DDS files in Adobe Photoshop

 

Thumnails Viewer TGA: Well this another plug-in using the same method of DDS Viewer but for TGA files.

 

UTPT: For load and extract UTX files BMP,TGA,DDS but the file UTX need to decrypt.

 

encrypt UTX.bat Inside the file you have code for Encrypt your UTX file but when encrypted texture remember the file are named with enc-nametexture you need delete enc-.

 

OAUKX C6 V1.0 beta3: Ok this tool is for make .OBJ files to .UKX this tool convert your files to .UKX.

 

toolsq.png

 

Credits by Me :)

Posted

Very nice share Crit. This will probably make more people become client modders :)

Posted

oh yeah that is what i was looking for this about 2-3 months. thanks!!!. I am new at client mods and i read guides but i couldn't make anything. But now i see what i must do step by step. Thanks!!!

Posted

Pff. I have a problem. When i make the new texture at unreal engine, i imort the files i want, but then it doesn't load the files. On window it shows just the texture i made. :( someone help me.

Posted

oh yeah that is what i was looking for this about 2-3 months. thanks!!!. I am new at client mods and i read guides but i couldn't make anything. But now i see what i must do step by step. Thanks!!!

Pff. I have a problem. When i make the new texture at unreal engine, i imort the files i want, but then it doesn't load the files. On window it shows just the texture i made. :( someone help me.

First and last warning,dont make double post,if want say something just press Modify.jpg and Modify whatever u want,be carefull.

Posted

Pff. I have a problem. When i make the new texture at unreal engine, i imort the files i want, but then it doesn't load the files. On window it shows just the texture i made. :( someone help me.

well is simple see when import select type of file DX1,DX2,DX3 understand? ok good luck
Guest
This topic is now closed to further replies.



  • Posts

    • fixed the flickering , if you noticed to an other specific page please let me know
    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..