Parsec: Difference between revisions

From Galactic Empire wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
In [[Galactic Empire]], a parsec is the smallest unit of distance. Each sector is 10000x10000 parsecs.
In [[Galactic Empire]], a parsec is the smallest unit of distance. Each sector is 10000x10000 parsecs.


Warp 1 is the speed of light, which is 153.846153 10000÷65  <ref>GEFUNCS.C lines 648-649:
A ship at warp 1 (light speed) travels 153.846153 parsecs per centock. See: [[Movement]].


ptr->coord.xcoord = ptr->coord.xcoord + ((ptr->speed * sin(degtorad(ptr->heading)))/65000.0);
In real life, a [[wikipedia:Parsec|parsec]] is about 3.26156 light years, meaning that a real life parsec is about 3.167 million Galactic Empire parsecs<ref>There are 6,311,520 centocks per year, meaning at warp 1 you would travel 971,003,071 parsecs a year. In real life, light travels 0.306601 parsecs per year. 9710003071 divided by 0.306601 is 3,166,992,511.</ref>.
<references />


ptr->coord.ycoord = ptr->coord.ycoord - ((ptr->speed * cos(degtorad(ptr->heading)))/65000.0);</ref>
== ge-next ==
 
In ge-next, parsecs are renamed "subsectors."
 
imp 1 = 1-2 parsecs / centock
 
imp 2 = 3-4 parsecs / centock
 
imp 3 = 4-5 parsecs / centock
 
imp 4 = 6-7 parsecs / centock
 
imp 5 = 7-8 parsecs / centock
 
imp 6 = 9-10 parsecs / centock
 
imp 7 = 10-11 parsecs / centock
 
imp 8 = 12-13 parsecs / centock
 
imp 9 = 13-14 parsecs / centock
 
imp 10 = 15-16 parsecs / centock
 
 
imp 15 = 23-24 parsecs / centock
 
imp 50 = 76-77 parsecs / centock
 
imp 99 = 152-153 parsecs / centock
 
 
warp 1 = 153-154 parsecs / centock
 
warp 3 = 461-462 parsecs / centock
 
 
warp 5 = 769-770 parsecs / centock
 
warp 8 = 1230-1231 parsecs / centock
 
warp 10 = 1538-1539 parsecs / centock
 
warp 20 = 3076-3077 parsecs / centock
 
warp 50 = 7692-7693 parsecs / centock
 
warp 70 (warp 4.464) = 10769-10770 parsecs / centock
 
warp 75 (warp 9.464) = 11538-11539 parsecs / centock
 
153.84
 
 
In real life, a [[wikipedia:Parsec|parsec]] is about 3.26 light years, or 30.9 trillion kilometers.

Latest revision as of 16:21, 5 September 2024

In Galactic Empire, a parsec is the smallest unit of distance. Each sector is 10000x10000 parsecs.

A ship at warp 1 (light speed) travels 153.846153 parsecs per centock. See: Movement.

In real life, a parsec is about 3.26156 light years, meaning that a real life parsec is about 3.167 million Galactic Empire parsecs[1].

  1. There are 6,311,520 centocks per year, meaning at warp 1 you would travel 971,003,071 parsecs a year. In real life, light travels 0.306601 parsecs per year. 9710003071 divided by 0.306601 is 3,166,992,511.

ge-next

In ge-next, parsecs are renamed "subsectors."