SevenDaysToDieModEditor
New member
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
this mod used by 7 days to die mod editor
https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor
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" />
https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor
Last edited by a moderator: