Norn submitted a new resource:
Magic Signs - Load random images into signs upon deploy
Read more about this resource...

Magic Signs
Load random images into signs upon deploy
Total Downloads: 1,526 - First Release: Nov 11, 2015 - Last Update: Nov 1, 2016
- 5/5, 5 likes
-
Everything that you do is magic xD
-
Norn updated Magic Signs with a new update entry:
0.2
-
Norn updated Magic Signs with a new update entry:
0.2
-
Norn updated Magic Signs with a new update entry:
0.3
-
hi i used this without issues but this morning i was placing pictures and the game crashed. now every time i try to connect to the server i get the "Disconnected RPC error" do you think this is related to the mod? i tried restating the server but no luck. Any ideas?
-
I set a custom tag of "random meme." I loaded up about a dozen signs and then the last one that I placed everyone was kicked from the server with the error message: "disconnecting: RPC Error: recievetexture"
Restarting the server does nothing. This does not fix it. I unloaded the plugin. No luck.
I'm going to have wipe my server now and lose everything. -
Wulf Community Admin
-
Code:
[ConsoleCommand("wipesigns")] private void wipesigns() { var SIGNLIST = UnityEngine.Object.FindObjectsOfType<Signage>(); int count = 0; if(SIGNLIST.Count() == 0) { Puts("No signs"); return; } foreach (var sign in SIGNLIST) { if (sign != null) { sign.Kill(); count++; } } if (count != 0) { Puts("Wiped the map of " + count.ToString() + " signs."); } }
-
@Wulf got exactly the same error on my server for some players (RPC Error: recievetexture) but i am using SignArtist...
i downloaded and SQLite editor and opened the Storage.db but i dont know what i should do? where do i find the signs?!?! (see this screenshot: http://www.rust-edmu.de/1.png)
and the plugin object remover just removes entities which aren't in cupboard range...but this sings are in cupboard range...
so what can i do without wipe??
thank you -
Wulf Community Admin
-
really weird :/
what happens when i delete the whole storage.db? do all player lose their loot etc? or what is storaged in this file completely?
or do you know which entities are any signs? like 37172991 in the entity column of the viewer...
thanks -
Wulf Community Admin
-
-
Wulf Community Admin
-
[DOUBLEPOST=1449945834][/DOUBLEPOST]it worked! Thank you so much! -
I feel like it's a dumb question but I'm getting the RPC error and I really can't figure out how to get to the Storage.db. I have SQLite for firefox but I'm new to this so bare with me lol I am the server admin so I need to figure this one out in case it happens again. Also it would be nice to be able to get on my server again. Thanks in advance for the help.
I ended up deleting the file that I found and it fixed it. Maybe my plugin was out of date?Last edited by a moderator: Apr 2, 2016 -
Hello, trying to install this plugin on my server for the first time, but I'm receiving red error message from server saying: MagicSigns plugin failed to compile! MagicSigns.cs(226,45): error CS1061: Type `Planner' does not contain a definition for `ownerPlayer' and no extension method `ownerPlayer' of type `Planner' could be found. Are you missing an assembly reference? So am I missing something and if so what and where do I put it? Thanks!
-
magic signs permissions and commands do not work. and it says this....
[Oxide] 07:28 [Error] Error while compiling MagicSigns.cs(226,45): error CS1061: Type `Planner' does not contain a definition for `ownerPlayer' and no extension method `ownerPlayer' of type `Planner' could be found. Are you missing an assembly reference?
can it be fixed? -