Support for neon signsSolved
Is there planned support for the neon signs coming in?
Came here to make the same thread.

+1

Thinking how you should do it. Since there are 5 layers of sign you can make you would have to make the command maybe like /sil1 /sil2 /sil3 /sil4 and /sil5 to specify which image url to use for which number of layer
[Sign Artist] Couldn't find the required image size for assets/prefabs/misc/xmas/neon_sign/sign.neon.125x215.prefab, please report this in the plugin's thread.

Is this a plugoin issue or is my image wrong?
This has happened since patch install
I have tried 125x215 and 215x125 and still gives the same error...  Its a medium neon sign so 215x125 seems more likely?
+ no work
Would like to see this to!
It's already supported natively on the Admin's side for now.
Ruhadre
It's already supported natively on the Admin's side for now.

How exactly?

At this point, I'm guessing I could just make a mod that gives the ability to use the admin command to players.
The new native sign image upload support is garbage though, you can't even use URLs or anything other than pngs.

I really hope this plugin gets an update since it's so much better!

Merged post

I just made a hacky fix. Hope it's ok if I post it here. Just add this to the dictionary on line 739.

["sign.neon.xl.animated"] = new ImageSize(256, 256),
["sign.neon.xl"] = new ImageSize(256, 256),
["sign.neon.125x215.animated"] = new ImageSize(128, 256),
["sign.neon.125x215"] = new ImageSize(128, 256),
["sign.neon.125x125"] = new ImageSize(128, 128),​
5f6b4d2d45f98.jpg Yzarul
The new native sign image upload support is garbage though, you can't even use URLs or anything other than pngs.

I really hope this plugin gets an update since it's so much better!

Merged post

I just made a hacky fix. Hope it's ok if I post it here. Just add this to the dictionary on line 739.

["sign.neon.xl.animated"] = new ImageSize(256, 256),
["sign.neon.xl"] = new ImageSize(256, 256),
["sign.neon.125x215.animated"] = new ImageSize(128, 256),
["sign.neon.125x215"] = new ImageSize(128, 256),
["sign.neon.125x125"] = new ImageSize(128, 128),​

Will this cycle through 5 different images?

No, it will just paste it in the first frame. So if you want multiple frames you need to copy the first frame to the place where you want with the vanilla interface and then add the next image in the first frame with /sil until you got all the frames you want.

It's really only a quick & dirty hack.
Thanks, it works
Locked automatically