Sprite paths

Discussion in 'Rust Development' started by Kayzor, Feb 6, 2016.

  1. I am hoping someone can help me as I am a little lost :(

    I am trying to find the sprite paths for the png files used for icons and other assets within the game.
    e.g. “assets/icons/items/wood.png” (this path no longer works, I guessed they moved at some point)

    I have tried using some utilities like the Unity Assets Bundle Extractor and while I can use that to find and extract the png files of the icons I am looking for it does not tell me the path that they are stored in.

    If anyone could point me in the right direction i would be most grateful!
     
  2. Calytic

    Calytic Community Admin Community Mod

    Myself and a number of other people in the community spent an inordinate amount of time on this issue. The answer is currently no. Only a very small subset of in-game assets are available and that does not include any item icons. They used to be available, but are not anymore. Why? I don't know. This was a deliberate move by Facepunch.
     
  3. Ah that sucks, thank you very much for the reply though. I was thinking i just didn't know what i was doing and would of carried on trying for hours!