安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
You have a Trap Inventory module. Can you also make a simular module for vehicles? Something like Trap vehicle module.
So that you can mine a vehicle, so that player can choose when it detonates.
1) explosion activation when the engine is activated
2) explosion activation when (the door is opened) crew get in
3) explosion activation after X second
Inventory Sync
- Added ability to keep the editor inventories of containers and add them to the data before synchronization happens.
For example, when turned on and containers have editor inventories:
Crate_1:
- Item1
- Item2
Crate_2:
- Item3
- Item4
After Mission Start:
Crate_1 and Crate_2:
- Item1
- Item2
- Item3
- Item4
PLUS all the data that was previously saved
For instance, if you have crate_1, crate_2, and crate_3 linked to the module with the same identifier, any changes in crate_1 will be shown in crate_2 and crate_3.
This system also saves the inventory data to the server profile namespace by default allowing you to save crate inventories from one mission and bring them to the next mission. As long as you use the same identifier, it will load that data from the identifier on mission start.
https://imgur.com/a/Gyr4HjK