Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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