Left 4 Dead 2

Left 4 Dead 2

Contextual Ping System
Supreme Leader 2021 年 11 月 1 日 上午 7:18
Suggestion
1. Can we have a convar to turn on/off the ping on special infected or reduce the intensity at least?
2. Could you somehow adapt this plugin[forums.alliedmods.net] to your addon? The glow thingy on the plugin is very useful.
< >
正在显示第 1 - 15 条,共 15 条留言
Sam  [开发者] 2021 年 11 月 1 日 上午 9:59 
What that plugin does with glows is already possible to do, but that is a big reason why I have not implemented glows: it changes the properties of entities in the world. Multiple systems modifying one entity will lead to unreliable behaviour.

My addon is completely independent, it does not rely on anything in the world that third parties can change, making it compatible with any type of game modification.

As an addendum, I don't want to make the enemy player warning pings follow them (like an attached glow in that plugin or the uncommon infected spotting in my addon), giving the pingee a significant unfair advantage - practically a wallhack. Its current use is marking the 'last known location'.

I already have plans to improve visibility and logic to prevent overlapping icons that mostly happen on warning pings, which can clutter up the screen. This is going to be fixed.
最后由 Sam 编辑于; 2021 年 11 月 1 日 上午 10:01
Supreme Leader 2021 年 11 月 1 日 上午 10:09 
I see, but can't you limit the glowing to only weapons and items? That should balance it no? Or make it only work on co-op mode not versus for example.

Nice to hear your plan on the visibility! Good job.
最后由 Supreme Leader 编辑于; 2021 年 11 月 1 日 上午 10:16
Sam  [开发者] 2021 年 11 月 1 日 上午 11:22 
Not using item glows is about keeping compatibility with potential mods that may use glows. Either way, I'm just not considering glows at the moment, not until I'm done with what I already have planned to do.
Supreme Leader 2021 年 11 月 1 日 下午 11:46 
Understandable, have a nice day lol.

Also I suggest you should create and pin a discussion thread or two for update/changelogs and bug report, easier for managing since the comment section will get bloated. Cheers!
Sam  [开发者] 2021 年 11 月 5 日 上午 11:16 
I'd like to know if the latest update helps with your visibility complaints, if not, what makes it a problem.
ArrayOfHopeLive 2021 年 11 月 7 日 上午 1:03 
2 suggestions (if possible)

1.) when a player pings something and no one is looking at the ping, can there be an arrow added to the side of the screen to show the player what direction to look to see said ping?

2.) any possible way to add a command config or some sort to let players manually change the time that pings stay up?
Sam  [开发者] 2021 年 11 月 7 日 上午 10:03 
引用自 Phoenix Rose
1.) when a player pings something and no one is looking at the ping, can there be an arrow added to the side of the screen to show the player what direction to look to see said ping?

That might not be viable because of the complexity of the number of different icons it would need to display. I don't think it would be worth the effort.

引用自 Phoenix Rose
2.) any possible way to add a command config or some sort to let players manually change the time that pings stay up?

I just added a simple server settings file, instructions are in the description. Per player setting is not possible.
Supreme Leader 2021 年 11 月 9 日 上午 9:56 
Nice work! It become so much easy on the eye now. So the setting is control by the host am I right?
Sam  [开发者] 2021 年 11 月 9 日 上午 10:14 
The settings file is on the server/host, yes.
Supreme Leader 2021 年 11 月 9 日 上午 10:18 
引用自 Sam
The settings file is on the server/host, yes.
Great stuff, the mod is become more and more perfect!
最后由 Supreme Leader 编辑于; 2021 年 11 月 9 日 上午 10:18
Nate 2022 年 3 月 1 日 上午 10:09 
引用自 Sam
引用自 Phoenix Rose
1.) when a player pings something and no one is looking at the ping, can there be an arrow added to the side of the screen to show the player what direction to look to see said ping?

That might not be viable because of the complexity of the number of different icons it would need to display. I don't think it would be worth the effort.

引用自 Phoenix Rose
2.) any possible way to add a command config or some sort to let players manually change the time that pings stay up?

I just added a simple server settings file, instructions are in the description. Per player setting is not possible.

The "offscreen" icon idea is pretty good idea, actually! I'm wondering if you could just do a simple carrot shape or < ^ > type arrow... you could probably get away with 8 arrows for the cardinal directions (N, E, W, S, NE, NW, SE, SW) don't you think? I've not done a squirrel programming but since you know the position of the player and entity being pinged any given time you could calculate the angle and use the appropriate arrow corresponding to the direction?

Just spitballing here. Obviously the mod is fantastic as is. But if you ever want to add the feature or stretch your programming muscles, could be an interesting exercise!
Sam  [开发者] 2022 年 3 月 1 日 下午 12:23 
Programming it is not the problem - that's the easy part, the problem is displaying the icons. There are not many options for screenspace image drawing that is controllable by the server. Using either of the two obvious options, which are screen overlays and hud text, basically means incompatibility with any map/addon also using them.

Edit: After testing I see that screen overlays and hud text do not even work in L4D2. So this is practically not possible to make.
最后由 Sam 编辑于; 2022 年 9 月 19 日 上午 10:17
Nate 2022 年 3 月 1 日 下午 12:37 
引用自 Sam
Programming it is not the problem - that's the easy part, the problem is displaying the icons. There are not many options for screenspace image drawing that is controllable by the server. Using either of the two obvious options, which are screen overlays and hud text, basically means incompatibility with any map/addon also using them.
Understood, there must be limited screen surfaces or calls on which to draw... I trust you've already looked well into it... I have no experience so just speaking a non-informed opinion here. No worries!
ArrayOfHopeLive 2023 年 2 月 7 日 下午 5:59 
would it be possible to tie in the pinging system with the director?

i use a mod on a server that notifies people when they are in black and white, and if you look away from them, the director shows an arrow on your screen telling you "hey, look this way so you can see it"

would it be possible to tie this ping system in with the director, so if someone pings, they would get a director popup (assuming they have director enabled) that would do the same?
Sam  [开发者] 2023 年 10 月 1 日 上午 10:08 
引用自 Phoenix Rose
would it be possible to tie in the pinging system with the director?

i use a mod on a server that notifies people when they are in black and white, and if you look away from them, the director shows an arrow on your screen telling you "hey, look this way so you can see it"

would it be possible to tie this ping system in with the director, so if someone pings, they would get a director popup (assuming they have director enabled) that would do the same?
I think you mean gameinstructor. While it is possible to create gameinstructor notifications, I think that would be outside of the scope here.
< >
正在显示第 1 - 15 条,共 15 条留言
每页显示数: 1530 50