Left 4 Dead 2

Left 4 Dead 2

176 vurderinger
Speedrun!! Mutation [Beta]
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Game Content: Scripts
Game Modes: Mutations
Filstørrelse:
Offentliggjort:
17.500 KB
2. juli 2013 kl. 13:23
1 ændringsbemærkning ( vis )

Abonner for at downloade
Speedrun!! Mutation [Beta]

Beskrivelse
A mutation where you battle the other survivors getting to the saferoom first.
With infinte ammo and regenerating health, the infected are merely there to slow you down. Items are replaced with adrenaline and molotovs.

Features server persistant scoring.

Currently only set up for The Parish, Dark Carnival and Diescraper Redux, but can work with other campaigns (except for bots and panic events).

NOTE: Beta version. Some things (especially survivor bots) might not work perfectly.
43 kommentarer
¤sparkplugs¤ 12. juli 2020 kl. 17:10 
this mod is so funny. when i play me and the bots start killing each other lol i got killed by bill and he is a bot and then they start shooting non stop until we all die
Rectus  [ophavsmand] 7. sep. 2019 kl. 7:49 
Sorry, unfortunately I'm not actively developing this mod anymore.
Boomerang Monkey 7. sep. 2019 kl. 5:24 
Hey Rectus, i would like to be a beta tester, can i be one? If yes answer me on my profile as a comment, Thanks! :D
Yukitaka Oni 8. juni 2019 kl. 19:09 
requesting hp regenerate mod only
Hyron 19. maj 2019 kl. 4:19 
cut the damn super special infected, they are annoying that anything else. Instead of that, increase the number of common infected. Also the other problem with this mutation is that dying is inconsistent
Rectus  [ophavsmand] 20. sep. 2018 kl. 0:01 
Nope.
Bloodrunner 19. sep. 2018 kl. 20:43 
Is this still being worked on?
Alvaro 9. dec. 2017 kl. 22:29 
RUN CRAP RUN
Rectus  [ophavsmand] 29. aug. 2016 kl. 8:25 
It mihgt be possible in the L4D2 Beta version at least. The devs added a way to send netprops like that, so it might be possible to remove the flag.

Another more hacky possiblity that might work in the normal release would be to check for keypresses and rotate the charger manually. There is no way to detect mouse movements, but polling the strafe keys is possible.
kapkan 29. aug. 2016 kl. 5:21 
Rectus, can I ask you some question about vscripts? Is it posible to allow charger steering? Sourcemod plugin uses this function: SetEntProp(client, Prop_Send, "m_fFlags", GetEntProp(client, Prop_Send, "m_fFlags") & ~FL_FROZEN); - in Event_ChargeStart. How do you think, is it possible do such thing with vscripts in custom mutation? Event chargeStart is included in VSLib, but how can I remove "FL_FROZEN" flag from charger?