ENG New site

Advanced search

[ New messages · Forum rules · Members ]
  • Page 1 of 1
  • 1
An Error while making Planets and stars
steeljaw354Date: Thursday, 05.05.2016, 20:23 | Message # 1
World Builder
Group: Users
Pirate
Messages: 862
Status: Offline
I am trying to make a system which has a Neutron star in place of Jupiter and having a brown dwarf really close to a star called "Anono" Anono is a clone of the sun with an exact same .sc file as the sun besides the name. The brown dwarf is going to be in place of Saturn but when I add the Neutron star Called "Neutronus" the following image shows what happens, Anono turns into a neutron star for some odd reason. And the same happens when I add the brown dwarf called Saturnus. When I put Neutronus into the stars.sc in the stars folder it doesn't show up, but when I put it in the planets folder in the .sc file called "solplanets" Anono turns into a neutron star. I am also wanting to have a hot titan with life and a selena planet more massive then earth in the habitable zone and have a terra with multicellular life going around the selena. Down in the spoiler below I have the scripts.

Attachments: 7524341.jpg (268.7 Kb)


Edited by steeljaw354 - Thursday, 05.05.2016, 20:28
 
JackDoleDate: Friday, 06.05.2016, 10:13 | Message # 2
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
steeljaw354,
You need a 'StarBarycenter' for your system.

Code
// Anono Barycenter
// Anono.sc

// Put this in 'addons\catalogs\stars'

StarBarycenter "Anono barycenter"
{
    RA  -100
    Dec -5
    Dist 800
}




It works in SE 0.974 RC2 not correct, another star like a planet, to put in orbit around a sun.

You can use this script:
Code
// Anono System
// AnonoSys.sc
// Put this in 'addons\catalogs\planets'

Star "Anono"
{
    ParentBody "Anono barycenter"
    Class "G2 V"
    Luminosity 1
    MassSol 1
    RadSol 1
    Teff 5860

    Age 4.54

    InertiaMoment 0.0455791

    RotationPeriod 759.476
    Obliquity 100.284
    EqAscendNode 84.9845

    AlbedoBond 0.3
    AlbedoGeom 0.36
    Brightness 2
    Color (1.000 0.876 0.835)

    Surface
    {
        Randomize (0.647, -0.213, -0.353)
        colorDistMagn 0.498222
        colorDistFreq 11.7314
        detailScale 1.79015e+006
        colorConversion true
        tropicLatitude 0.5
        icecapLatitude 1
        mareFreq 47.0639
        mareDensity 0.0108637
        erosion 1
        montesFreq 537
        dunesMagn 0.5
        hillsMagn 0.03
        hillsFreq 4760.11
        craterOctaves 0
        BumpHeight 599.055
        BumpOffset 599.055
        SpecularPower -1e+038
        Hapke 1
        SpotBright 4
        SpotWidth 0.05
        DayAmbient 1
    }

    NoClouds true

    NoOcean true

    NoLava true

    Atmosphere
    {
        Model "Sun"
        Height 6960
        Density 0
        Pressure 1
        Bright 10
        Opacity 0
        SkyLight 0
        Hue 0
        Saturation 1
    }

    NoAurora true

    NoRings true

    NoAccretionDisk true

    Corona
    {
        Radius 3.91854e+006
        Period 0.0240859
        Brightness 0.5
        RayDensity 3.34731
        RayCurv 15.5941
    }

    NoCometTail true
    
    // This section should be replaced by  'StaticPosPolar  (0.000000 0.000000 .0000000)'
    /*
    Orbit
    {
        RefPlane "Static"       //Sorry, this was my mistake.
        SemiMajorAxis 0
        Period 0
        Eccentricity 0
        Inclination 0
        AscendingNode 0
        ArgOfPericenter 0
        MeanAnomaly 0
    }
    */
    // -------------------------------------------------------------------------
    
    StaticPosPolar  (0.000000 0.000000 .0000000)
}

//------------------------------------------------------------------------------
Star "Saturnus"
{
    ParentBody "Anono barycenter"
    Class "T5 V"
    Luminosity 5e-007
    MassSol 0.000950254
    RadSol 0.092718
    Teff 1080

    Age 4.54

    InertiaMoment 0.197264

    Oblateness 0.0649

    RotationPeriod 4.97875
    Obliquity 1.48373
    EqAscendNode 92.7742

    AlbedoBond 0.3
    AlbedoGeom 0.36
    Brightness 2
    Color (1.000 0.009 0.000)
    

    Surface
    {
        SurfStyle 0.576263
        Randomize (-0.868, 0.749, 0.030)
        colorDistMagn 0.561624
        colorDistFreq 12.0089
        detailScale 183881
        colorConversion true
        tropicLatitude 0.8
        icecapLatitude 1.2
        mainFreq 0.0141459
        venusFreq 3.89726
        venusMagn 0.157038
        mareFreq 0
        mareDensity 0
        erosion 0
        montesFreq 0
        dunesMagn 5
        hillsMagn 0.03
        hillsFreq 0
        craterOctaves 0
        twistZones 7.46384
        twistMagn 0.99403
        cycloneMagn 13.159
        cycloneFreq 0.235082
        cycloneDensity 0.109613
        cycloneOctaves 2
        colorLayer0 (0.280, 0.260, 0.250, 1.000)
        colorLayer1 (0.220, 0.200, 0.200, 0.900)
        colorLayer2 (0.100, 0.060, 0.060, 0.600)
        colorLayer3 (0.080, 0.040, 0.040, 0.000)
        colorLayer4 (0.050, 0.020, 0.020, 0.000)
        colorLayer5 (0.080, 0.040, 0.040, 0.600)
        colorLayer6 (0.160, 0.100, 0.060, 0.900)
        colorLayer7 (0.220, 0.220, 0.220, 1.000)
        colorLowPlants (0.050, 0.020, 0.020, 0.000)
        colorUpPlants (0.080, 0.040, 0.040, 0.600)
        BumpHeight 71.492
        BumpOffset 71.492
        SpecularPower -1e+038
        Hapke 0
        SpotBright 4
        SpotWidth 0.05
        DayAmbient 1
    }

    Clouds
    {
        Height 42.8984
        Hapke 0
        SpotBright 2
        SpotWidth 0.15
        DayAmbient 1
        mainFreq 0.796252
        mainOctaves 10
        Coverage 1
        twistZones 7.46384
        twistMagn 0.99403
    }

    Clouds
    {
        Height 85.7891
        Hapke 0
        SpotBright 2
        SpotWidth 0.15
        DayAmbient 1
        mainFreq 0.796252
        mainOctaves 10
        Coverage 1
        twistZones 7.46384
        twistMagn 0.99403
    }

    Clouds
    {
        Height 128.688
        Hapke 0
        SpotBright 2
        SpotWidth 0.15
        DayAmbient 1
        mainFreq 0.796252
        mainOctaves 10
        Coverage 1
        twistZones 7.46384
        twistMagn 0.99403
    }

    NoOcean true

    NoLava true

    Atmosphere
    {
        Model "Thick"
        Height 714.92
        Density 0
        Pressure 1
        Bright 10
        Opacity 0.7
        SkyLight 0
        Hue 0.105
        Saturation 1
    }

    Aurora
    {
        Height 3110.28
        NorthLat 84.1866
        NorthLon 1.04376
        NorthRadius 46955.3
        NorthWidth 6897.08
        NorthRings 2
        NorthBright 10
        NorthParticles 5000
        SouthLat -83.8368
        SouthLon 179.836
        SouthRadius 52304.6
        SouthWidth 5615.8
        SouthRings 5
        SouthBright 10
        SouthParticles 5000
        TopColor (1.000 0.000 0.000)
        BottomColor (1.000 0.000 0.500)
    }

    NoRings true

    NoAccretionDisk true

    Corona
    {
        Radius 401923
        Period 0.00273204
        Brightness 0.25
        RayDensity 1.58299
        RayCurv 35.3575
    }

    NoCometTail true

    Orbit
    {
        RefPlane "Ecliptic"
        SemiMajorAxis 9.5371
        Period 29.4577
        Eccentricity 0.0542
        Inclination 2.4845
        AscendingNode 113.715
        ArgOfPericenter -21.283
        MeanAnomaly -42.488
    }
}

Star "Neutronus"
{
    ParentBody "Anono barycenter"
    Class "Q"
    Luminosity 2.35547e-006
    MassSol 0.001
    RadSol 2.06117e-005
    Teff 300000

    Age 12.1255

    InertiaMoment 0.0799938

    RotationPeriod 5.46203
    Obliquity 26.7805
    EqAscendNode 96.5975

    AlbedoBond 0.3
    AlbedoGeom 0.36
    Brightness 2
    Color (0.349 0.493 1.000)

    Surface
    {
        SurfStyle -0.1
        OceanStyle 0
        Randomize (-0.932, 0.685, 0.460)
        colorDistMagn 0.641374
        colorDistFreq 6.02919
        detailScale 36.8981
        colorConversion true
        drivenDarkening -1
        seaLevel -1
        snowLevel 0
        tropicLatitude 0.5
        icecapLatitude 1
        icecapHeight 0
        climatePole 0
        climateTropic 0
        climateEquator 0
        heightTempGrad 0
        tropicWidth 0
        mainFreq 0
        venusFreq 0
        venusMagn 0
        mareFreq 0.001
        mareDensity 0
        terraceProb 0
        erosion 0.00873908
        montesMagn 0
        montesFreq 0
        montesSpiky 0
        montesFraction 0
        dunesMagn 0.5
        dunesFreq 0
        dunesFraction 0
        hillsMagn 0.03
        hillsFreq 0.161745
        hillsFraction 0
        hills2Fraction 0
        riversMagn 0
        riversFreq 0
        riversSin 0
        riversOctaves 0
        canyonsMagn 0
        canyonsFreq 0
        canyonFraction 0
        cracksMagn 0
        cracksFreq 0
        cracksOctaves 0
        craterMagn 0
        craterFreq 0
        craterDensity 0
        craterOctaves 0
        craterRayedFactor 0
        volcanoMagn 0
        volcanoFreq 0
        volcanoDensity 0
        volcanoOctaves 0
        volcanoActivity 0
        volcanoFlows 0
        volcanoRadius 0
        volcanoTemp 0
        lavaCoverTidal 0
        lavaCoverSun 0
        lavaCoverYoung 0
        twistZones 0
        twistMagn 0
        cycloneMagn 0
        cycloneFreq 0
        cycloneDensity 0
        cycloneOctaves 0
        BumpHeight 0.00937977
        BumpOffset 0.00937977
        SpecBrightWater 0
        SpecBrightIce 0
        SpecularPower -1.#IND
        Hapke 1
        SpotBright 4
        SpotWidth 0.05
        DayAmbient 1
    }

    NoClouds true

    NoOcean true

    NoLava true

    NoAtmosphere true

    NoAurora true

    NoRings true

    NoAccretionDisk true

    Corona
    {
        Radius 81.2326
        Period 2.73791e-006
        Brightness 1.5
        RayDensity 30.7508
        RayCurv 136.292
    }

    NoCometTail true

    Orbit
    {
        RefPlane "Equator"
        SemiMajorAxis 5.2034
        Period 11.8622
        Eccentricity 0.0484
        Inclination 1.3053
        AscendingNode 100.556
        ArgOfPericenter -85.8021
        MeanAnomaly 19.6501
    }
}

//------------------------------------------------------------------------------

Attachments: 8009232.jpg (301.6 Kb) · Anono.sc (0.2 Kb) · AnonoSys.sc (8.8 Kb)





Don't forget to look here.



Edited by JackDole - Friday, 06.05.2016, 15:43
 
steeljaw354Date: Friday, 06.05.2016, 10:28 | Message # 3
World Builder
Group: Users
Pirate
Messages: 862
Status: Offline
Thank you.
 
  • Page 1 of 1
  • 1
Search: