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









A) Is this guide (including updates in the comments) still generally correct?
B) Do "block settings" get preserved? That is, things like light colors, thruster overrides, sensor settings, and programmable block scripts - are they copied to the spawned cargo ships?
SpawnGroups.sbc renamed to CargoShips.sbc
need to add this to each SpawnGroup:
<IsPirate>true</IsPirate>
<IsCargoShip>true</IsCargoShip>
eg:
<Icon>Textures\GUI\Icons\Fake.dds</Icon>
<IsPirate>true</IsPirate>
<IsCargoShip>true</IsCargoShip>
<Frequency>4.0</Frequency>
like as if the thing is a wreck from a past conflict and is now just waiting for salvagers?
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SpawnGroups>
<SpawnGroup>
<Id>
<TypeId>SpawnGroupDefinition</TypeId>
<SubtypeId>Jellfish_Millitary_Drone_By_sdkjell</SubtypeId>
</Id>
<Icon>Textures\GUI\Icons\Fake.dds</Icon>
<IsEncounter>false</IsEncounter>
<IsPirate>true</IsPirate>
<ReactorsOn>true</ReactorsOn>
<Frequency>1.0</Frequency>
<Prefabs>
<Prefab SubtypeId="Jellyfish_Millitary_Drone">
<Position>
<X>0.0</X>
<Y>0.0</Y>
<Z>0.0</Z>
</Position>
<BeaconText>Jellyfish Millitary Drone</BeaconText>
<Speed>10.0</Speed>
</Prefab>
</Prefabs>
</SpawnGroup>
</SpawnGroups>
</Definitions>
<?xml version="1.0"?>
<Definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Prefabs>
<Prefab xsi:type="MyObjectBuilder_PrefabDefinition">
<Id Type="MyObjectBuilder_PrefabDefinition" Subtype="Jellyfish Millitary Drone" />