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'... -
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
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
No currently, that would require modifications to the plugin. -
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 -
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
The snippet is fine, but please do not post random versions of plugins. -
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
What exactly is wrong about them? -
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
-
read the overview
-
i did read it and still wont work
-
Did you add the permission to each group? and the 4 permissions to the admin group
-
i was trying to add them but probs doing something wrong, never can get this permission stuff working :/ could you help me?
-
post all groups you have
-
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? -
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 -
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": []
}
} -
the json file was removed a long time ago not sure why you still have it its now a data file oxide.groups.data
