Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
:/ I really need to stop forgetting stuff
NOTE: I FORGOT TO SPECIFY THAT THE EDITING OF THE RespawnShips File SHOULD BE DONE IN A COPY OF THIS FILE YOU PUT IN:
C:\Users\<Username>\AppData\Roaming\SpaceEngineers\Mods\<YourModName>\Data
I personally don't know what
<SubtypeId>NXT's Super Awesome Respawn ship</SubtypeId>
does but it doesnt seem to matter what name is in place of "NXT's Super Awesome Respawn ship"
<CooldownSeconds>30</CooldownSeconds>
determines your ship's default cooldown time in seconds, replace "30" with the number of SECONDS you want your spawn ship to have to wait before you can use it again
and finally:
replace "NXT's Super Awesome Respawn ship" in
<DisplayName>NXT's Super Awesome Respawn ship</DisplayName>
with whatever you want to label the spawn ship in the respawn menu
COPY EVERYTHING ELSE AS IS
END OF LECTURE
in your entry, you will change a few things from mine. First off, the name you entered at (in the ship's file)
<?xml version="1.0"?>
<Definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Prefabs>
<Prefab>
<Id>
<TypeId>MyObjectBuilder_PrefabDefinition</TypeId>
<SubtypeId>NXT's Super Awesome Respawn ship</SubtypeId>
you probably replaced "NXT's Super Awesome Respawn ship" with <<YourNameHere>> ( <<YourNameHere>> being a place holder for the name you desire to replace it with, and will stay a placeholder in other possible instances for the exact same name). now in the RespawnShips file, you want to replace:
<Prefab>NXT's Super Awesome Respawn ship</Prefab> with
<Prefab> <<YourNameHere>></Prefab>
(continued in next comment)
in the RespawnShips file, (open with Notepad or something like that) you will need to make an entry
my entry is
<Ship>
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>NXT's Super Awesome Respawn ship</SubtypeId>
</Id>
<DisplayName>NXT's Super Awesome Respawn ship</DisplayName>
<Icon>Textures\GUI\Icons\Fake.dds</Icon>
<CooldownSeconds>30</CooldownSeconds>
<Prefab>NXT's Super Awesome Respawn ship</Prefab>
</Ship>
but in yours you will want to change a few things
(continued in next comment)
the changes are that there is no more "respawnship=true" coding thingy anymore, as you may notice in your file
instead a more detailed file is provided for this in C:\Program Files (x86)\Steam\SteamApps\Common\SpaceEngineers\Content\Data called RespawnShips (note the "s" at the end of this file, don't confuse this with the RespawnShip file in the prefabs folder)
(continued in next comment)
Try loading the world I linked and test flying any one you wish.