DayZ
ZombieWalkers
18件中 1-10 を表示
< 1  2 >
更新:2023年7月16日 @ 1時35分

更新:2023年7月14日 @ 14時31分

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

更新:2023年7月14日 @ 14時13分

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

更新:2023年7月13日 @ 21時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日 @ 17時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日 @ 17時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日 @ 17時41分

更新:2023年7月13日 @ 17時34分

更新:2021年10月26日 @ 17時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日 @ 20時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.