General Question Help editing scenarios

easy4525

New member
Joined
Jun 5, 2011
Messages
18
Reaction score
0
Points
0
I'm trying to edit a scenario I have tried my self and haven't had any luck please help I have three vessels that I want in the same orbit around the earth and 5k apart if you will help me my goal is to line up several vessels 5k apart and move between them docking landing maybe end up with a small of delta gliders and XR vessels in orbit around earth I'm including the first three if you will line them up that would be great if not will you tell me an URL where I can learn my self I have tried the scenario edit and the vessels end up tangled and pointing all kind of odd ways I would like the orbit to be the same as the ISS I have included I don't no why the smiley face is showing up it doesn't show up when I edit but does in the final post Thank You for your help

Code:
BEGIN_SHIPS
Ragnar_Anchorage:QJRag
  STATUS Orbiting Earth
  RPOS 15163550.83 -151170.25 453377.61
  RVEL -160.738 -1622.483 4866.018
  AROT -18.33 1.71 5.11
  VROT 0.00 0.02 0.13
  AFCMODE 7
  PRPLEVEL 0:1.000000
  IDS 0:588 100 1:578 100 2:568 100 3:558 100
  NAVFREQ 0 0 0 0
  XPDR 466
END
ISS:ProjectAlpha_ISS
  STATUS Orbiting Earth
  RPOS -4765786.50 4722902.39 -409549.03
  RVEL 5247.180 5074.160 -2449.434
  AROT 110.00 -10.00 80.00
  PRPLEVEL 0:1.000
  IDS 0:588 100 1:586 100 2:584 100 3:582 100 4:580 100
  NAVFREQ 0 0
  XPDR 466
END
Flatbed_1:QJFlat
  STATUS Orbiting Earth
  RPOS -2081782.11 6250797.46 -1360277.14
  RVEL 7185.979 1962.555 -1946.699
  AROT -92.85 -63.76 113.11
  VROT -0.10 -0.00 0.00
  RCSMODE 2
  AFCMODE 7
  PRPLEVEL 0:1.000000 1:1.000000
  DOCKINFO 0:1,ISS
  IDS 0:558 10
  NAVFREQ 578 0 0 0 0 0 0 0
  XPDR 0
  HDF 0.0000
  FSEN 0.0313
  GSEN 10.0000
  WFXD 8.0000
  DJD 1495978706.9100
  DOOR 0 0.0000
END
END_SHIPS
 
Last edited by a moderator:
Your lack of punctuation is giving me a headache. :facepalm:

It's simple enough to line these ships up using the Scenario Editor: Create the first ship (QJRAG) and in the 'Orbital Elements' section and set its inclination to 51.6 degrees and its LAN to 15.7. Then create the next vessel, copy its state from the anchorage, then knock a few fractions of a degree off of its 'Longitude at Epoch.' Rinse and repeat.

To get rid of the :P face, select 'disable smileys in text.'
 
To get rid of the :P face, select 'disable smileys in text.'
Better still, when posting things like configs, put it in code tags:
Code:
BEGIN_SHIPS
Ragnar_Anchorage:QJRag
  STATUS Orbiting Earth
  RPOS 15163550.83 -151170.25 453377.61
  RVEL -160.738 -1622.483 4866.018
  AROT -18.33 1.71 5.11
  VROT 0.00 0.02 0.13
  AFCMODE 7
  PRPLEVEL 0:1.000000
  IDS 0:588 100 1:578 100 2:568 100 3:558 100
  NAVFREQ 0 0 0 0
  XPDR 466
END
ISS:ProjectAlpha_ISS
 
Back
Top