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
GPS
.GPS
XYZ
.XYZ
The word "fiction" is made by man as well. The directions requardless of their orgination is not "fiction" for they exsist in the mids of mankind, of which I can only asume are the only ones reading this. The terms fiction and non-fiction, scince fiction and so on are use to classify types of reading and or veiwing matrieal, words like "make beleave, made up, fony are in your statment itself, describes the direction names as "made up". Also "Critisizing" is one more thing mankind does that its not fiction in fact its part of life deal with it.
Mankind has and will continue to make things up as we go along, so in your opion it is all fiction, which could only mean mankind is fiction as well?
but i would deffinitly use this if it was XYZ based
Will Be Kissed Tomorrow:
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLlLLLLLLLLLLLLLLLLLLLLL LLLLL
*Now Look For The Q And Your Wish
Will Come True:
... ... ... ... ... OOOOOOOOOOOOOOOOOOOQOOOOOOOOOOOOOOOOOOOOOOOOO O.. .OOOOOOOO
*This Is Really Hard, Now Find The 'N':
MMMMMMMMMMMMMMMMMMMMMMMMMNMM
*Now Find The Mistake:
ABCDEFGHIJKLNMOPQRSTUVWQYZ
*Something You Really Want, After the
countdown!!!!!
10 9 8 7 6 5 4 3 2 1 Now Close Your
Eyes And Make A Wish! ;*;*;*;*;*;* Now
Paste This On 9 pages And Your Wish
Will Come True! Hurry, You Have 20
minutes! Or What You Wished For Will
Be The Opposit
Any votes?
Read this and realize that all navigational aids are constucts of man. There is no natural north, south, east, west, longitude, latitude or even up or down. It's all fiction made up to help people get from one place to another. Is space it is no different. Critisizing someone for defining an arbitrary direction is pointless. Just had to say that due to some of the posts on here.
Good Mod
But there's no 110 m/s speed limit either. :)
Coded as:
string Xpref = "n";
if (position.X > 0) { Xpref = "s"; Xdisp += 1; }
string Ypref = "u";
if (position.Y < 0) { Ypref = "d"; Ydisp += 1; }
string Zpref = "e";
if (position.Z > 0) { Zpref = "w"; Zdisp += 1; }
Note I also coded the directions in lower cases because "D" and "S" looked too much like "0" and "5".
Vector3 position = gpsObject.GetPosition();
Vector3 velocity = ((MyObjectBuilder_CubeGrid)gpsObject.Parent.GetObjectBuilder()).LinearVelocity;
Vector3 orientation = ((MyObjectBuilder_CubeGrid)gpsObject.Parent.GetObjectBuilder()).PositionAndOrientation.Value.Forward;
Vector3 up = ((MyObjectBuilder_CubeGrid)gpsObject.Parent.GetObjectBuilder()).PositionAndOrientation.Value.Up;
I'm not sure why it would be causing any lag being this small, but maybe it could possibly be because if the GPS is attached to the BEACON, it runs in the "update every 100th frame" section, where with the ANTENNA, the only way I could get it to work was to have it running in the "update every 10th frame" section. Even if trying to change the attributes to get it to only update in the "every 100th frame" section.
"No more lost in Space"
@blackadder ... compass? why the assumption it is magnetic? Its a representation of directional information based on a reference point.