Jump to content

Recommended Posts

Posted (edited)

Does anybody know why .utx aren't working? Im putting them into system folder but it doesn't work. Should I do any modification in client side?
They do work when im putting them into my old system, but i wanna make a "cleaner" system. They just dont work. There is no images on CommunityBoard even though I have utx files.

Edited by Vision
Posted
On 10/18/2022 at 2:00 AM, amaromorte said:

Does anybody know why .utx aren't working? Im putting them into system folder but it doesn't work. Should I do any modification in client side?
They do work when im putting them into my old system, but i wanna make a "cleaner" system. They just dont work. There is no images on CommunityBoard even though I have utx files.

Textures go into SysTextures/Textures folders, not your System folder.

 

though as eMommy said, you can add new paths from l2.ini, like this, basically:


>>> [Core.System]  
Paths=./MyClientFiles/*.usx
Paths=./MyClientFiles/*.utx
Paths=./MyClientFiles/*.uax
Paths=./MyClientFiles/*.unr
Paths=./MyClientFiles/*.umx
Paths=./MyClientFiles/*.ukx
Paths=./MyClientFiles/*.uix
Paths=./MyClientFiles/*.usk
Paths=../System/*.u
Paths=../StaticMeshes/*.usx
Paths=../Textures/*.utx
Paths=../Sounds/*.uax
Paths=../Voice/*.uax
Paths=../Maps/*.unr
;Paths=../Music/*.umx
Paths=../Animations/*.ukx
Paths=../Animations/*.uix
Paths=../SysTextures/*.utx
Paths=../Animations/*.usk

 

This way files from the 'MyClientFiles' folder inside your System will have priority over the default ones, even if two files share the same name.
This means that you can basically drop any kind of file there and the game will read it fine.

 

here's an example from my system:
unknown.png

 

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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