Ulysses

Ulysses Stuff => Suggestions => Topic started by: Zydu on December 26, 2013, 11:08:22 AM

Title: Adding decals to maps
Post by: Zydu on December 26, 2013, 11:08:22 AM
I think it might be possible to write this kind of script using util.Decal function. It would be very useful The idea is to place some custom decals with for example community logo on some walls on maps.

Something like this sourcemod plugin https://forums.alliedmods.net/showthread.php?p=607043
Title: Re: Adding decals to maps
Post by: LuaTenshi on December 26, 2013, 01:55:25 PM
I think it might be possible to write this kind of script using util.Decal function. It would be very useful The idea is to place some custom decals with for example community logo on some walls on maps.

Something like this sourcemod plugin https://forums.alliedmods.net/showthread.php?p=607043

Decals would have to be downloaded by the players or else they will show up as purple and black squares how ever a good alternative would be to create some a script like PlayX, that would fetch the images from the internet and display them on walls on the server.
Title: Re: Adding decals to maps
Post by: Zydu on December 28, 2013, 01:45:37 PM
Yeah, but converting image into decal might be quite hard via script.
Title: Re: Adding decals to maps
Post by: LuaTenshi on December 31, 2013, 02:13:06 AM
Yeah, but converting image into decal might be quite hard via script.

I actually made a client side script for it...

(https://lh6.googleusercontent.com/-fJgHmq9MbBw/Ur0KnUgwlZI/AAAAAAAAAgo/pjZXP1QqR80/w804-h666-no/2013-12-27_00-05-20.png)

So you could easily have all clients load a script like that and yeah. (Oh and this also works with animated stuff.)
Title: Re: Adding decals to maps
Post by: Zydu on January 02, 2014, 09:05:59 AM
Nice. ;) Can you share the addon please?
Title: Re: Adding decals to maps
Post by: LuaTenshi on January 02, 2014, 04:39:32 PM
Nice. ;) Can you share the addon please?

Yeah when its done ill probably put it on the workshop or hand it out by request.
Title: Re: Adding decals to maps
Post by: Zydu on January 03, 2014, 06:52:51 AM
Yeah when its done ill probably put it on the workshop or hand it out by request.

Awsome.  ;D Can't wait.  ;)