skin

Söel

New member
Messages
74
Points
0
Age
36
Emulator
rAthena
Client Version
2020-04-01bRagexe
I am wanting to change the whole graphical part of my server, however some of the images that moved had no effect, could tell me the correct location and how should I do?
 
 
example:
datatextureÀ¯ÀúÀÎÅÍÆäÀ̽º
cancel_waiting.bmp

cancel_waiting_a.bmp

cancel_waiting_b.bmp

cancel_waiting_c.bmp

client_select_cs.bmp

7MB2A15.png

 
 
 

Attachments

Last edited by a moderator:
Make sure your client reads your files first (before reading the bmps from the official GRF).

For example, if you added your files in the data folder and the client doesn't read the data folder, then your new images won't show up. If your data folder isn't being read, then verify the order of the GRFs in your data.ini file and make sure the GRF that contains your new files is at the top of the list.

Edit : the location you used is correct (datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºcancel_waiting.bmp, etc).

 
Last edited by a moderator:
Tokeiburu is correct, ensure you are either reading data folder first if you are using that route or that if you patched the images into your custom grf that you re-order the custom grf to position one in your data.ini file.

 
Back
Top