General Question Blue DG

vibester27

New member
Joined
Jul 31, 2011
Messages
8
Reaction score
0
Points
0
Having problems getting the blue dg. When I go to scenario editor I can find the blue dg, but after I finish edit it's still red.:idk:
 
How did you set the blue skin for the DeltaGlider in Scenario Editor? I don't see such option for stock DG/DG-S in the Scenario Editor. :shrug:

Are you asking about the stock DeltaGlider or other DeltaGlider?

For the stock DeltaGlider / DG-S you change its skin by editing the scenario file with text editor, and by adding to the DeltaGlider's state line:
Code:
SKIN BLUE
 
Thank you for your reply. In the texture folder there is a folder called ds with sub folder Skins and another sub folder called Blue. In the Scenario Editor it has the stock DeltaGlider, and about half way down the list it also has ds, the picture shows a blue DeltaGlider. Is this the stock DeltaGlider that I need to edit, or another DeltaGlider.
 
Thank you for your reply. In the texture folder there is a folder called ds with sub folder Skins and another sub folder called Blue. In the Scenario Editor it has the stock DeltaGlider, and about half way down the list it also has ds, the picture shows a blue DeltaGlider. Is this the stock DeltaGlider that I need to edit, or another DeltaGlider.
You needn't edit either of them. Spawn one, then open "(Current State).scn" with a text editor like Notepad. Find the paragraph describing your deltaglider (Your_Vessel:Deltaglider) and add what Orb posted:

For the stock DeltaGlider / DG-S you change its skin by editing the scenario file with text editor, and by adding to the DeltaGlider's state line:
Code:
SKIN BLUE

There is no other way to change the deltaglider's livery.
 
For example, this is a stock scenario, [DG] Docked at ISS:
Code:
BEGIN_DESC
Start in a glider docked to the International Space Station.

Current location: above central China.
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 51982.029
END_ENVIRONMENT

BEGIN_FOCUS
  Ship GL-02
END_FOCUS

BEGIN_CAMERA
  TARGET SH-02
  MODE Cockpit
  FOV 60.00
END_CAMERA

BEGIN_HUD
  TYPE Docking
  VIS
END_HUD

BEGIN_MFD Left
  TYPE Docking
END_MFD

BEGIN_MFD Right
  TYPE Orbit
  PROJ Ship
  REF Earth
  TARGET ISS
END_MFD

BEGIN_VC
END_VC

BEGIN_SHIPS
ISS:ProjectAlpha_ISS
  STATUS Orbiting Earth
  ELEMENTS 6734919 0.0009 74.513 169.034 328.305 122.0 51544.5
  AROT -110.00 -15.00 -84.00
  DOCKINFO 1:0,GL-02
END
Mir
  STATUS Orbiting Earth
  ELEMENTS 6671000 0.0006 3.5 0 0 0 51544.5
  AROT 0 -45 90
END
Luna-OB1:Wheel
  STATUS Orbiting Moon
  ELEMENTS 2238000.0 0.00000 90.000 0.000 0.000 0.000 51544.5
  AROT 0.00 0.00 -72.91
  VROT 0.00 0.00 10.00
END
GL-01:DeltaGlider
  STATUS Landed Earth
  BASE Habana:2
  HEADING 174.13
  FUEL 1.000
  GEAR 1 1.0
  NOSECONE 0 0.0000
END
GL-02:DeltaGlider
  STATUS Orbiting Earth
  DOCKINFO 0:1,ISS
  NAVFREQ 2 466 0 0
  FUEL 1.000
  GEAR 0 0.0
  NOSECONE 1 1.0
  AIRLOCK 0 0.0000
  SKIN BLUE
END
SH-01:ShuttleA
  STATUS Landed Moon
  BASE Brighton Beach:1
  FUEL 1.0
END
END_SHIPS
Notice how in that .scn, there are 2 DG's
Code:
GL-01:DeltaGlider
  STATUS Landed Earth
  BASE Habana:2
  HEADING 174.13
  FUEL 1.000
  GEAR 1 1.0
  NOSECONE 0 0.0000
END
GL-02:DeltaGlider
  STATUS Orbiting Earth
  DOCKINFO 0:1,ISS
  NAVFREQ 2 466 0 0
  FUEL 1.000
  GEAR 0 0.0
  NOSECONE 1 1.0
  AIRLOCK 0 0.0000
  SKIN BLUE
END
See how GL-01 is landed on Habana. It is red.
GL-02 has the SKIN BLUE tag at the bottom of it's entry, so it is blue.
This can not be changed via scenario editor. Open a .scn (found in Orbiter/Scenarios) with notepad and add SKIN BLUE to the DG you want to change.
 
In the Scenario Editor it has the stock DeltaGlider, and about half way down the list it also has ds, the picture shows a blue DeltaGlider.
Those pictures are just screenshots from Orbiter to show general appearance of the vessel. However, they don't need to present the livery that is used by default.
 
That worked, now I have a blue and a red DG. Thank you for all the help:thumbup:
 
Back
Top