Page 1 of 1

scc file won't work

Posted: 01.11.2009, 20:17
by fungun
Ok, I'm stmped.
Why, with this scc file, will one ship show up and not the other?
I know I have everything in it's right folders. Yet the Saratoga will not even show up in the Solar System browser.
I see nothing in the log when pressing "~" either.
Thanks,
Tim

Code: Select all

"Starbase G-6" "47 Uma"
{
        Class "planet"
   Mesh "spcDockWships2.cmod"
   Radius 5

   CustomOrbit ""
   EllipticalOrbit
   {
   Period            1e32
   SemiMajorAxis     5
   
   }

   RotationPeriod   24
   Obliquity         0.01

   Albedo            1.00
}

"Steamrunner" "47 Uma/Starbase G-6"
{
        Class "spacecraft"
   Mesh "Steamrunner.cmod"
   Radius 0.180

   FixedPosition
{
    Planetographic [ -120 55 -1.4]
}

       
   }

       

   
   
   Obliquity         0.01

   Albedo            1.00
}

"Saratoga" "47 Uma/Starbase G-6"
{
        Class "spacecraft"
   Mesh "saratoga.cmod"
   Radius 0.180

   FixedPosition
{
    Planetographic [ -100 54 -1.3]
}

       
   }

       

   
   
   Obliquity         0.01

   Albedo            1.00
}


Re: scc file won't work

Posted: 01.11.2009, 20:24
by fungun
Never mind..... :oops:
After re-reading my own post, I found it.
An extra } in the Steamrunner declaration.

Tim

Re: scc file won't work

Posted: 01.11.2009, 22:17
by John Van Vliet
--- edit ---