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
Yes, I already commented for a long time that that area would be edited by dev dayz
It is a place that the Dayz team did not finish editing, in 1.8 it will be edited.
#include "$CurrentDir:\\mpmissions\\YourNameMission.chernarusplus\\BiathlonArena.c"
//Spawn helper function
void SpawnObject(string objectName, vector position, vector orientation)
{
Object obj;
obj = Object.Cast(GetGame().CreateObject(objectName, "0 0 0"));
obj.SetPosition(position);
obj.SetOrientation(orientation);
// Force update collisions
if (obj.CanAffectPathgraph())
{
obj.SetAffectPathgraph(true, false);
GetGame().GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(GetGame().UpdatePathgraphRegionByObject, 100, false, obj);
}
BiathlonArena();
}
void main()
{
//INIT WEATHER BEFORE ECONOMY INIT------------------------
Thanks a lot now I understand !
This line has to go to the beginning of your init.c
All lines containing $ CurrentDir must be at the beginning of the ini.c
I think that in the next update BiathlonArena will be already edited on the map by the DayZ team
https://pastebin.com/BPDN64u1
I've already install apocalyptic chernarus but I have a problem with 1 instruction:
"2. include the following line above your init.c
#include "$CurrentDir:\\mpmissions\\YourNameMission.chernarusplus\\BiathlonArena.c"
Sorry but I don't understand where i must include this line ... I must rename the directory ?
Can you help me please ?
Thanks
Look at the file in the step-by-step instructions