Anyway to change Icon (Pet,Weapon,v.v.v)

Results 1 to 13 of 13
  1. #1
    Elite Member goder2910 is offline
    Member +Rank
    Jun 2009 Join Date
    114Posts

    Anyway to change Icon (Pet,Weapon,v.v.v)

    I would like to change some pet 's icon. I tried to change icon 's link in elements.data but the client don't understand.
    I searched on the forum but i found nothing, except "How to change Guild Icon".
    Anyone can help me ? Thank in advance.


  2. #2
    cats addicted Zorno is offline
    Grand MasterRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    There is a dds which is called by the pets. Check where it is and see this picture ( there are 2 or 3 of them ) then find the pic you want to change and change it on that pic. Its more or less an index picture and the client just picks one out of it by pixeladress.

  3. #3
    Elite Member goder2910 is offline
    Member +Rank
    Jun 2009 Join Date
    114Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by Zorno View Post
    There is a dds which is called by the pets. Check where it is and see this picture ( there are 2 or 3 of them ) then find the pic you want to change and change it on that pic. Its more or less an index picture and the client just picks one out of it by pixeladress.
    I tried to find this icon in this link : "Surfaces\图标\通用物品\力士.dds"
    But i cant find it on surfaces.pck ><. Can you show me where is it ?

  4. #4
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by goder2910 View Post
    I tried to find this icon in this link : "Surfaces\图标\通用物品\力士.dds"
    But i cant find it on surfaces.pck ><. Can you show me where is it ?
    Search...

    surfaces.pck\iconset\

    Thats where they are...

  5. #5
    Elite Member goder2910 is offline
    Member +Rank
    Jun 2009 Join Date
    114Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by das7002 View Post
    Search...

    surfaces.pck\iconset\

    Thats where they are...
    In that folder, i just have seen file .txt and "icon set", dont have anythings relate to this link .
    How can i read it ?

  6. #6
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by goder2910 View Post
    In that folder, i just have seen file .txt and "icon set", dont have anythings relate to this link .
    How can i read it ?
    Open the iconlist_blahblah.dds in an image editor

    Add a new icon of the proper size (see the first two lines of the text file) after the last one in the grid

    Save the dds, go into the text file on the last line, call it something like icantsearch.dds and then tada, the client sees Surfaces\图标\通用物品\icantsearch.dds

  7. #7
    Elite Member goder2910 is offline
    Member +Rank
    Jun 2009 Join Date
    114Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by das7002 View Post
    Open the iconlist_blahblah.dds in an image editor

    Add a new icon of the proper size (see the first two lines of the text file) after the last one in the grid

    Save the dds, go into the text file on the last line, call it something like icantsearch.dds and then tada, the client sees Surfaces\图标\通用物品\icantsearch.dds
    Which image editor soft you use ? I use PTS, Paint Shop Pro,XnView,GIMP 2,DXTBmp but i can't add new icon into file .dds, how do you add ? Please help me! Thank
    Last edited by goder2910; 24-12-10 at 03:02 PM.

  8. #8
    cats addicted Zorno is offline
    Grand MasterRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Im using Photoshop CS5 portable with the Nvidia dds Plugin for that. The plugin is for free at Nvidia homepage.

  9. #9
    RaGEZONER fgru is offline
    Grand MasterRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    NVIDIA Plug-ins for Adobe Photoshop (Normal/Cube Maps, DDS)

    ---------- Post added at 04:53 PM ---------- Previous post was at 04:52 PM ----------

    NVIDIA Texture Tools

  10. #10
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    GIMP also has support for DDS, I don't remember if I used a Plugin for it though...

    I have CS5 and CS3 as well (I got CS3 for free from a friend ) but they are so slow for most things that I can just do in GIMP

  11. #11
    Elite Member goder2910 is offline
    Member +Rank
    Jun 2009 Join Date
    114Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by das7002 View Post
    GIMP also has support for DDS, I don't remember if I used a Plugin for it though...

    I have CS5 and CS3 as well (I got CS3 for free from a friend ) but they are so slow for most things that I can just do in GIMP
    Can you show me a little tut ? Iam a coder, so i dont know much about PTS. Yesterday, i tried to open .dds file and paste new pic.bmp into file .dds, but nothing happen .
    May you help me ?

  12. #12
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Add a new icon next the last one in the grid (or on a new line if the row is full but I doubt it is)

    Save the dds file

    Open the corresponding txt file

    Add a new line on the end of i_really_cant_search.dds

    Tada! I've already said this...

  13. #13
    Elite Member goder2910 is offline
    Member +Rank
    Jun 2009 Join Date
    114Posts

    Re: Anyway to change Icon (Pet,Weapon,v.v.v)

    Quote Originally Posted by das7002 View Post
    Add a new icon next the last one in the grid (or on a new line if the row is full but I doubt it is)

    Save the dds file

    Open the corresponding txt file

    Add a new line on the end of i_really_cant_search.dds

    Tada! I've already said this...
    Yeah, i know. But the way "Add a new icon next the last one in the grid", which control panel do you use and how do you add ? I tried to copy and paste command but nothing happen.



Advertisement