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)
SignArtist
Moved
Total Downloads: 39,227 - First Release: Apr 29, 2015 - Last Update: Jan 19, 2018
- 4.88966/5, 145 likes
-
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'... -
Then save, and do oxide.reload SignArtist in console or Rusty to load the new changes.
-
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 -
Wulf Community Admin
-
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 -
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 -
Wulf Community Admin
-
i don't know why but only PNG images seem to display correctly on signs, Jpgs dont display correctly at all, any idea why?
-
Wulf Community Admin
-
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
-
-
-
-
-
-
[DOUBLEPOST=1485769685][/DOUBLEPOST] -
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 -
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": []
}
} -
the json file was removed a long time ago not sure why you still have it its now a data file oxide.groups.data