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
So, I'm kinda in a pirate mood, and I've commandeered the condor and I've been steadily hacking each and every piece of equipment. I've managed to find everything but the arc furnace, and I was hoping you could tell me where it is since there are no blueprints of it online!
Thanks if you can, or too lazy to if you can't! I get it!
But yeah, it'll be a help if you could also tell me where timer block three and four are!
The ship's pretty epic though, I was just gonna blow up the first civilian ship that flew my way, but then it ended up being the Condor and I couldn't help but take it over for myself! Thanks for the cool ship!
// return full type of item
public static string GetItemFullType(VRage.ModAPI.Ingame.IMyInventoryItem item)
{
string typeid = item.Content.TypeId.ToString();
typeid = typeid.Substring(typeid.LastIndexOf('_') + 1);
return item.Content.SubtypeName + " " + typeid;
}
it complained about Ingame and that it couldnt find VRgage.ModAPI library
About LCDs - you mean script in ship is ALREADY obsolete? Wow, time running so fast :O
P.S. You don't need to delete code, just choose new script from the list and it will be replaced
About thruster - what do you mean "keeps falling off"? They simply detach and fall, with no destruction? If so, that's known issue with small thruster mount points, I experienced it when tried to make compact large grid ship =/
Jump drive not working in the planetary gravity
I simply added all new planets in single world and just randomly spawned them, even don't remember their names :P
I will take a look