OnScreenLogo
The small plugin that allows you to put your own logo on the players screen
Total Downloads: 1,353 - First Release: Aug 16, 2017 - Last Update: Sep 21, 2017
- 5/5, 9 likes
-
-
after update OSL is not longer showing up.
I shut down server, removed plugin, remove cfg, cleaned storage, rebooted and shut down, added plugin and:
Code:OnScreenLogo was compiled successfully in 2217ms [OnScreenLogo] Generating default configuration file... Loaded plugin OnScreenLogo v1.1.5 by Vlad-00003
Code:[OnScreenLogo] Downloading image... [OnScreenLogo] Image download is complete.
Code:{ "Image. Link or name of the file in the data folder": "https://image.ibb.co/mpZosR/VTGLOGO4.png", "Maximum anchor": "0.075 0.9999", "Minimum anchor": "0.001 0.9450" }
-
-
I've heard about the simular problems - as I know the rust has moved to the different way of soring the images - they are now being packed to the database file, insted of saving them all to the storage folder.
I'm sorry, but I can't really do much about it right now - my PC is broken and I'm waiting for the new motherboard to come. I have no idea how much time it would take, since it's coming from the over part of the world so... Yeah. That kinda s*cks...
Then it would come I would re-write the image storing part of the plugin, hopfully this would solve this issues. -
Can some one tell me what the max resolution can be used for a logo?
Want to use 300 x 180, maybe smaller. -
It only depends on quality you want, but actally - the smaller the better, as it would be downloaded faster to the client =)
You have to play a while on the site mentioned in the FAQ section. -
Thanks a lot Vlad! Not noticed the Width - Height bar....
I go to take a nap -
Let's just pretend I'm completely stupid here for a minute... I'm not getting this to work no matter what I do. I've been able to get other plugins to work, so I know I'm not a complete idiot. I think I might need a full on step by step, lol. I've tried with an image URL and using the data folder. I've tried to copy and paste directly over the sample URL, and I've tried it as shown in the code sample with the ":", but it gives me an error saying it's expecting an ")" or a ",". I really like the idea of this plugin and would love to get it to work. Thanks in advance!
-
Can you post your config file here (just use CODE tag)? -
Code:
GetConfig("Image. Link or name of the file in the data folder": "ftp://[email protected]/1389631/ruste/oxide/data/30546419_10216784477343842_659385512_o.jpg"); GetConfig("Minimum anchor", ref Amin); GetConfig("Maximum anchor", ref Amax); if (!ImageAddress.ToLower().Contains("http"))
-
Wulf Community Admin
-
Last edited by a moderator: Apr 15, 2018
-
[DOUBLEPOST=1523743147][/DOUBLEPOST] -
Code:{ "Image. Link or name of the file in the data folder": "https://s7.postimg.cc/4zk0trgnv/received_10216784477343842.jpg", "Maximum anchor": "0.34 0.105", "Minimum anchor": "0.26 0.025" }
Last edited by a moderator: Apr 14, 2018 -
-
-
You'r giving up way to fast =_=
Post your config so I can see it =) -
That's the same.
Code:{ "Image. Link or name of the file in the data folder": "https://s7.postimg.cc/4zk0trgnv/received_10216784477343842.jpg", "Maximum anchor": "0.34 0.105", "Minimum anchor": "0.26 0.025" }
-