amaromorte Posted October 18, 2022 Posted October 18, 2022 (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 January 11, 2023 by Vision Quote
911reg Posted October 21, 2022 Posted October 21, 2022 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: 2 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.