Warhammer: Vermintide 2

Warhammer: Vermintide 2

Vermintide Analytics
34개 중 1~10개 표시 중
< 1  2  3  4 >
업데이트: 2023년 11월 4일 오후 9시 07분
작성자: Prismism

업데이트: 2023년 2월 8일 오전 9시 55분

업데이트: 2022년 5월 2일 오후 3시 38분

Improvements:
- Switched from calling mod:info to calling print so that we don't rely on the player's VMF logging settings

업데이트: 2022년 4월 19일 오후 2시 16분

Fixes:
- Removed chat messages that I accidentally left in around hordes

업데이트: 2022년 4월 18일 오후 5시 40분

Improvements:
- Added warning chat messages based on VMF logging settings because if the "Info" setting is not either "Log" or "Log & Chat" then my mod will not work at all.

업데이트: 2022년 3월 30일 오후 7시 48분

Fixes:
- I accidentally was storing whether or not healing cleared a wound as "true/false" which I forgot I decided was bad because I want to avoid meaningless values wherever possible. It should be possible to read the logs raw and mostly understand the meaning behind each value.

업데이트: 2022년 3월 29일 오후 10시 56분

Improvements:
- Added "HealingItemApplied" event which tracks any time a healing item is used on you. It also records whether or not the heal cleared wounds, and exactly how much HP it yielded.

업데이트: 2021년 12월 10일 오전 10시 44분

Fixes:
- The new damage source category "life_tap" which Warrior Priest uses to delay damage received no longer counts as friendly fire damage

업데이트: 2021년 12월 10일 오전 10시 26분

Fixes:
- Fixed ranged-slot weapon owner being recorded as the owner of the melee-slot weapon

Improvements:
- Added support for new Warrior Priest class

업데이트: 2021년 11월 10일 오후 8시 27분

Improvements:
- Added tracking of stagger data (lite version)
- Added tracking of network ping (for clients only, obviously)
- Added header line "HOST: [true/false]"