ULX

Author Topic: Adding decals to maps  (Read 4263 times)

0 Members and 1 Guest are viewing this topic.

Offline Zydu

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Adding decals to maps
« 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

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Re: Adding decals to maps
« Reply #1 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.
I cry every time I see that I am not a respected member of this community.

Offline Zydu

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Adding decals to maps
« Reply #2 on: December 28, 2013, 01:45:37 PM »
Yeah, but converting image into decal might be quite hard via script.

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Re: Adding decals to maps
« Reply #3 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...


So you could easily have all clients load a script like that and yeah. (Oh and this also works with animated stuff.)
I cry every time I see that I am not a respected member of this community.

Offline Zydu

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Adding decals to maps
« Reply #4 on: January 02, 2014, 09:05:59 AM »
Nice. ;) Can you share the addon please?

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Re: Adding decals to maps
« Reply #5 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.
I cry every time I see that I am not a respected member of this community.

Offline Zydu

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Adding decals to maps
« Reply #6 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.  ;)