Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Glorgnole
Oct 23, 2012

bgreman posted:

Tangentially related to the thread, but my LP just went interstellar, and I'm looking into using SE for generating imagery for extrasolar planets. I'm wondering if anyone in this thread has had any experience with scripting up new planetary systems?

I've never actually done this, but using Space Engine as a visualizer for Aurora is a really neat idea so I did some poking around. I'll probably give it a shot later to make sure it actually works as described.

You can add custom systems to Space Engine with a script that modifies the list of "real" systems, adding a new body with specified attributes. There's a set of fairly comprehensive tutorials on the site forums. Start off by making a new star. You'll need to specify its location relative to Sol and some stellar characteristics. I think that Aurora gives you all this on the system information page. There are some oddities concerning creating a star vs creating a barycenter, so make sure to give the tutorial a thorough read.

Once you have a star you can add some planets. You should be able to do all the planets in the system in a single script. Again, Aurora helpfully gives you all of the important characteristics, although you'll need to tweak the surface characteristics using your best artistic judgement.

The custom body system seems to be pretty robust and should allow you to do some pretty weird stuff if you so desire, like make planets around black holes or black holes around planets.

Edit: Gave this a whirl using the example scripts and it's pretty easy once you're familiar with the syntax. The extremely shameful planet creatively named "MyPlanet" now orbits the equally shameful star "MyStar". Don't forget to add a line in \config\universe.cfg telling Space Engine about your star and planet script files, and make sure that in the star script NoPlanets is False, else the star won't generate at all. Manually adding planets overwrites the procedurally-generated bodies anyway.

Glorgnole fucked around with this message at 08:24 on Aug 24, 2013

Adbot
ADBOT LOVES YOU

mechanicalFactory
Dec 24, 2011

I could calculate your chances of survival... but you won't like it.
10 minutes after seeing this thread, I am on watching an Aurora over an endless alien desert.

A few minutes later, I see what I thought was a background image in the sky box is actually a brown and pink nebula.

This is an absolutely beautiful looking program. I'm gonna spend hours just exploring the universe with this.
EDIT

Each one of these dots is a star containing planets. :aaa:

mechanicalFactory fucked around with this message at 08:30 on Aug 24, 2013

Blast of Confetti
Apr 21, 2008

by Jeffrey of YOSPOS
I'm glad the controls for this game got a little less loving ridiculous.

seravid
Apr 21, 2010

Let me tell you of the world I used to know

mechanicalFactory posted:


Each one of these dots is a star containing planets. :aaa:



Each one of these is a galaxy :suspense:

Bohemian Nights
Jul 14, 2006

When I wake up,
I look into the mirror
I can see a clearer, vision
I should start living today
Clapping Larry
Can you explore earth like you can explore all these other worlds?

Tumblr of scotch
Mar 13, 2006

Please, don't be my neighbor.

bgreman posted:

Tangentially related to the thread, but my LP just went interstellar, and I'm looking into using SE for generating imagery for extrasolar planets. I'm wondering if anyone in this thread has had any experience with scripting up new planetary systems?
I've made a few for some PNP games. It's daunting-ish to get into, but gets much easier as you get used to it. Except for barycentres. gently caress those guys.

Bohemian Nights posted:

Can you explore earth like you can explore all these other worlds?
Yes, but the default textures and terrain are really bad. There's a download on the main site for a several-gigabyte improvement to them, but I'm not downloading 3+ gigs just for one planet.

Killstick
Jan 17, 2010
Also compared to the randomly generated planets the Earth model is very bad regardless what pack you download. You'll never get satisfying levels of terrain detail. Nowhere near google earth quality sadly.

kemikalkadet
Sep 16, 2012

:woof:

Flagrant Abuse posted:


Yes, but the default textures and terrain are really bad. There's a download on the main site for a several-gigabyte improvement to them, but I'm not downloading 3+ gigs just for one planet.

I have the updated textures and bump maps for Earth, they're pretty sweet. It's for an old version though and I don't think they'll work on the latest one.



Xir
Jul 31, 2007

I smell fan fiction...

Flagrant Abuse posted:

I've made a few for some PNP games. It's daunting-ish to get into, but gets much easier as you get used to it. Except for barycentres. gently caress those guys.

Yes, but the default textures and terrain are really bad. There's a download on the main site for a several-gigabyte improvement to them, but I'm not downloading 3+ gigs just for one planet.

Perhaps the greatest thing Space Engine can impart upon the player is the removal of the privileged standing of Earth among the cosmos. Just another planet, just another star. Ours, but still one among legion.

Solvency
Apr 28, 2008

Trade, sir! Discover it! This is you, this is a clue. Get a clue, discover trade!
Everytime I play this, I feel that there should be something that gives it more of a game feel. Like a way to mark areas as discovered and to share it with others, or just a challenge in finding particular types of planets. Even an external program that does this would be pretty sweet.

Blast of Confetti
Apr 21, 2008

by Jeffrey of YOSPOS

Solvency posted:

Everytime I play this, I feel that there should be something that gives it more of a game feel. Like a way to mark areas as discovered and to share it with others, or just a challenge in finding particular types of planets. Even an external program that does this would be pretty sweet.

The developer talked for awhile about adding space ships and objectives, but I'm honestly pretty glad he didn't. I'd rather he focused on making an awesome universe instead of cramming a bunch of gameplay in, because I guarantee that a game like X3 will have done things better.

Dr. Stab
Sep 12, 2010
👨🏻‍⚕️🩺🔪🙀😱🙀
You can save areas in the Locations menu, if that's what you're talking about. You can then copy and paste them to places to share them, eg:

code:
Place	"comet blackhole system"
{
	Body	"RS 8404-478-9-129253040-2 AC41"
	Parent	"RS 8404-478-9-129253040-2 A"
	Pos		(3.616365529671975e-006, -1.722131445516209e-006, -2.25632832390459e-006)
	Rot		(-0.2811265295931244, 0.0989724256298813, -0.8968265521255275, 0.3269166082145447)
	Date	"1973.10.18 06:02:06.96"
	Vel		8.0272461e-005
	Mode	1
}

Solvency
Apr 28, 2008

Trade, sir! Discover it! This is you, this is a clue. Get a clue, discover trade!

Dr. Stab posted:

You can save areas in the Locations menu, if that's what you're talking about. You can then copy and paste them to places to share them, eg:

Can you then import them into your game, so you can see what areas have been discovered by others?

Dr. Stab
Sep 12, 2010
👨🏻‍⚕️🩺🔪🙀😱🙀
Yep, you can copy text a code like that and just paste it right into the locations menu.
It's also all stored in config/places.cfg. So, if you want to send a friend your entire set of locations, just have them back up their own places.cfg and load up yours.

AngrySpork
Nov 9, 2003

The most powerful voice in gaming

seravid posted:

Ctrl+G will take you there; move back and forward a little if you can't see it.



Two questions regarding that picture

1) What galaxy is that, is it the Milky Way? On my computer it looks nothing like that (the colors aren't quite as blue, etc) Thats leads to the next question which is:

2) How did you get it to look so crisp? On mine, when I am close to the black hole, the stars start to look very pixelated


edit:

I was glancing over the SpaceEngine forums, but couldn't find any guides or posts on how to increase the visual quality outside of the menu. Does anyone know of any such guides?

AngrySpork fucked around with this message at 20:43 on Sep 13, 2013

seravid
Apr 21, 2010

Let me tell you of the world I used to know

AngrySpork posted:

Two questions regarding that picture

1) What galaxy is that, is it the Milky Way? On my computer it looks nothing like that (the colors aren't quite as blue, etc) Thats leads to the next question which is:

2) How did you get it to look so crisp? On mine, when I am close to the black hole, the stars start to look very pixelated


edit:

I was glancing over the SpaceEngine forums, but couldn't find any guides or posts on how to increase the visual quality outside of the menu. Does anyone know of any such guides?

It's the Small Magellanic Cloud. Plenty of galaxies in the universe, no need to stick around the ol' Milky Way.

With black holes you'll want to maintain some distance as the distortion ruins image quality.
There's no trick to make the game look better that I know of, though reducing the image's size helps hide the engine's flaws. There are some things you could do in post-process, like adding noise, mess around with curves, saturation and add a little sharpening.


A couple more shots straight out of the camera but with some tweaks in-game (star scale, brightness)

Small Magellanic Cloud


Large Magellanic Cloud


(this last one could really use more contrast and saturation)

western eyes
Nov 5, 2011

seravid posted:

With black holes you'll want to maintain some distance as the distortion ruins image quality.

I just noticed in the main.config there's a line TRBlackHoleResolution which defaults to 1024 and you can increase that presumably in multiples of 2. You probably shouldn't set it too high but 4096 seemed OK, I didn't bother going higher.

1024:


2048:


4096:

seravid
Apr 21, 2010

Let me tell you of the world I used to know

western eyes posted:

I just noticed in the main.config there's a line TRBlackHoleResolution which defaults to 1024 and you can increase that presumably in multiples of 2. You probably shouldn't set it too high but 4096 seemed OK, I didn't bother going higher.

Nice find! Not very taxing on the system either, always a good thing with this game (still don't like calling it a game).



sigher
Apr 22, 2008

My guiding Moonlight...



Space Engineer (the author) got the music player working within the game and is taking votes on what to include in the game; there's about there's about 400 MB of music to sift through and you can vote on it: http://en.spaceengine.org/forum/21-1796-1

Some shots of recent exploring:





Ben Nerevarine
Apr 14, 2006
I just did my every-6-months flyby of the Space Engine site looking for a new update and saw that the guy is running a Kickerstarter-esque crowdfunding drive complete with funding milestones (including an SDK at $150k!). I did not hesitate to support this project which has brought me an amount of joy and awe that few games ever have and I encourage any of you out there who feels this is a worthwhile endeavor to do the same.

edit: link helps http://en.spaceengine.org/index/funding_and_donations/0-26

Ben Nerevarine fucked around with this message at 23:05 on Oct 28, 2013

Fintilgin
Sep 29, 2004

Fintilgin sweeps!
And if he gets 100,000$ he's going to make it a MMORPG sandbox with:

quote:


Space combat system with realistic physics
Unlimited capabilities for players: research, building, trading, fighting
Colonizing and terraforming planets, building cities
Destruction of enemy ships, cities, and even entire planets

:raise:


Let's just hope he doesn't get that much. The 15,000$ goal sounds nice, but even the 30,000 sounds a bit ambitious for one guy.


/cynic

seravid
Apr 21, 2010

Let me tell you of the world I used to know

Fintilgin posted:

And if he gets 100,000$ he's going to make it a MMORPG sandbox with:

This is worrying. There are already games filling these niches and trying to combine multiple genres rarely (never?) works, and I'm talking more than one guy working on the thing.

What Space Engine does is already unique and needs no gimmicks, just refining.

El Grillo
Jan 3, 2008
Fun Shoe
If he released the SDK that'd be loving sweet though, I bet there's a load of stuff a more focused group of programmers could do with this work.

Furism
Feb 21, 2006

Live long and headbang

El Grillo posted:

If he released the SDK that'd be loving sweet though, I bet there's a load of stuff a more focused group of programmers could do with this work.

$150,000 is crazy though. Blocks off the whole indie ecosystem. Any company that can afford $150k on some engine can acquire the source data set and build it from scratch.

Shibawanko
Feb 13, 2013

I love the look of this game, but I guess I can forget about it with a GTX 280 right?

This should also be combined with KSP.

Sad 2 Da Bone
Feb 13, 2012

Furism posted:

$150,000 is crazy though. Blocks off the whole indie ecosystem. Any company that can afford $150k on some engine can acquire the source data set and build it from scratch.

He's not selling the engine for $150K, he'll just make an SDK if he raises $150K; I doubt that happening. Anything after $15K goal I really am not interested in at all.

Justin Tyme
Feb 22, 2011


Trying to develop an MMO at $150k from a single person is outright lunacy. How much does the server infrastructure to run an MMO even cost, let alone development. This is an awesome sandbox and he'd probably make a shitload of money if he refined it and sold it as an education tool.

JazzFlight
Apr 29, 2006

Oooooooooooh!

Shibawanko posted:

I love the look of this game, but I guess I can forget about it with a GTX 280 right?

This should also be combined with KSP.
I have a GTX 260 and it runs fine for me and I've gotten some great screenshots out of it.

Gobblecoque
Sep 6, 2011

Shibawanko posted:

I love the look of this game, but I guess I can forget about it with a GTX 280 right?

This should also be combined with KSP.

I've only ever played Space Engine with that card and it worked just fine.

Blast of Confetti
Apr 21, 2008

by Jeffrey of YOSPOS

seravid posted:

This is worrying. There are already games filling these niches and trying to combine multiple genres rarely (never?) works, and I'm talking more than one guy working on the thing.

What Space Engine does is already unique and needs no gimmicks, just refining.

He's been trying to turn Space Engine in to a space ship game since he first made it, which was a few years ago now. If he still wants to do it, it's possible nothing's going to stop him from trying at some point.

NihilVerumNisiMors
Aug 16, 2012
Protip: This game and the EvE Online soundtrack go hand in hand. :eng101:

e: Screenshots!



Found two(!) life bearing worlds somewhere near the galactic center. The blue one is an ocean planet.



STAAAAAAAARS.

NihilVerumNisiMors fucked around with this message at 16:25 on Oct 30, 2013

El Grillo
Jan 3, 2008
Fun Shoe

NihilVerumNisiMors posted:

Protip: This game and the EvE Online soundtrack go hand in hand. :eng101:

Damnit, now I want to resub to Eve for some reason :(

p.s. I wasn't suggesting above that it'd be sensible for anyone to give the guy $150k for an SDK. Just saying, it'd be loving awesome to see what people could do with it.

BastardySkull
Apr 12, 2007

Looks like someone beat this guy to making a game out of this.

https://www.youtube.com/watch?v=RNVgVl6v6YU

Similar anyway.

SplitSoul
Dec 31, 2000

BastardySkull posted:

Looks like someone beat this guy to making a game out of this.

https://www.youtube.com/watch?v=RNVgVl6v6YU

Similar anyway.

Holy poo poo. I need this, like, yesterday.

Palpek
Dec 27, 2008


Do you feel it, Zach?
My coffee warned me about it.


BastardySkull posted:

Looks like someone beat this guy to making a game out of this.
It's because that team has 300% more people working in the project! (4 people)

I can't wait to see how that one turns out but with such a small team I'm wondering if there will be much substance. I also kinda dig Space Engine's more realistic cosmos way more but I'd like to see it develop into something like that.

Drunk in Space
Dec 1, 2009
It seems like we're slowly but surely getting closer to a game that is basically Spore done right.

Hadlock
Nov 9, 2004

In another 10 years or so, we'll finally hit the singularity where we can procedurally create a universe that's indistinguishable from reality

MikeJF
Dec 20, 2003




Hadlock posted:

In another 10 years or so, we'll finally hit the singularity where we can procedurally create a universe that's indistinguishable from reality

Much as we, in fact, were created.

Hadlock
Nov 9, 2004

Honestly, seeing how "easy" it is for one man to create something like this, the idea that you would just procedurally generate things down to the subatomic level as needed, and not when not needed, it no longer seems outside the realm of possibility. Two or three centuries of procedural software development could probably create a universe much more detailed than our own (sub-sub-sub quark particles, etc)

Adbot
ADBOT LOVES YOU

BastardySkull
Apr 12, 2007

Hadlock posted:

Honestly, seeing how "easy" it is for one man to create something like this, the idea that you would just procedurally generate things down to the subatomic level as needed, and not when not needed, it no longer seems outside the realm of possibility. Two or three centuries of procedural software development could probably create a universe much more detailed than our own (sub-sub-sub quark particles, etc)

Surely you would hit a wall where you would have to use all the matter in the entire universe to simulate all the matter in a universe or some poo poo like that.

edit: like, they can't even properly simulate subatomic stuff accurately enough to truly predict that something does or doesn't exist. Even when they do physical tests they only say that something has a 'probability' of existing.

  • Locked thread