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

RFC: Fancy classics

General discussion for players of Oolite.

Moderators: winston, another_commander

Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Post by Screet »

Simon B wrote:
Then I realised that a military missile battery made more sense.

Maybe there could be a missile that hunts for a new target if it loses the first one?
That's what the military missiles do ;)

Once I had a ship fire some at me - and I don't remember wether I used ECM or cloak, but the missile thus went for the highest bounty target - which was the launching ship :twisted:

Screet
ovvldc
---- E L I T E ----
---- E L I T E ----
Posts: 344
Joined: Sat Apr 02, 2005 9:32 am
Location: Netherlands

Post by ovvldc »

Simon B wrote:
... here's the missile mounted under the wings of a sidewinder.
Looks nice. A bit threatening, but that is the point, I suppose.
Simon B wrote:
It does not matter if the missile is flourescent orange - you can track it in the IFF and the exhaust plume is a bit of a giveaway anyway. Have you ever seen a missile in flight in the game?
Very, very briefly..
Simon B wrote:
The missile gets grimy from excess fonhandling - aint you glad you asked?
No. Not really.. :D
Simon B wrote:
Whatever - everyone ends up like this:
Image
... a lump of twisted hullmetal.
I prefer the really grimy version of that one. After all, that bit got terribly abused.. I suppose Griff's hot metal pieces didn't work for you then. Oh well, I am sure he has ideas for those..

Best wishes,
Oscar
User avatar
Micha
Commodore
Commodore
Posts: 815
Joined: Tue Sep 02, 2008 2:01 pm
Location: London, UK
Contact:

Post by Micha »

TBH, while they look gorgeous 'on paper', I'm not a fan of the grimy dark textures. Ok, +++ for 'realism', but --- for fun in the game. I ask myself what the point is in playing a game where everything is almost invisible?

Not that it matters me - I increase the lighting in my custom-built version of Oolite so I can see stuff :) Although I'm starting to suspect it's partially due to the rather ancient CRT I play on, as the same scene on the laptop is somewhat brighter.
The glass is twice as big as it needs to be.
Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Post by Screet »

Micha wrote:
Not that it matters me - I increase the lighting in my custom-built version of Oolite so I can see stuff :) Although I'm starting to suspect it's partially due to the rather ancient CRT I play on, as the same scene on the laptop is somewhat brighter.
Try to adjust your gamma correction in the graphics driver! That did wonders for me while I did use a CRT. I've had that same issue with several 3D games on the CRT...but with a TFT it's massively different. I typically run mine in the range of 0 to 30 percent brightness and don't need gamma adjustment anymore :D

Screet
User avatar
pagroove
---- E L I T E ----
---- E L I T E ----
Posts: 3035
Joined: Wed Feb 21, 2007 11:52 pm
Location: On a famous planet

Post by pagroove »

Simon,

I love the torpedo's on the last page. I can imagine a light flips on when fired indicating 'armed'. Nice
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
Image
https://bb.oolite.space/viewtopic.php?f=4&t=13709
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

Can I just clarify that in Oolite standard missiles are actually "hitiles" - they must actually hit you to cause any damage - is this not the case?

I'm not being pedantic but there is a difference and the ability to inflict damage upon a target are quite different.
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
Cmd. Cheyd
---- E L I T E ----
---- E L I T E ----
Posts: 934
Joined: Tue Dec 16, 2008 2:52 pm
Location: Deep Horizon Industries Manufacturing & Research Site somewhere in G8...

Post by Cmd. Cheyd »

Couple of things:
I like the new missile design with the Blue on it. And yes, I have seen missiles in-flight in-game.

I recently purchased a Boa Class Cruise with Neolite / Neo-Companion installed, and the forward view is about 2/3rds obstructed on the top by the hull of the BCC. Literally, it comes far enough down to cover the target recticle completely. Is there an update?
User avatar
Simon B
---- E L I T E ----
---- E L I T E ----
Posts: 836
Joined: Thu Oct 23, 2008 5:54 am
Location: Red Beach NZ
Contact:

Post by Simon B »

Cmd. Cheyd wrote:
I recently purchased a Boa Class Cruise with Neolite / Neo-Companion installed, and the forward view is about 2/3rds obstructed on the top by the hull of the BCC. Literally, it comes far enough down to cover the target recticle completely. Is there an update?
... I'm glad you asked...

The boa class cruiser needs a number of modifications.
Open the shipdata.plist in a text editor.
Find the entry headed "boa-mk2-player" and "boa-mk2"

The following view_position lines (in the player entry) need to replace the existing ones:

Code: Select all

		view_position_aft = "0.0 16.0 -41.0";
		view_position_forward = "0.0 12.0 16.0";
(The entries are in alphabetical order so they are easy to find.)

To fix the specular, so that the skiff is as shiney as the rest of the hull, find the "shaders =" block in both the entries - it looks like this:

Code: Select all

		shaders =
		{
			"boa2-neolite-default.png" =
			{
				"vertex_shader" = "neolite-std.vs";
				"fragment_shader" = "neolite-std.fs";
				textures =
				(
                        [...snip...]
				uHullHeatLevel= "hullHeatLevel";
				};
			};
                >>>---> Insert new code here <---<<<
		}; 
It needs another entry for the skiff. Put it in place of the "insert new code here" bit (JIC).

Code: Select all

			"boa2-skiff-neolite-default.png" =
			{
				"vertex_shader" = "neolite-std.vs";
				"fragment_shader" = "neolite-std.fs";
				textures =
				(
					"boa2-skiff-neolite-default.png",
					"boa2-skiff-neolite-effectsmap.png",
					"boa2-skiff-neolite-normalmap.png"
				);
				uniforms =
				{
					uColourMap = { type = texture; value = 0; };
					uFXMap = { type = texture; value = 1; };
					uNormalMap = { type = texture; value = 2; };
					SpecularRGB = { type = vector; value = "1.0 0.7 0.5 1.0";};
					uTime = "universalTime";
					uEngineLevel = "speedFactor";
					uHullHeatLevel= "hullHeatLevel";
				};
			};

Should look like this:
Image
I'll have the oxp edition corrected by tonight.
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
User avatar
Simon B
---- E L I T E ----
---- E L I T E ----
Posts: 836
Joined: Thu Oct 23, 2008 5:54 am
Location: Red Beach NZ
Contact:

Post by Simon B »

ovvldc wrote:
I prefer the really grimy version of that one. After all, that bit got terribly abused.. I suppose Griff's hot metal pieces didn't work for you then. Oh well, I am sure he has ideas for those..
Best wishes,
Oscar[/quote]
Presumably you mean these:
Image


... they go a bit far on the exciting detail - anyway, they show up my lack of skill ;)

Image

I could have fun applying those shaders to this model though. Especially the discard command... I've been looking for a cheap way to put a hole in the shot-up metal.

It may also be a future project to use the scripts on models which look-like bits of neolite ships. A twisted bit of grill for eg. Maybe the odd bit of big wreckage could be scripted unique to a ship type so you get bits of anaconda when an anaconda blows up?

I suppose I could add a space-suited figure to the debris which, when scooped, registers as food and textiles?
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
User avatar
Thargoid
Thargoid
Thargoid
Posts: 5525
Joined: Thu Jun 12, 2008 6:55 pm

Post by Thargoid »

DaddyHoggy wrote:
Can I just clarify that in Oolite standard missiles are actually "hitiles" - they must actually hit you to cause any damage - is this not the case?

I'm not being pedantic but there is a difference and the ability to inflict damage upon a target are quite different.
They need to come within 25m, so they're nearmissiles ;)
User avatar
Simon B
---- E L I T E ----
---- E L I T E ----
Posts: 836
Joined: Thu Oct 23, 2008 5:54 am
Location: Red Beach NZ
Contact:

Post by Simon B »

I've been doing some tweaking:
Image
... banner :D

Images are full - if this causes problems I'll edit for thumbs.

Anaconda - with mood lighting:
Image
... the hull floods (big yellow bits) need to be less obviously painted on.

I'll get rid of the yellow - leaving one bright line at the top of the grooves, and a light glow where the light touches the hull.

Unfortunately, I didn't keep the layers so I have to redo from scratch. I did manage to get the normalmap to behave itself. As Griff comments - the issues occur when the map crosses the x-z plane (of the model). This means I need to make two normalmaps for the ship, one with x axis reversed, then cut and paste the appropriate bits.

Image
... excessive normalmapping for the Ghavial. I decided to see what the croc skin looked like in 3D. What I need now is to put the decals only on the raised bits. Interestingly, this model did not have the x-z plane problems.

Image
... Moray MED on a mission. In the background is the iso station sporting the Alien Hull skin. I have considered cutting the lines deeper so they show up at greater distances.

Image
... Gecko sporting under-wing missiles.

Image
... Sidewinder X loaded for bear.
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
ovvldc
---- E L I T E ----
---- E L I T E ----
Posts: 344
Joined: Sat Apr 02, 2005 9:32 am
Location: Netherlands

Post by ovvldc »

Simon B wrote:
Presumably you mean these:
Image
No, I meant these:
Image

But they might be a bit small.

Best wishes,
Oscar
User avatar
Simon B
---- E L I T E ----
---- E L I T E ----
Posts: 836
Joined: Thu Oct 23, 2008 5:54 am
Location: Red Beach NZ
Contact:

Post by Simon B »

ovvldc wrote:
Simon B wrote:
Presumably you mean these:
No, I meant these:
[/url]

But they might be a bit small.

Best wishes,
Oscar
But... they're in the same set...
Simon Bridge
[re2dux] [neolite]
"Everything is perfect down to every last flaw..."
HBT: The Book of Verse - Principia Discordia
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

Post by Griff »

:oops: i forgot to put that fridge in the oxp, i think i meant to go back and swap the childs drawing on the front door, it's a bit twisted and sad to have human stick figures, maybe it would be funny with octopus aliens or something?
excellent preview shots above simon, it's looking really really lovely!
Last edited by Griff on Mon Apr 27, 2009 9:50 am, edited 1 time in total.
Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Post by Screet »

Griff wrote:
:oops: i forgot to put that fridge in the oxp, i think i meant to go back and swap the childs drawing on the front door, it's a bit twisted and sad to have human stick figures, maybe it would be funny with octopus aliens or something?
Laser Fried Trumbles!!! ;)

Screet
Post Reply