DayZ
PvZmoD_Spawn_System
Evan_Rain 2020 年 11 月 21 日 上午 3:16
Как настроить мод под кастом карту?
я использую карту NapfZ и хотел бы использовать этот мод на ней, но как его настроить?
столкнулся с такими данными в файлах /// DYNAMIC SPAWN : NUM CONFIG / COORDX-upleft / COORDZ-upleft / COORDX-lowerright / COORDZ-lowerright / QUANTITY RATIO / TOTAL MAX ZEDS NUMBER . Используются два типа координат а какие и за что отвечают немного не ясно. помогите пожалуйста
< >
正在显示第 1 - 2 条,共 2 条留言
Liven  [开发者] 2020 年 11 月 21 日 上午 5:37 
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 2020 年 11 月 21 日 上午 5:41 
thanks a lot for the explanation !!! it helped me a lot. sorry for my bad english
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50