STEAM 组
Left 4 Dead 2 Workshop Beta L4D2WSB
只有获得邀请才能加入
所有讨论 > 综合讨论 > 主题详情
Chet 2013年2月16日 @ 2:57pm
What are people making?
As you begin to experiment with the tools, what are people attempting to make? What style of game? coop, versus,single player? What are you changing up?
显示 18 条留言中的第 1 - 15
< >
shotgunefx 2013年2月16日 @ 3:29pm 
I decided on a coop mutation I tried with the original system but really couldn't pull it off. It's called Tank Slayer. All temp health, tanks out run you, killing tanks awards more temp health, tanks get successively stronger, spawn faster, health decays quicker and quicker, pills are awarded at various levels.Penalties for being a coward and kiting. Score is kept. Some other bells and whistles I'm working on. I figured it was a good excercise to utilize the new functions and event handling
Offisir 2013年2月16日 @ 4:41pm 
I'm currently working on a versus mutation (though the versus part doesn't seem to work yet). It's set in c5m2_park, where you spawn in the trailer before setting off the alarm. Survivors get a 10-second head start to run. They have to run through the course while being chased by a horde of common infected, while the human-controlled special infected set up ambushes in a deathrun-like manner. Survivors have to get to the helicopter at the end as fast as they can. Special infected spawn every 5 seconds, so they can set up traps faster.
Meerkat Mondays 2013年2月16日 @ 4:59pm 
I'm learning along as I build, so I'm starting with something simple that makes me scan through the mod events. It's currently a collection of all positive and negative survivor actions from beginning to end. I wonder if I'm just copying part of what the director already does.
The Fish 2013年2月16日 @ 7:50pm 
Released the first version of Vampirism. Still needs some work, but it shows the general concept of the mod:
http://steamcommunity.com/sharedfiles/filedetails/?id=127223178

Wouldn't have been possible without the OnGameEvent_{EVENT} function. :)
Rectus 2013年2月17日 @ 2:23am 
I'm dusting off an unfinished pvp speedrunning mutation. The goal is to be the first into the saferoom, the infected only being there to slow you down. The AllowTakeDamage and game event functions have been really helpful here.

There still are some challanges I haven't figured out yet:
Automatically revive survivors when they are incapped.
Kill off the non-winning survivors.
Finding the leading survivor, and put his name on the HUD, together with distance left to the saferoom.
Make the bots behave competitively.
Offisir 2013年2月17日 @ 9:20am 
@Rectus: If you want to autorevive from specials, you can use

cm_AutoReviveFromSpecialIncap = 1.

I'm not sure about reviving them from commons, though.
Rectus 2013年2月17日 @ 9:48am 
Using it already. I'm also disabling incapping damage from commons with AllowTakeDamage(). Ideally, I'd want something that can unincapp the survivor after some time, to only give them a small penalty.
The Fish 2013年2月17日 @ 9:52am 
It's been a request. So far we have player.IsIncapacitated(), returning a boolean. Hopefully we can get "SetIncapacitated()" too.
Offisir 2013年2月17日 @ 10:03am 
About the penalty, I think the fact that they've already lost a lot of time being incapped to the point that they're probably in the last place is good enough.
Rectus 2013年2月17日 @ 11:48am 
Good point. It also depends on the amount of damage the the SI deal, and max health. This kind of thing needs a lot of tweaking, and having more options can be useful.
Winded 2013年2月17日 @ 2:50pm 
I'm making Charge Dodgers, a mutation where you, surpisingly, dodge chargers, on a small area. I'm kinda ditching the entire director out of it, and implementing my own round and wave techniques and make it timer-based with the Update function.
Unfortunately, I havent been able to get entity groups spawning, and sanitizing with model name doesnt seem to be working either. Also, teleporting survivors while in the opening cutscene is pretty much unusable, so is there any game event that would occur when the cutscene ends?
shotgunefx 2013年2月17日 @ 3:59pm 
As far as sanitizing, do you have your entity table in the sanitize_<mapname>.nut file? My mutation isn't map specific and it doesn't check non-mapmodes for the sanitize table, so what I did was just define my SanitizeTable in my mutation script and call it myself during OnGameplayStart()
Winded 2013年2月18日 @ 1:45am 
I do have it in the map script. I guess I'll try manually calling the SanitizeMap function and see if that works.
Offisir 2013年2月19日 @ 7:10pm 
shotgunefx 2013年2月19日 @ 9:49pm 
Ditto an early version of Tank Slayer. Still needs quote a bit of work but would appreciate feedback.
Workshop
显示 18 条留言中的第 1 - 15
< >
每页显示数: 15 30 50