SignArtist

Moved

Total Downloads: 39,227 - First Release: Apr 29, 2015 - Last Update: Jan 19, 2018

4.88966/5, 145 likes
  1. Yes, it works on painting and signs. Pretty much everything you can draw/type on. /sil + url (not gif, and not too long urls. Must also end in ex. .jpg or .png and so on)
     
  2. Ah ok, the problem was that I had to get closer. I got it to work on everything using admin/noclip
    How can I increase the distance? Non-admin users dont have noclip, and a painting above your head is often enough to be 'too far'...
     
  3. Go into Your Sign Artist config file (located: Server/My_Server_Identity/oxide/config/Sign Artist.json) and find the line that states : "Max sign detection distance": 2.0, and change 2.0 to something higher :D Then save, and do oxide.reload SignArtist in console or Rusty to load the new changes.
     
  4. question,, and great plugin by the way.. is there a way to grant default group permission to only use images from a certain url..

    the reason i ask, is it would give me control over what kind of images were used.

    i have a folder on my personal hosting dedicated to images for this plugin.. if i could force players to pick from those images

    i could avoid images that were too over board , like porn etc..

    so if there is a way to designate a url folder like http://somewebsite.com/folder/ <-- anything inside there. then i could make a home page and make a photo gallery out of it..

    or even better use the ui and add buttons that send the command with the images allready predesignated. so that they could use em but be disabled from using the commands..

    let me know
     
  5. Wulf

    Wulf Community Admin

    No currently, that would require modifications to the plugin.
     
  6. Well, you could hack something together like this rough snippet:

    Code:
                string arg0=string.Format("{0}", args[0]);
                string allowFrom="http://vignette3.wikia.nocookie.net/";
                var allowFromLen=allowFrom.Length;
                if ((arg0.Length<=allowFromLen) || (arg0.Substring(0,allowFromLen).ToUpper()!=allowFrom.ToUpper()))
                {
                    player.ChatMessage(string.Format("Please use only images coming from: {0}",allowFrom));
                    return;
                }
    
     
    Last edited by a moderator: Jan 27, 2017
  7. Bas you are a gentleman and a scholar, you rock!

    i changed it a little to this

    player.ChatMessage(string.Format("Please only use images coming from the ui",allowFrom));

    works perfectly!!!! thank you thank you thank you
     
  8. Wulf

    Wulf Community Admin

    The snippet is fine, but please do not post random versions of plugins.
     
  9. i don't know why but only PNG images seem to display correctly on signs, Jpgs dont display correctly at all, any idea why?
     
  10. Wulf

    Wulf Community Admin

    What exactly is wrong about them?
     
  11. no matter what command s i type in or what i cant get it to work just keeps saying no permissions or the comands dont even work tried enter it in game consile and the actual server rcon and stuff but omg doing my head in so much
     
  12. read the overview
     
  13. i did read it and still wont work
     
  14. Did you add the permission to each group? and the 4 permissions to the admin group
     
  15. i was trying to add them but probs doing something wrong, never can get this permission stuff working :/ could you help me?
     
  16. post all groups you have
     
  17. i was trying to make some groups and fild the file for it but i dont know how. i got rust running off streamline hosting server
    [DOUBLEPOST=1485769685][/DOUBLEPOST]
    but if ill make a new group, that means i need no manualy add all simple online players to it?
     
  18. If you want to make a new group in rcon type
    group add GROUPNAME
    so say group name is sign then it would be
    group add sign
    always keep group names lower case
    to add the permissions to the default groups that come with rust in rcon type or copy and paste

    oxide.grant group default signartist.url
    oxide.grant group moderator signartist.url
    oxide.grant group admin signartist.url
    oxide.grant group admin signartist.owner
    oxide.grant group admin signartist.cd
    oxide.grant group admin signartist.raw

    remember only admin group gets all above any other group even any other staff groups get signartist.url and only this permission
     
  19. i just added group vip but when i go to the file located :



    File Manager > \server\streamline\oxide\data\oxide.groups.json
    i cant see it? :/ and through the server sonsole when i log in it seems to say auth lvl 2 but i got owners right but when i look into this file shouldnt i be rank 1?? unless something is not working here :/

    {
    "admin": {
    "Title": "admin",
    "Rank": 0,
    "Perms": []
    },
    "moderator": {
    "Title": "moderator",
    "Rank": 1,
    "Perms": []
    },
    "player": {
    "Title": "player",
    "Rank": 2,
    "Perms": []
    }
    }
     
  20. the json file was removed a long time ago not sure why you still have it its now a data file oxide.groups.data