DayZ
PvZmoD_Spawn_System
Evan_Rain 21 Nov, 2020 @ 3:16am
Как настроить мод под кастом карту?
я использую карту NapfZ и хотел бы использовать этот мод на ней, но как его настроить?
столкнулся с такими данными в файлах /// DYNAMIC SPAWN : NUM CONFIG / COORDX-upleft / COORDZ-upleft / COORDX-lowerright / COORDZ-lowerright / QUANTITY RATIO / TOTAL MAX ZEDS NUMBER . Используются два типа координат а какие и за что отвечают немного не ясно. помогите пожалуйста
< >
Showing 1-2 of 2 comments
Liven  [developer] 21 Nov, 2020 @ 5:37am 
These values are used to define square zones for "dynamic spawn system" (spawn randomly around player, the "static spawn system" being intended for fixed places like police station, hospitals...)

NUM CONFIG define how zombies spawn in the zone (how fast, which quantity...) these values are in DynamicSpawnDatas.c file. For example if you set NUM CONFIG to 20 (in DynamicSpawnZones.c) the value from "data_AverageTown" (in DynamicSpawnDatas.c) will be used because its NUMCONFIG is 20 too.

COORDX-upleft / COORDZ-upleft => up left corner of the zone
COORDX-lowerright / COORDZ-lowerright => lower right corner of the zone
"Total Max Zeds Number" is maximum number of zombies in the zone to avoid having 100 zeds in village zones.
"Quantity ratio" is a % applied on the quantity from the DynamicSpawnDatas.c file. It is useful if you want for a big city spawning zombies faster that the other big cities (because all big city use the same config from DynamicSpawnDatas.c)

Sorry I don't speak russian.
Evan_Rain 21 Nov, 2020 @ 5:41am 
thanks a lot for the explanation !!! it helped me a lot. sorry for my bad english
< >
Showing 1-2 of 2 comments
Per page: 1530 50