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
- Suggestion für a new addon-mod: it would be great, if advanced materials are not on planets. Ores like gold, uranium, tantal, lithium. On the other hand some materials like oil, ice, coal, sulfur, (perhabs some basic metals) should be only on planets and not on asteroids or moons. it might be unrealistic, but its a game and would force the players to get into space and back, or trade with other players.
- general proposal: It is possible to use combustion engines in space without oxygen. I dont know if it is possible to mod, but would be great if an engine needs oxygen from an O2-tank, if it is outside of an athmosphere with oxygen.
greetings and thank you for your great mods!
All production blocks are missing from the xbox controller radial block menu. They do show up in the G menu. I have a disability that makes a controller much easier to use and I'm not sure how to find these blocks using only a controller.
In your BoatThrust.cs file for the IO water mod compatibility, this line:
Open BoatThrust.cs and find the line
if (!WaterAPI.IsUnderwater(Propeller.WorldMatrix.Translation))
{
Propeller.ThrustMultiplier = 0.0f;
is causing the propellers to not work at all, even underwater. It seems something has changed, and your mod is no longer able to tell when the propellers are underwater, so they just dont' produce any thrust.