General Question Scenarios in notepad

Chub777

New member
Joined
Dec 2, 2009
Messages
663
Reaction score
1
Points
0
Location
LEO
How do you make a code scenario run in orbiter. If you don't get what I mean, it's these things:

Code:
BEGIN_DESC
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 51982.6691738344
END_ENVIRONMENT

BEGIN_FOCUS
  Ship Lastotjka
END_FOCUS

BEGIN_CAMERA
  TARGET Lastotjka
  MODE Extern
  POS 1.50 163.30 -3.87
  TRACKMODE TargetRelative
  FOV 50.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD


BEGIN_SHIPS
CSB:Lastotjka
  STATUS Landed Earth
  POS -80.6858943 28.5906644
  HEADING 330.01
  PRPLEVEL 0:1.000
  NAVFREQ 0 0
  RCS 1
END
END_SHIPS

BEGIN_ExtMFD
END


Where do you enter the code to play that scenario in Orbiter.
Thanks! :cheers:

~Chub777
 
Just take the .scn file and put it within the "Scenarios" folder. Your file will automagically appear in the scenarios list in launchpad (when you restart it if it's running already).
 
I'm pretty sure you can just save it as <scenario name>.scn in your Orbiter/Scenarios folder and then select it in the Orbiter launchpad
 
I'm pretty sure you can just save it as <scenario name>.scn in your Orbiter/Scenarios folder and then select it in the Orbiter launchpad

It won't turn into a .scn file, just a .txt file...
 
In the Save As box, name the file "whatever.scn" (where whatever is your scenario name) and include the " marks. It should save as a .scn then.
 
Select the type for saved file as: All files (*.*)
 
In the Save As box, name the file "whatever.scn" (where whatever is your scenario name) and include the " marks. It should save as a .scn then.


Ok, it worked. Thanks.:tiphat:
 
Back
Top