安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Can that be disabled?
Make it possible to call for an airdrop via a flare.
"CustomDropSites": [
{
"Position": [6248.470215, 0, 9366.536133],
"NotificationMessage": "Drop heading towards Airfield"
}
],
"CustomDropSites": [
{
"Position": [5000, 0, 4000],
"NotificationMessage": "Drop heading towards Drop zone 1."
}
{
"Position": [12000, 0, 9000],
"NotificationMessage": "Supplys scheduled for location a"
}
{
"Position": [6248.470215, 0, 9366.536133],
"NotificationMessage": "Drop heading towards Airfield"
}
],
or I can only use:
"CustomDropSites": [
{
"Position": [6248.470215, 0, 9366.536133],
"NotificationMessage": "Drop heading towards Airfield"
}
],
I have "EnableCustomDropSites": 1
"CustomDropSites": [
{
"Position": [6248.470215, 0, 9366.536133],
"NotificationMessage": "Drop heading towards Airfield"
}
],
"CustomDropSites": [
{
"Position": [6248.470215, 0, 9366.536133],
"NotificationMessage": "Drop heading towards Airfield"
},
],
"CustomDropSites": [
{
"Position": [5000, 0, 4000],
"NotificationMessage": "Drop heading towards Drop zone 1."
},
{
"Position": [12000, 0, 9000],
"NotificationMessage": "Supplys scheduled for location a"
},
{
"Position": [6248.470215, 0, 9366.536133],
"NotificationMessage": "Drop heading towards Airfield"
},
],
Cheers Neadekvat for the code for the custom drops and a push for a better notification system.
But as always if you know how and want to add something like this feel free to modify/add to the existing code. share updated version with the rest of the community.
"Supply drop will be deployed near {LOCATION}"
"Supplies are en route to the {LOCATION} area"
"Airdrop scheduled in the {LOCATION} zone"
"Humanitarian aid will be delivered to {LOCATION}"
"Cargo plane approaching {LOCATION}"
"Resupply expected in the {LOCATION} area"
Right now, only coordinates are used, which isn't ideal for all servers. It would be awesome if admins could set a custom location name instead!
{
"DropIntervalMin": 1200000,
"DropIntervalMax": 1800000,
"EnableCustomDropSites": 0,
"EnableExpansionMarkers": 1,
"EnableZenMarkers": 1,
"EnableBasicMapMarkers": 1,
"EnableLBMasterMarkers": 1,
"EnableContainerBlue": 1,
"EnableContainerRed": 1,
"EnableContainerYellow": 0,
"EnableContainerOrange": 1,
"EnableCustomLootItemsRed": 1,
"EnableCustomLootItemsBlue": 0,
"EnableCustomLootItemsYellow": 0,
"EnableCustomLootItemsOrange": 0,
"CustomDropSites": [],
"CustomLootItemsRed": ["M4_Suppressor","AK_Suppressor","PistolSuppressor"],
"CustomLootItemsBlue": [],
"CustomLootItemsYellow": [],
"CustomLootItemsOrange": [],
"MaxLootItemsRed": 15,
"MaxLootItemsBlue": 30,
"MaxLootItemsYellow": 30,
"MaxLootItemsOrange": 20,
"ZombieCount": 15,
"EnableDropNotification": 0,
"EnableCustomZombieTypes": 0,
"CustomZombieTypes": []
}
"DropIntervalMin": 1200000,
"DropIntervalMax": 1800000,
"EnableCustomDropSites": 0,
"EnableExpansionMarkers": 1,
"EnableZenMarkers": 1,
"EnableBasicMapMarkers": 1,
"EnableLBMasterMarkers": 1,
"EnableContainerBlue": 1,
"EnableContainerRed": 1,
"EnableContainerYellow": 1,
"EnableContainerOrange": 1,
"EnableCustomLootItemsRed": 0,
"EnableCustomLootItemsBlue": 0,
"EnableCustomLootItemsYellow": 0,
"EnableCustomLootItemsOrange": 0,
"CustomDropSites": [],
"CustomLootItemsRed": [],
"CustomLootItemsBlue": [],
"CustomLootItemsYellow": [],
"CustomLootItemsOrange": [],
"MaxLootItemsRed": 15,
"MaxLootItemsBlue": 30,
"MaxLootItemsYellow": 30,
"MaxLootItemsOrange": 20,
"ZombieCount": 15,
"EnableDropNotification": 0,
"EnableCustomZombieTypes": 0,
"CustomZombieTypes": []
}
{
"DropIntervalMin": 1500000,
"DropIntervalMax": 2400000,
"EnableCustomDropSites": 0,
"EnableExpansionMarkers": 1,
"EnableZenMarkers": 1,
"EnableBasicMapMarkers": 1,
"EnableLBMasterMarkers": 1,
EnableContainerYellow": 0,
"EnableCustomLootItemsRed": 0,
"EnableCustomLootItemsBlue": 0,
"EnableCustomLootItemsYellow": 0,
"EnableCustomLootItemsOrange": 0,
"CustomDropSites": [],
"CustomLootItemsRed": [],
"CustomLootItemsBlue": [],
"CustomLootItemsYellow": [],
"CustomLootItemsOrange": [],
"MaxLootItemsRed": 15,
"MaxLootItemsBlue": 30,
"MaxLootItemsYellow": 30,
"MaxLootItemsOrange": 20,
"ZombieCount": 15,
"EnableDropNotification": 1,
"EnableCustomZombieTypes": 0,
"CustomZombieTypes": []
}
????
and another question, what can I do, if I dont want the nbc stuff in the medic container or if I dont want the medic airdrop ?
Thnx for the response, for the time been only using one container for the airdrop and having you're other event mods installed alongside balance it out and make it so theres more choices of events to do around the map which have got some great feedback from the players so far when they have gone to one, like the boat.
Had a red/blue and orange marker show up at once, only the red had the 15 zombies and a container.
Once the red drop was looted it despawns and all the markers disappear at the same time for the other colors.
Or is it timer based and the markers appear long before the drop happens?