Ultimate space simulation software

 
ZeGamingCuber
Astronaut
Astronaut
Posts: 54
Joined: 23 Apr 2017 11:21

Help with creating Mods and Addons

01 May 2018 21:10

Type – development level of the life:
“Unicellular” – unicellular.
“Multicellular” – multicellular.
oh I thought it was singlecellular and not unicellular
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Help with creating Mods and Addons

02 May 2018 07:06

Is there a way to create space stations and surface bases?
You can use some tricks to do that, unfortunately in v. 0980 you can't assign a fixed and stable orbit. Things will change for the next version.
"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 |
 
HeitorBarbosa47842
Space Tourist
Space Tourist
Posts: 30
Joined: 02 May 2018 18:37
Location: Earth
Contact:

Help with creating Mods and Addons

02 May 2018 18:46

Hi, I'm trying to make a mod that adds galaxies, nebulae, clusters, stars and planets. But I'm having trouble creating the clusters and nebulae.

Cluster Script:

[color=#60b0d0][size=85][font=monospace]Cluster “NSA 1471”[/font][/size][/color]
[color=#60b0d0][size=85][font=monospace]{[/font][/size][/color]

[color=#60b0d0][size=85][font=monospace]Galaxy  “Milky Way” 
Type    “Open”      
RA       5.78333333 
Dec      16.1166667 
Dist     1230.9      
Radius   4.68      
AbsMagn -3.6        
CenPow   0.5        
Age      760        
NStars   1500       [/font][/size][/color]
[color=#60b0d0][size=85][font=monospace]Color   (0.86 0.92 1.00)  [/font][/size][/color]
[color=#60b0d0][size=85][font=monospace]}[/font][/size][/color]

Nebula Script:

[color=#60b0d0][size=85][font=monospace]Nebula “Chara Nebula”[/font][/size][/color]
[color=#60b0d0][size=85][font=monospace]{[/font][/size][/color]

[color=#60b0d0][size=85][font=monospace]Galaxy  “Milky Way” 
Type    “Diffuse”   
RA       04 46 18  
Dec     -16 07 36   
Dist     520.3      
Radius   3.5       
AppMagn  5         
Quat    ( -0.3156767 -0.6193562 0.2975453 -0.6543798 )  [/font][/size][/color]
[color=#60b0d0][size=85][font=monospace]}[/font][/size][/color]

[size=100]If anyone can help me, I appreciate it.[/size]
The Universe of HeitorBarbosa47842
Development Addon - The Universe Of HeitorBarbosa47842
 
HeitorBarbosa47842
Space Tourist
Space Tourist
Posts: 30
Joined: 02 May 2018 18:37
Location: Earth
Contact:

Help with creating Mods and Addons

02 May 2018 18:48

Oi, estou tentando fazer um mod que adicione galáxias, nebulosas, clusters, estrelas e planetas. Mas estou tendo problemas para criar os clusters e nebulosas
The Universe of HeitorBarbosa47842
Development Addon - The Universe Of HeitorBarbosa47842
 
User avatar
JackDole
Star Engineer
Star Engineer
Posts: 1874
Joined: 02 Nov 2016 18:18
Location: Terra

Help with creating Mods and Addons

02 May 2018 20:08

Hi, I'm trying to make a mod that adds galaxies, nebulae, clusters, stars and planets. But I'm having trouble creating the clusters and nebulae.
You have wrong quotes in your scripts.
You have these curved quotation marks , but you need the straight ones: "!
If you copy the scripts from the manual, you have to change these characters.
Cluster "NSA 1471"
{
    Galaxy  "Milky Way"
    Type    "Open"
    RA       5.78333333
    Dec      16.1166667
    Dist     1230.9
    Radius   4.68
    AbsMagn -3.6
    CenPow   0.5
    Age      760
    NStars   1500
    Color   (0.86 0.92 1.00)
}
Nebula "Chara Nebula"
{
    Galaxy  "Milky Way"
    Type    "Diffuse"
    RA       04 46 18
    Dec     -16 07 36
    Dist     520.3
    Radius   3.5
    AppMagn  5
    Quat    ( -0.3156767 -0.6193562 0.2975453 -0.6543798 )
}
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)
 
Toast433
Space Tourist
Space Tourist
Posts: 22
Joined: 29 Apr 2018 20:19

Help with creating Mods and Addons

03 May 2018 23:38

[quote="Mosfet"]
You can use some tricks to do that, unfortunately in v. 0980 you can't assign a fixed and stable orbit. Things will change for the next version.[/quote]
Does it work if you do something like this? http://spaceengine.org/news/blog170516/
And I'm also having trouble creating a nebula, because it's invisible and always 0.06 light years from the sun no matter what I put for the distance.
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Help with creating Mods and Addons

04 May 2018 02:06

Does it work if you do something like this? http://spaceengine.org/news/blog170516/
Yeah, that should be how code works for the next version.
having trouble creating a nebula
you can use https://pastebin.com/ to post your script, and give us the address of the file.
"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
PlutonianEmpire
Pioneer
Pioneer
Posts: 535
Joined: 02 Nov 2016 18:13
Location: Planet Meabh
Contact:

Help with creating Mods and Addons

04 May 2018 02:31

The main visual problem with this is that bases looks like coming from a game from 90’s.
Microsoft Space Simulator! Ahh the nostalgia! :D
Specs: STGAubron desktop PC; NVIDIA GeForce RTX 3060/PCIe/SSE2 12 GB Vram, Intel Core i7-8700 3.2 GHz, 12 cpus; 32 GB RAM; Windows 11 x64
 
HeitorBarbosa47842
Space Tourist
Space Tourist
Posts: 30
Joined: 02 May 2018 18:37
Location: Earth
Contact:

Help with creating Mods and Addons

05 May 2018 22:26

JackDole obrigado pela ajuda.
The Universe of HeitorBarbosa47842
Development Addon - The Universe Of HeitorBarbosa47842
 
HeitorBarbosa47842
Space Tourist
Space Tourist
Posts: 30
Joined: 02 May 2018 18:37
Location: Earth
Contact:

Help with creating Mods and Addons

05 May 2018 22:36

Only I'd like to put other types of clusters and nebulas.
The Universe of HeitorBarbosa47842
Development Addon - The Universe Of HeitorBarbosa47842
 
Toast433
Space Tourist
Space Tourist
Posts: 22
Joined: 29 Apr 2018 20:19

Help with creating Mods and Addons

06 May 2018 16:16

[quote]Mosfet wrote:

>      having trouble creating a nebula

>

> you can use https://pastebin.com/ to post your script, and give us the address of

>  the file.[/quote]

Actually I fixed it, I had the parameter set as distance instead of dist. Thanks for your help
 
ice3
Observer
Observer
Posts: 3
Joined: 23 Apr 2018 13:13

Help with creating Mods and Addons

08 May 2018 16:23

i know how to bring 3d into unity, and export as obj. im confused after that. i wish somebody do a video tut
 
AlexanderCadere
Observer
Observer
Posts: 3
Joined: 08 May 2018 20:08

Help with creating Mods and Addons

08 May 2018 20:10

Hi,

Quick question, I am trying to get into 3D modeling for spaceships, and I am wondering what is the best software. I started using blendr and followed the instructions on importing ships to SE, but have failed. Any tips would be appreciated. 
 
User avatar
DoctorOfSpace
Star Engineer
Star Engineer
Posts: 1363
Joined: 22 Aug 2016 15:04
Location: SpaceX Mars Colony
Contact:

Help with creating Mods and Addons

09 May 2018 10:58

AlexanderCadere, Maya and 3ds Max are the ones that seem to give the best results.
CPU: Ryzen 9 5900X @5Ghz - RAM: G.Skill Ripjaws V 64 GB (2 x 32 GB) DDR4-3600 CL18 - GPU: MSI RTX 40​90 GAMING ​TRIO 24G
Quando omni flunkus, moritati
 
HeitorBarbosa47842
Space Tourist
Space Tourist
Posts: 30
Joined: 02 May 2018 18:37
Location: Earth
Contact:

Help with creating Mods and Addons

10 May 2018 14:36

Hi, I'm trying to make a blue gaseous planet in orbit from Jorgea (Star I created to make a mod) with the rings of Saturn. but when I search it it does not appear but when I click on "Go To" it shows a message saying "Object not found". Can someone help me. if I need to put my script here.
The Universe of HeitorBarbosa47842
Development Addon - The Universe Of HeitorBarbosa47842

Who is online

Users browsing this forum: Ahrefs [Bot] and 26 guests