Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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