1. Searching for some paintings in the storage/png folder but it can't find it anymore.
    Asked the hoster already about folder permission but they haven't changed anything.

    Is it all packed up in that Storage.db file ?
     
  2. Wulf

    Wulf Community Admin

    Yes, all textures were moved to Storage.db.
     
  3. is there a way to extract those paintings ?
    [DOUBLEPOST=1439665899,1439654884][/DOUBLEPOST]I tried some thumbextractor tools but don't seems to work :/
     
  4. connect via sqlite to Storage.db and in the data table you will have the data column with the raw png bytes...
    via plugin you can get it from FileStorage.client.Get(this.textureID, FileStorage.Type.png, this.net.ID), "this" is an Signage instance in that case, but you won't be able to write to disk :p
     
  5. So i can save a png to this file and use it to my plugin "Hitmarker GUI" instead of loading everytime the url ?
     
  6. so would it be possible to use a plugin with overlay to skip through the whole libary and do something like /sil id to get them on another sign maybe ?
     
  7. Wulf

    Wulf Community Admin

    Probably, give it a try. ;)
    [DOUBLEPOST=1439766008][/DOUBLEPOST]
    Should be doable with some know-how.