Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Screenshots

General discussion for players of Oolite.

Moderators: another_commander, winston

another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Nite Owl wrote: Thu Sep 27, 2018 3:54 pm
Just out of curiosity, is there a way in a nightly release to turn off the "Development version [numbers]" thing in the upper right corner? Really is an immersion killer for me, not to mention interfering with the MFD in the same location.
Only with a hex editor. Load up the executable and search for the string "Development version". You will have two hits and you should concentrate on the second one. In the hex editor, replace the entire version string with spaces (hex 0x20) and you are set.

We deliberately have the version string always enabled on nightlies for easier debug and tracking purposes.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Image
User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Re: Screenshots

Post by Svengali »

@a_c: WOW! It really shows - once again - the quality of Griffs models and textures.

Image
I guess I've found my target .-)
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Fer-de-Lance
Image
Image
Image
User avatar
Getafix
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 979
Joined: Tue Apr 01, 2008 12:55 pm
Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
Contact:

Re: Screenshots

Post by Getafix »

Me like! (slobbering)
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
User avatar
Nite Owl
---- E L I T E ----
---- E L I T E ----
Posts: 524
Joined: Sat Jan 20, 2018 4:08 pm
Location: In The Dark

Re: Screenshots

Post by Nite Owl »

Looking great another_commander.

Out of curiosity once again, with these screenshots you have been posting with the new Improved Lighting, Materials, and Shader System are the images still being taken with Reshade in use or has the new stuff gone beyond the need to use Reshade?
Humor is the second most subjective thing on the planet

Brevity is the soul of wit and vulgarity is wit's downfall

Good Night and Good Luck - Read You Soon
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Nite Owl wrote: Tue Oct 02, 2018 4:33 pm
Out of curiosity once again, with these screenshots you have been posting with the new Improved Lighting, Materials, and Shader System are the images still being taken with Reshade in use or has the new stuff gone beyond the need to use Reshade?
Ah yes, good question. So, to make this clear, I have not used Reshade since the introduction of the new lighting system in any screenshot and at any time during my testing gameplay sessions. I think I don't really need it anymore. ;-)

What I do with those shots is experiment with setting up various materials for core or OXP ships that use the new shader system and grab any result that looks interesting. For example, in the last few gsagostinho's Fer-de-Lance shots, the material used for the ship is set up like this:

Code: Select all

materials = 
{ 
	"Hull" = 
	{ 
		diffuse_map = "gsagostinho_ferdelance_red.png"; 
		normal_map = "gsagostinho_ferdelance_normal.png";
		shininess = 50;
		gloss = 0.7;
		specular_color = ( 0.26, 0.25, 0.25 );
		emission_map = "gsagostinho_ferdelance_emission.png";
	}; 
};
Comparison of the same ship, with material differing only at specularity. Second ship has specular_color at (0.96, 0.95, 0.95) all else is the same:
Image
Image
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Image
Image
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16065
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Screenshots

Post by Cody »

Image
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Image
Image
User avatar
gsagostinho
---- E L I T E ----
---- E L I T E ----
Posts: 573
Joined: Sun Jul 19, 2015 1:09 pm

Re: Screenshots

Post by gsagostinho »

This is how the System Features: Rings OXP is looking like now that shaders are supporting alpha channel manipulations:

Image

Image

Image

Image

Image
User avatar
Griff
Oolite 2 Art Director
Oolite 2 Art Director
Posts: 2479
Joined: Fri Jul 14, 2006 12:29 pm
Location: Probably hugging his Air Fryer

Re: Screenshots

Post by Griff »

stunning screenshots! the alpha tranparency in the rings/visual effects shader is gorgeous, massive well done to everyone involved in the coding and oxp work

i'm not clued up on oolites visual effects system but could this be used to put a semi tranparent polygon in the station docking bay to simulate some sort of energy barrier? if i remember correctly, in the 8bit elites the manual mentions the pattern drawn when docking was to show the 'break pattern' as the ship passes through
User avatar
cbr
---- E L I T E ----
---- E L I T E ----
Posts: 1390
Joined: Thu Aug 27, 2015 4:24 pm

Re: Screenshots

Post by cbr »

hooray, happy ring's day to everyone!

very very nice screenshots ( and i was wondering about reshade too :wink: )
User avatar
Mauiby de Fug
---- E L I T E ----
---- E L I T E ----
Posts: 847
Joined: Tue Sep 07, 2010 2:23 pm

Re: Screenshots

Post by Mauiby de Fug »

Nice! Does this mean that blending is only available for visual effects? And that they are drawn after all of the other, usual, 'solid' entities?

I may have to start tinkering about!
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6560
Joined: Wed Feb 28, 2007 7:54 am

Re: Screenshots

Post by another_commander »

Mauiby de Fug wrote: Sun Oct 07, 2018 7:42 pm
Nice! Does this mean that blending is only available for visual effects? And that they are drawn after all of the other, usual, 'solid' entities?
Yes, at the moment blending is deliberately limited to visual effects only. These are drawn during the opaque rendering pass, by momentarily tricking the system and switching blending on for just about the time needed to complete rendering the visual effect mesh and switching it off again to continue with the next object in the opaque pass list.

With a slight modification in the shaders of Norby's telescope, we can achieve something like this:
Image
Post Reply