Help fixing a problem scenario

Graham2001

Well-known member
Joined
Mar 20, 2008
Messages
1,514
Reaction score
67
Points
48
I'm trying to put together a space station in a scenario file. I've identified the components I need and where they need to go, but I'm having problems putting the first two components together.

I've tried joining two Neesys modules together with the multiple docking ends outward. But I keep ending up with two inter-penetrating modules.

The code for the test scenario is below, if someone wants to go over it and point out the mistake I've made feel free to do so.

Code:
BEGIN_DESC
  Space Station Test Scenario One. Two Neesis modules joined in orbit with the Multiple Docking Ports outward.
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 54145.1158458889
END_ENVIRONMENT

BEGIN_FOCUS
  Ship Neesys
END_FOCUS

BEGIN_CAMERA
  TARGET Neesys
  MODE Extern
  POS 3.31 154.08 167.27
  TRACKMODE GlobalFrame
  FOV 50.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_MFD Right
  TYPE User
  MODE Pylon
END_MFD


BEGIN_SHIPS
Neesys1:Neesys
  STATUS Orbiting Earth
  RPOS 4802341.21 -1303615.44 -4579543.11
  RVEL 1385.992 -6740.075 3377.559
  AROT 0.00 0.00 0.00
  NAVFREQ 0 0
  Docked 1:1,Neesys2
END
Neesys2:Neesys
  STATUS Orbiting Earth
  RPOS 4802341.21 -1303615.44 -4579543.11
  RVEL 1385.992 -6740.075 3377.559
  AROT 0.00 0.00 0.00
  NAVFREQ 0 0
  Docked 1:1,Neesys1
END
END_SHIPS

BEGIN_ExtMFD
END
 

dutchpirate

XR Fleet Skin Designer
Addon Developer
Joined
Jan 30, 2008
Messages
239
Reaction score
2
Points
0
Location
Medicine Hat, AB CANADA
I'm no good at writing scenarios from scratch, yet. What I often do is use the ScnEditor to put things more or less where I want them, save the scenario, and then copy/paste elements into the new scenario file. For example, when I wrote my TX Rescue scenario, I copy/pasted from the stock TX ready to depart with a DGIV on it scenario, into a DGIV docked at ISS scenario, then save as..
 
Top