Screenshots
Moderators: winston, another_commander
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Screenshots
Just for visualization purposes, here is a redo of the previous MorayMED shot, this time with a slightly different spec/gloss map, aimed at toning down the pitting effect a bit. How your surfaces look is up to the artist creating the materials.
And here is the side by side comparison:
And the spec/gloss maps used respectively (download from here and here to preserve the alpha channel data, links valid for one week from date of this post):
And here is the side by side comparison:
And the spec/gloss maps used respectively (download from here and here to preserve the alpha channel data, links valid for one week from date of this post):
- Redspear
- ---- E L I T E ----
- Posts: 2685
- Joined: Thu Jun 20, 2013 10:22 pm
- Location: On the moon Thought, orbiting the planet Ignorance.
Re: Screenshots
another_commander wrote: ↑Fri Mar 13, 2020 6:55 amJust for visualization purposes, here is a redo of the previous MorayMED shot, this time with a slightly different spec/gloss map, aimed at toning down the pitting effect a bit.
Slightly different?
Looks much better to me and if the artist can adjust to taste then that's great
Thanks a_c
- GearsNSuch
- Dangerous
- Posts: 76
- Joined: Wed Jul 03, 2019 10:27 am
Re: Screenshots
I was doing a test run of a new HUD / kinda just messing around in G3 on my main save. It'd been a while since I had played normally. While flying a passenger contract, I ran in to these blokes:
I haven't bothered to count, but seems like that's a whole lot of ships... Still wasn't too difficult, though.
The last three. (I thought they were all assassins, but maybe some pirates jumped in? Can assassins be offenders?)
A funny coincidence: my audio glitched out, and then the passenger said this... (second message up) Playing with the comms, indeed.
All done. Around three escaped.
Then I ran in to a SuperCobra. Now that was a tough fight. Oh, the joys of Anarchies.
Obviously, I had some OXPs installed that made it harder (Ship Configuration, Random Hits, Skilled NPCs, etc.), but I know that without the well-equipped Cobra III I have, that fight would have been a lot more difficult. While perhaps fun for someone who's been playing for a while, this is definitely not a situation you'd want to throw at someone new to the game. In this case, however, the game balanced itself very well with the contract assassins: as you accept more contracts (and presumably gain more kit and experience), the difficulty goes up. A nice little feature.
I haven't bothered to count, but seems like that's a whole lot of ships... Still wasn't too difficult, though.
The last three. (I thought they were all assassins, but maybe some pirates jumped in? Can assassins be offenders?)
A funny coincidence: my audio glitched out, and then the passenger said this... (second message up) Playing with the comms, indeed.
All done. Around three escaped.
Then I ran in to a SuperCobra. Now that was a tough fight. Oh, the joys of Anarchies.
Obviously, I had some OXPs installed that made it harder (Ship Configuration, Random Hits, Skilled NPCs, etc.), but I know that without the well-equipped Cobra III I have, that fight would have been a lot more difficult. While perhaps fun for someone who's been playing for a while, this is definitely not a situation you'd want to throw at someone new to the game. In this case, however, the game balanced itself very well with the contract assassins: as you accept more contracts (and presumably gain more kit and experience), the difficulty goes up. A nice little feature.
Last edited by GearsNSuch on Wed Mar 18, 2020 11:20 am, edited 1 time in total.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Screenshots
Tales from the spacelanes would suit. Report the post and ask a kindly moderator to move it, perhaps?GearsNSuch wrote: ↑Tue Mar 17, 2020 10:07 pmOn a side note, is there a better place to post this? It's more of a flight log...
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!
And any survivors, their debts I will certainly pay. There's always a way!
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Screenshots
As a demo of a new HUD, I think the images are fine.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Screenshots
I would agree with phkb here. GearsNSuch's post contains some nice screenshots and, as such is not out of context for this thread so I would be OK leaving it as is. @GearsNSuch, if you absolutely still want your post moved out, let me know
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Screenshots
Being in quarantine results in free time to take on some side projects. This one is for gsagostinho: Specgloss maps for the Asp and the Fer de Lance. Here we go:
The specgloss maps can be obtained from here: https://drive.google.com/file/d/1NL68hO ... sp=sharing
The specgloss maps can be obtained from here: https://drive.google.com/file/d/1NL68hO ... sp=sharing
- gsagostinho
- ---- E L I T E ----
- Posts: 573
- Joined: Sun Jul 19, 2015 1:09 pm
Re: Screenshots
These look great!! I can include them into the OXPs if you would like. Besides dropping these files in the respective texture folders, what config changes do you need to make? As for the Asp, do you need to create specgloss maps for each different livery?
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Screenshots
You can certainly include them if you want to. Apart from dropping the files in the Textures folder, you also need to add this entry in shipdata.plist, inside the materials hull section of the entries of interest:gsagostinho wrote: ↑Thu Apr 02, 2020 4:46 pmThese look great!! I can include them into the OXPs if you would like. Besides dropping these files in the respective texture folders, what config changes do you need to make? As for the Asp, do you need to create specgloss maps for each different livery?
Code: Select all
specular_map = "<name_of_specgloss_map>.png";
Code: Select all
materials =
{
"Hull" =
{
diffuse_map = "gsagostinho_ferdelance_blue.png";
normal_map = "gsagostinho_ferdelance_normal.png";
shininess = 50; // not used
gloss = 1.0;
specular_color = ( 0.26, 0.25, 0.25 ); // not used, because we are reading spec from the soecmap
emission_map = "gsagostinho_ferdelance_emission.png";
specular_map = "gsagostinho_ferdelance_specular.png";
};
};
- gsagostinho
- ---- E L I T E ----
- Posts: 573
- Joined: Sun Jul 19, 2015 1:09 pm
Re: Screenshots
Great, thank you so much. I will take a look at this as soon as I can. These last screenshots are looking really good!
- Redspear
- ---- E L I T E ----
- Posts: 2685
- Joined: Thu Jun 20, 2013 10:22 pm
- Location: On the moon Thought, orbiting the planet Ignorance.
Re: Screenshots
Reminds me of the pic from the Elite manual
Awesome stuff
- pagroove
- ---- E L I T E ----
- Posts: 3035
- Joined: Wed Feb 21, 2007 11:52 pm
- Location: On a famous planet
Re: Screenshots
Was dropping by.. The graphics are nice today in 2020 in Oolite. I am lost entirely in No Mans Sky these days but still drop by to see the advances in Oolite on a half year bases. Yeah I know thats not high frequency. Hope you all doing well. I even played Oolite some time ago. It still is THE best Elite clone.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
https://bb.oolite.space/viewtopic.php?f=4&t=13709
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
https://bb.oolite.space/viewtopic.php?f=4&t=13709
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Screenshots
Hi pagroove! Nice to see you around again.
- Redspear
- ---- E L I T E ----
- Posts: 2685
- Joined: Thu Jun 20, 2013 10:22 pm
- Location: On the moon Thought, orbiting the planet Ignorance.
Re: Screenshots
+1
Still use some of your music in the game on occasion