Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There is no specific implementation method for your exact needs, maybe it is possible but to be honest I do not have time to dig this question these days.
PvzMissionServerLogic.c :
void SpawnZombie (string zToSpawn, int isDynamic, .......)
{
......
}
changed to => void SpawnZombie (string zToSpawn, int isDynamic, .......)
{
if (isNight)
{
......
}
}
It seemed to work, but then it didn't work at all. Even the static generation system didn't work, just the vanilla system.
I don't know much about Dayz Tool. In the above process, I decompressed the PBO, changed the file, deleted the original PBO, and then integrated the modified file into a new PBO, which was not possible, and I was confused by this problem.
https://www.youtube.com/watch?v=HCBckFJPrMk&list=PLm6NfdQ3NmL9OBmbN-tl99F70bvzm6u7M&ab_channel=Spurgurgle