Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
Changes for version 2.9.
  • Loading branch information
Mystik-Spiral authored Oct 10, 2024
1 parent 4523089 commit fc94b3d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
09-Oct-2024 v2.9

By popular demand...
Allow victim damage using a modifier with separate values for bot victim and human victim.

Modifier range: 0.0 - 2.0:

0.0 = disabled (no damage to victim)
0.1 = 10% of real damage
0.5 = 50% of real damage
1.0 = 100% of real damage
1.1 = 110% of real damage
1.5 = 150% of real damage
2.0 = 200% of real damage

Survivor bot victim damage: reverseff_botdmgmodifier (default=0.0)
Survivor human victim damage: reverseff_humandmgmodifier (default=0.0)

Either manually add these two parameters or delete the l4d2_reverse_ff.cfg file and let the system recreate it.

24-Sep-2024 v2.8.6
- Add missing victim/attacker validation in datapack passed to chainsaw timer
- Remove spam when ChatMsg option is enabled.
Expand Down

0 comments on commit fc94b3d

Please sign in to comment.