Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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