Ultimate space simulation software

 
User avatar
Canleskis
Astronaut
Astronaut
Posts: 70
Joined: 08 Oct 2016 18:42

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 10:13

Why did you replaced the ExoPlanetsSuns.sc, the sc file with only one star
Please learn english if you want to speak it in front of western community when we are both russians. "Why did you replace" is the correct question. And I did it because there is not 1 star changed but also 2 excess stars removed. I corrected the catalog error and I already told you that right in VK.
You're mean
 
Pluton
Space Pilot
Space Pilot
Topic Author
Posts: 92
Joined: 23 Dec 2016 00:10
Location: Russia

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 10:18

I am??? I just got a groundless claim and answered the exact truth. And after that I am mean?
 
User avatar
Canleskis
Astronaut
Astronaut
Posts: 70
Joined: 08 Oct 2016 18:42

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 10:22

I am??? I just got a groundless claim and answered the exact truth. And after that I am mean?
The way you said it was rude even if it is the truth you might want to be a bit less aggressive when trying to help someone learn a language.
 
Pluton
Space Pilot
Space Pilot
Topic Author
Posts: 92
Joined: 23 Dec 2016 00:10
Location: Russia

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 10:27

Engineer is in my friendlist on VK (russian Facebook), he could say these things right in PM on our language and it would be much faster. The only reason why he wrote it here in english is that he wanted to show up and tell people I am an idiot. I proved him wrong so anybody could see it too.
 
User avatar
Canleskis
Astronaut
Astronaut
Posts: 70
Joined: 08 Oct 2016 18:42

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 10:31

Engineer is in my friendlist on VK (russian Facebook), he could say these things right in PM on our language and it would be much faster. The only reason why he wrote it here in english is that he wanted to show up and tell people I am an idiot. I proved him wrong so anybody could see it too.
Oh well I kind of misread his post too... I understand your response but it still sounded rude even though you used the same tone.
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 11:17

Pluton, you used comma instead of point for fractional values.
Star    "TRAPPIST-1/2MASSW 23062-05022"
{
    RA      23 06 29,28
    Dec     -05 02 28,5
    Dist    12,1
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
LordKvasir
Observer
Observer
Posts: 12
Joined: 23 Feb 2017 07:58
Location: Romania

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 11:22

I wanted to add this system by myself. Thanks.
Two things are infinite: the universe and human stupidity.
 
User avatar
JackDole
Star Engineer
Star Engineer
Posts: 1874
Joined: 02 Nov 2016 18:18
Location: Terra

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 11:53

It is wrong to change system files like the 'ExoPlanetsSuns.sc' for an addon.
If everyone did this, this would lead to chaos and incompatibilty of the addons.
If you want to change an entry in the system file, you can make a script of it and place it in 'addons\catalogs\stars', or 'addons\catalogs\planets'.
JackDole's Universe 0.990: http://forum.spaceengine.org/viewtopic.php?f=3&t=546
JackDole's Archive: http://forum.spaceengine.org/viewtopic.php?f=3&t=419
JackDole: Mega structures ... http://old.spaceengine.org/forum/17-3252-1 (Old forum)
 
Pluton
Space Pilot
Space Pilot
Topic Author
Posts: 92
Joined: 23 Dec 2016 00:10
Location: Russia

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 13:17

Mosfet, yeah you right, I copied the digits and didn't pay enough attention, thx. Now corrected and reuploaded.

JackDole, we talked about it already. Also I told in the description:
"the star file doesn't work from addons folder, it needs to be replaced in the very source"
I don't know why it doesn't want to work this way. I would have done it your way but it just doesn't work. So I did it the only way possible.
 
User avatar
JackDole
Star Engineer
Star Engineer
Posts: 1874
Joined: 02 Nov 2016 18:18
Location: Terra

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 13:59

Pluton,
try this:

TRAPPIST-1-Barycenter.sc
// -*- coding: utf-8 -*-
// Name: TRAPPIST-1-Barycenter.sc
// JackDole 2017.02.23 20:26:00

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

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

RemoveStar  "TRAPPIST-1/2MASSW 23062-05022"

StarBarycenter "TRAPPIST-1 system"
{
    RA      23 06 29.36
    Dec     -05 02 29.2
    Dist    12.109469605231
}

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

TRAPPIST-1-Star.sc
// -*- coding: utf-8 -*-
// Name: TRAPPIST-1-Star.sc

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

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

Star    "TRAPPIST-1/2MASSW 23062-05022"
{
    ParentBody     "TRAPPIST-1 system"
    Class           "M8 V"
    Luminosity      0.0017302
    MassSol         0.08
    RadSol          0.114
    Teff            6220

    Age             2

    InertiaMoment   0.0760318

    RotationPeriod  12.3091
    Obliquity       129.252
    EqAscendNode    290.062

    AlbedoBond      0.3
    AlbedoGeom      0.36
    Brightness      2
    Color          (1.000 0.360 0.075)

    Surface
    {
        Randomize      (0.808, 0.029, -0.783)
        colorDistMagn   0.527551
        colorDistFreq   12.4165
        detailScale     214818
        colorConversion true
        tropicLatitude  0.674
        icecapLatitude  1.116
        mareFreq        11.556
        mareDensity     0.00755777
        erosion         1
        montesFreq      130.735
        dunesMagn       0.771517
        hillsMagn       0.03
        hillsFreq       130.735
        craterOctaves   0
        BumpHeight      254.157
        BumpOffset      254.157
        SpecBrightWater 0
        SpecBrightIce   0
        SpecularPower   55
        Hapke           1
        SpotBright      4
        SpotWidth       0.05
        DayAmbient      1
    }

    Corona
    {
        Radius      456372
        Period      0.0116578
        Brightness  0.5
        RayDensity  2.23266
        RayCurv     7.44595
    }
}

//------------------------------------------------------------------------------
and this in 'addons\catalogs\planets'
TRAPPIST-1-Barycenter.sc
(474 Bytes) Downloaded 602 times
TRAPPIST-1-Star.sc
(1.66 KiB) Downloaded 574 times
JackDole's Universe 0.990: http://forum.spaceengine.org/viewtopic.php?f=3&t=546
JackDole's Archive: http://forum.spaceengine.org/viewtopic.php?f=3&t=419
JackDole: Mega structures ... http://old.spaceengine.org/forum/17-3252-1 (Old forum)
 
Pluton
Space Pilot
Space Pilot
Topic Author
Posts: 92
Joined: 23 Dec 2016 00:10
Location: Russia

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 14:43

You forgot that my file also deletes 2 duplicate stars.
 
User avatar
SpaceEngineer
Author of SpaceEngine
Author of SpaceEngine
Posts: 1125
Joined: 17 May 2016 22:16
Location: Saint-Petersburg
Contact:

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 14:58

The only reason why he wrote it here in english is that he wanted to show up and tell people I am an idiot.
LOLWUT?
 
User avatar
JackDole
Star Engineer
Star Engineer
Posts: 1874
Joined: 02 Nov 2016 18:18
Location: Terra

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 15:10

If you want to remove a star from a system file, you can do this with such a 'script':
// -*- coding: utf-8 -*-
// StarRemover.sc
// Put this in 'addons\catalogs\stars'

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

RemoveStar  "Name of star to remove"

//------------------------------------------------------------------------------
 
JackDole's Universe 0.990: http://forum.spaceengine.org/viewtopic.php?f=3&t=546
JackDole's Archive: http://forum.spaceengine.org/viewtopic.php?f=3&t=419
JackDole: Mega structures ... http://old.spaceengine.org/forum/17-3252-1 (Old forum)
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 15:13

You forgot that my file also deletes 2 duplicate stars.
Which stars did you remove? I don't see "Remove" parameters in your script.
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
Roswell
Space Pilot
Space Pilot
Posts: 134
Joined: 05 Nov 2016 02:45

TRAPPIST-1, colonization, Gloria, Snickers

23 Feb 2017 15:16

Mine I don't have trouble with trappist without his system.  I make my trappist-1 and my planet "g" are turning into a rocky planet. ^^

I show you ^^

My Trappist-1 are done yay !
Attachments
scr00005.jpg
TRAPPIST-1 system.

Who is online

Users browsing this forum: No registered users and 3 guests