安装 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're welcome!
Thanks a lot! You won’t have to wait long, something new for Better Space is coming very soon..
I'm not sure what you mean, but if you're talking about Argon Island (the island shown in the screenshots above), it replaces the Custom Base Heli, which can spawn in different locations depending on your world seed.
on earth
Thanks for sharing that information! We wanted to create hospitals in our second mod (Better Volcanic Isles), but after first checking the raw tile XML and then the XML via the editor, I found nothing and assumed it was hard-coded. I never thought about the scripts, but now that you mention it, it totally makes sense. That’s the only way hospital ships could work.
You only need to add a triggerzone to the ship and parent/link it.
Before you could only place triggerboxes on land, then the hms geneva convention came out, where the devs enabled those boxes being linked to vehicles, moving relative to them. Heck if your hospital is stationary you don't even need to link it
I would look into the actual main mission script (default_main_mission_locations) and look what tags the hospital triggerbox use, so you can add your hospital to the vanilla script
As far as we know, it is not possible to add or modify hospitals without C++ code, which we don’t have access to yet.