DayZ
ZombieWalkers
18개 중 1~10개 표시 중
< 1  2 >
업데이트: 2023년 7월 16일 오전 1시 35분

업데이트: 2023년 7월 14일 오후 2시 31분

Somehow got 2 config.cpp in PBO, lol. Removed it.

업데이트: 2023년 7월 14일 오후 2시 13분

Fix:
- Zombies remain active after initial aggro.
- Zombies don't run on initial engagement if set to walk only.

업데이트: 2023년 7월 13일 오후 9시 53분

Changed:
Setting json file now has one variable for setting walk, run or sprint mode.

NOTE: Some zombie will run until they target a player, then switch to selected movement mode, working on this.

Fixed:
- Zombies not aggro or getting stuck in idle state.
- Some zombies would still run, fixed.

Todo:
- Adjust 90 and 180 degree DayZ turning animations.
- Implement Health Or Damage settings ?

Please report any suggestions, crashes or bugs.

This updates is better optimized. Makes no extra calls during update of Infected.
Compatible with Mod's that adjust Health or Damage system of Infected.
( If they do it correctly through DayZ vanilla systems )

업데이트: 2023년 7월 13일 오후 5시 58분

Updating to resolve Zombie NOT aggro.

Changes:
- Removed modifiers for zombie movement
- Removed Debug output **

Issues:
- A few zombies will still run in current version
- A few zombies will still get stuck in idle

ToDo:
- In process of resolving No Aggro issue.
- Zombie 90 & 180 degree turning fix in works

업데이트: 2023년 7월 13일 오후 5시 46분

Updating to resolve Zombie NOT aggro.

Changes:
- Removed modifiers for zombie movement

Issues:
- A few zombies will still run in current version
- A few zombies will still get stuck in idle

ToDo:
- In process of resolving No Aggro issue.
- Zombie 90 & 180 degree turning fix in works


업데이트: 2023년 7월 13일 오후 5시 41분

업데이트: 2023년 7월 13일 오후 5시 34분

업데이트: 2021년 10월 26일 오후 5시 57분

Added new code to adjust animation play rates when sprint and run are disabled. Walk animations are increased and attack and Turn animations are slowed down.
'ChaseAttackLogic' enabled for all speeds. Animation play rate adjustments blend fast attacks with walk.
Added a new variable, 'WalkerSpeedModifier' that can be set to increase movement distance each update. Values larger than 0.01 produce noticeable sliding, default value is 0.008

Thanks to "_Bartzabel_", question inspired looking into adjusting animation play rates and found it is possible.
Also added walk speed modifier that "_Bartzabel_" asked about, it adds additional tweaking for server admin.

Currently no support to adjust animation play rate setting in 'Setting.json' file.

업데이트: 2021년 10월 21일 오후 8시 18분

Per Liven addvice, added check for 'Settings' file exist and created 'folder\setting.json' if not.
Removed lastmovementspeed and movementspeed variables to use ones from base class 'ZombieBase'.
Removed override 'OnDeath' because we use inherited movement values now.
Removed registering our local movementspeed for network syncing, use inherited value 'm_MovementSpeed'.
Fixed issue with setting file folder path and not reading existing file.
Added 0.1 to each movement values, seems the DayZ animation component likes this better
and get more consistent Running/Sprinting behaviour.