Software Static earth.

Arthurnus

New member
Joined
Jul 12, 2010
Messages
14
Reaction score
0
Points
0
Title says more then enough. Somehow my earth stopped spinning on its axis. All motions like wobbling for seasons has stopped to. Its just turns around the sun and the day/night cycle is related to 365days.

This is a serious bug considering i cant really fly anywhere because the ecliptic plane doesnt change either.

Can anybody instruct me on which files to edit to get earth fixed again. Heat is rising considerably.

oh and its only related to earth.
All other planets spin and wobble according to how they should.
 

Scruce

Ad astra per aspera
Joined
Sep 17, 2010
Messages
1,410
Reaction score
0
Points
0
Title says more then enough. Somehow my earth stopped spinning on its axis. All motions like wobbling for seasons has stopped to. Its just turns around the sun and the day/night cycle is related to 365days.

This is a serious bug considering i cant really fly anywhere because the ecliptic plane doesnt change either.

Can anybody instruct me on which files to edit to get earth fixed again. Heat is rising considerably.

Been playing around with the configs havent you :p

the first part Earth.cfg should look like this:

Code:
; === Configuration file for planet Earth ===
Name = Earth
Module = Earth
ErrorLimit = 1e-8
SamplingInterval = 79          ; interpolation sampling interval [s]
                               ; (interpolation error ~0.1m)
; === Physical Parameters ===
Mass = 5.973698968e+24
;Size = 6.378165e6             ; equatorial radius
Size = 6.37101e6               ; 1e6 mean radius
JCoeff = 1082.6269e-6 -2.51e-6 -1.60e-6 -0.15e-6
                               ; harmonic coefficients for shape description
AlbedoRGB = 0.7 0.85 1.0

; === Rotation Elements ===
SidRotPeriod = 86164.09        ; 23h 56m 4.09s (check new reference: 23h 56m 4.0906s)
SidRotOffset = 4.8956          ; rad(280.5) at J2000.0
Obliquity =  0.4092797095927   ; rad(23.45)
LAN = 0                        ; vernal equinox
; === Atmospheric Parameters ===
AtmPressure0 = 101.325e3       ; pressure at zero altitude [Pa]
AtmDensity0 = 1.225            ; density at zero altitude [kg/m^3]
AtmGasConstant = 287.11        ; specific gas constant [J/(K kg)]
AtmGamma = 1.39976             ; specific heat ratio c_p/c_v
AtmAltLimit = 500e3            ; cutoff altiude [m]
AtmHorizonAlt = 63.71e3
AtmHazeDensity = 5.0
AtmColor0 = 0.4 0.6 1.04      ;--> be free to edit this, if u want.first number means RED, second GREEN, third BLUE
AtmHazeColor = 0.55 0.7 1      ;--> be free to edit this, if u want.first number means RED, second GREEN, third BLUE

; === Cloud parameters ===
CloudAlt = 13.106e3             ; altitude of cloud layer
CloudRotPeriod = 3e6
;CloudShadowDepth = 0.6125
CloudShadowDepth = 0.0
CloudMicrotextureAlt = 14.496e3 2000e3


; === Visualisation Parameters ===
MaxPatchResolution = 10        ; surface texture resolution limit (1-10)
MinCloudResolution = 1         ; cloud layer from this resolution
MaxCloudResolution = 8         ; highest cloud resolution level
SpecularRipple = TRUE          ; enable specular water microtexture
 

Moach

Crazy dude with a rocket
Addon Developer
Joined
Aug 6, 2008
Messages
1,581
Reaction score
62
Points
63
Location
Vancouver, BC
i take it you recently installed OMP, right? :rolleyes:


it's not really a bug... OMP will stop the earth from spinning in order to keep the multiplayer mess to a minimum... it's known to do that, but every now and then, someone finds this "bug"...

so don't lose your hair over it - you now know the cause :thumbup:
 

Arthurnus

New member
Joined
Jul 12, 2010
Messages
14
Reaction score
0
Points
0
Oh my gosh, and yes i installed it righ before it happened.
I still got the winrar download sample so to see which files i gotta delete.
Or do I have to completely reinstall orbiter for it to work again?
 

Scruce

Ad astra per aspera
Joined
Sep 17, 2010
Messages
1,410
Reaction score
0
Points
0
Oh my gosh, and yes i installed it righ before it happened.
I still got the winrar download sample so to see which files i gotta delete.
Or do I have to completely reinstall orbiter for it to work again?

Just the Earth.cfg i posted above.
 
Top