安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													





 
			




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