Jump to content

Editing the persistant.sfs


Recommended Posts

[NOW FIXED :D]

Hey guys!

I'm making a supermassive space station in orbit around Jool and half way through construction, I realised that it was orbiting the wrong way round LOL and it needs something like 8000 delta-V which I simply dont have :/

Is there a way of editing its save file in the persistant.sfs file in order to change the direction of its orbit around Jool? The reason why I want to do this is so I dont have to crash into each moon if I want to land on it.

Heres the codey bit in the persistant.sfs for the station, titled The Mothership:

___________________________________________________________________________

}

VESSEL

{

pid = 92b193c3eafb431c90fcf9ee83f82aaf

name = The Mothership

type = Station

sit = ORBITING

landed = False

landedAt =

splashed = False

met = 10718028.849578

lct = 273061617.815552

root = 0

lat = 0.0338597619017921

lon = -213.126843479184

alt = 28844186.7310978

hgt = 2.884428E+07

nrm = -0.3884714,-0.004852633,-0.9214483

rot = 0.0005714877,0.9994445,-0.003261168,-0.03316337

CoM = 0.03075233,-9.427973,-0.0200528

stg = 1

prst = False

eva = False

ref = 125304191

cPch = -0.00199916

cHdg = 4.718001

cMod = 0

ORBIT

{

SMA = 34886747.7796206

ECC = 0.0013832610089727

INC = 179.962907812783

LPE = 94.0023330735932

LAN = 129.184040392965

MNA = 5.79303817670648

EPH = 283779646.66513

REF = 8

OBJ = 0

}

_____________________________________________________________________________

Thanks guys! :D

Edited by douglabe
Link to comment
Share on other sites

this link explains how the file works pretty well..

i believe it says how to 180 your orbit.

Reversing an Orbit

To reverse an orbit, you must do three things:

1. Longitude of the Ascending Node must be placed on the other side of the central body.

LAN(new) = LAN(old) + 180 degrees.

2. Orbital Inclination must be rotated to point the orbit in the correct direction.

INC(new) = 180 degrees - INC(old)

3 Argument of Periapsis must be measured from the new LAN position.

LPE(new) = 180 degrees - LPE(old)

For circular, equatorial orbits, you can get away with just flipping the Inclination to 180 degrees.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...