• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A16 SDX Sample Sets the night vision ability of a zombie(alpha16.4)

This SDX sample sets the night vision ability of a zombie. In addition, the setting of the visual field for each day and night is added.

download

entityclasses.xml //entity_classes/entity_class/property[@name=DarkSight]/@Value

Daytime night vision ability.

entityclasses.xml //entity_classes/entity_class/property[@name=NightSightRange]/@Value

Sight range at night.

entityclasses.xml //entity_classes/entity_class/property[@name=NightDarkSight]/@Value

Nighttime night vision ability.

example

Code:
<entity_class name="zombieTemplateMale">
	<property name="NightSightRange" value="45" />
	<property name="DarkSight" value="50.0" />
	<property name="NightDarkSight" value="90.0" />
this mod used by 7 days to die mod editor

https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor

 
Last edited by a moderator:
Back
Top