Left 4 Dead 2

Left 4 Dead 2

Interneted's Custom Events Lib
20 条留言
Interneted  [作者] 9 月 9 日 上午 12:39 
@Ikz&Lk(ics)
I can't seem to replicate the issue, but keep in mind that the skeeter must deal at least 100 damage to the hunter midair, so that might be why your skeets don't count.

you can change it minimal value in the settings file.
https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/3114628327/5958906231741860630
Ikz&Lk 9 月 8 日 下午 2:29 
hi, i really liked tour mod, the only comment i have about the mod is that the skeets in a hunter, sometimes they work and sometimes they dont. It always works against bots, but against players only the first two skeets work the detector. Do you know why¿:steamsad:
Unsants 1 月 17 日 上午 8:04 
Ok
Interneted  [作者] 1 月 16 日 下午 8:56 
Unless you have some knowledge with vscript, I don't think an example video would do much. :(
Unsants 1 月 16 日 下午 4:06 
I would like to see an example video, so I understand it better:steamthumbsup:
Kayle Tid 2024 年 10 月 4 日 上午 5:02 
Alright, understood. Thanks for your answer. :luv:
Interneted  [作者] 2024 年 10 月 3 日 下午 8:40 
@ Kayle Tid
Nope, you don't need VSLib to make mods with this.
Now, I don't know how familiar you are with VScript and decompiling vpk, but to explain, the game has built in events that you can use as hooks, for example like you can do anything you want like printing message to the console when a player jumps, in VScript, it's called OnGameEvent_player_jump.
In a nutshell, VSLib recoded the built in events to simplify coding. Mine does the same thing, except that I make my own custom events using the game's existing events listed in the description.

Simple example when I wrote this code and Include my events lib:
function ICEL_OnChargerDeathCharge::HAHALOL(params, extra)
{
printl("SOMEONE GOT DEATHCHARGED!");
}
When someone got death-charged, it will show 'SOMEONE GOT DEATHCHARGED' in the console.
In my skill detect add-on, I use all of my custom events to print messages to the chat.

Hopefully that answers your question.
Kayle Tid 2024 年 10 月 3 日 下午 6:22 
excuse me, I have a question that seems a bit stupid. If I want this to work I have to mod with Vslib right?
And I also have another question about how it will work.
Interneted  [作者] 2024 年 6 月 8 日 上午 12:15 
@cato perhaps this is what you're looking, though it doesn't display the percentage.
miku 2024 年 6 月 6 日 下午 3:16 
maybe add the damage % when the tank and witch gets killed / dies (like to show which survivor did how much % of damage)
Interneted  [作者] 2024 年 6 月 6 日 上午 10:31 
I feel violeted.
ChamoChimi 2024 年 6 月 6 日 上午 10:17 
very purple
Interneted  [作者] 2023 年 12 月 21 日 下午 3:40 
Great one, I was thinking about that one as well, but instead of just percentage based damage, I will do total actual damage for each survivor too.
miku 2023 年 12 月 21 日 上午 6:34 
maybe add the damage % when the tank and witch gets killed / dies (like to show which survivor did how much % of damage)
Interneted  [作者] 2023 年 12 月 16 日 上午 7:20 
I already included cutting smoker tongue. Tank spawn alarm isn't included in the original plugin and I am not quite interested in that.
(^^^) Xeno 2023 年 12 月 16 日 上午 7:15 
I mean like a text chat
Interneted  [作者] 2023 年 12 月 16 日 上午 7:12 
Both of them are already built in functions inside the game.
(^^^) Xeno 2023 年 12 月 16 日 上午 5:23 
Maybe add a tank spawn alarm sound? Or smoker cut tongue notify.
Interneted  [作者] 2023 年 12 月 15 日 下午 4:27 
🫠🫠
ChamoChimi 2023 年 12 月 15 日 下午 1:55 
fascinating