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
http://steamcommunity.com/sharedfiles/filedetails/?id=749587043&searchtext=galileo
I don't want a mod, or new ships, I just want some of the default ships gone.
I took a look at a recent respawnship disable mod (http://steamcommunity.com/sharedfiles/filedetails/?id=926307298&searchtext=respawn) which I just tested in a quick SP game and works as expected.
All you need to do is make your entries like the below adding the <Ship Enabled="false"> to the top of any entry you dont want, however yes you will need to make this a MOD with the correct structure etc for it to work :-
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>PlanetaryLander</SubtypeId>
</Id>
<DisplayName>DisplayName_PlanetaryLander</DisplayName>
<Icon>Textures\GUI\Icons\Fake.dds</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>AtmosphericLander</Prefab>
</Ship>
You could essentially just download that mod and take the tag off what you want to enable since he's disabled everything :D