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: winston, another_commander

User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Post by Kaks »

Hi, life is being relentless atm, but I just wanted to say - in trunk you can add the main planet texture inside planetinfo.plist to override the procedural texture: if you change this bit

Code: Select all

"0 7" = // Lave
{
    // Sun settings
    corona_flare = 0.075; // from 0.0 to 1.0
    corona_hues = 1.0;    // from 0.0 to 1.0
    sun_color = blueColor; // can also be redColor, greenColor or things like sun_color=(0.45, 0.8, 1.0); for any color you may need
};
to

Code: Select all

"0 7" = // Lave
{
    texture="newtexture.png";
    // Sun settings
    corona_flare = 0.075; // from 0.0 to 1.0
    corona_hues = 1.0;    // from 0.0 to 1.0
    sun_color = blueColor; // can also be redColor, greenColor or things like sun_color=(0.45, 0.8, 1.0); for any color you may need
};
newtexture.png will always be displayed for Lave whenever you look at the F7 screen, even if you're in Diso, or Riedquat, or anywhere else for that matter!

There's also the corona_shimmer setting, accepts a number from 0.0 (corona colours change very slowly) to 1.0 (the corona is 'slightly' hyperactive... ;) )
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
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 »

Bravo Kaks! Can't wait until the creases are ironed out of the trunk and it's standard for us players!
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
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 »

Kaks wrote:
Hi, life is being relentless atm, but I just wanted to say - in trunk you can add the main planet texture inside planetinfo.plist to override the procedural texture: if you change this bit

Code: Select all

"0 7" = // Lave
{
    // Sun settings
    corona_flare = 0.075; // from 0.0 to 1.0
    corona_hues = 1.0;    // from 0.0 to 1.0
    sun_color = blueColor; // can also be redColor, greenColor or things like sun_color=(0.45, 0.8, 1.0); for any color you may need
};
to

Code: Select all

"0 7" = // Lave
{
    texture="newtexture.png";
    // Sun settings
    corona_flare = 0.075; // from 0.0 to 1.0
    corona_hues = 1.0;    // from 0.0 to 1.0
    sun_color = blueColor; // can also be redColor, greenColor or things like sun_color=(0.45, 0.8, 1.0); for any color you may need
};
newtexture.png will always be displayed for Lave whenever you look at the F7 screen, even if you're in Diso, or Riedquat, or anywhere else for that matter!

There's also the corona_shimmer setting, accepts a number from 0.0 (corona colours change very slowly) to 1.0 (the corona is 'slightly' hyperactive... ;) )
RL(tm)= The most intensive simulation you'il ever play

Wow that sounds nice :):wink:
I will try it out. I would like to say that this trunk release is indeed only for testing purposes because when I use it to play then I get sometimes weird things with wreckage!? But I thought that was already mentioned in the bug reports forum. I use this version to make Famous Planets more 1.73 ready.
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
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 »

pagroove wrote:
I would like to say that this trunk release is indeed only for testing purposes because when I use it to play then I get sometimes weird things with wreckage!? But I thought that was already mentioned in the bug reports forum. I use this version to make Famous Planets more 1.73 ready.
Just comment out the line that scales the wreckage! It's pretty stupid as the wreckage is written back to the cache in it's scaled form, which should not happen...thus if you leave that line in, you can fly a few minutes, probably not even jump, until the game will have scaled the wreckages big enough so that they kill you, even if the fight creating it was far, far away...

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 »

another_commander wrote:
pagroove wrote:
@ Another Commander
Is there a color reference table for the color numbers?
I like to make a deep red or deep orange color.
Yes, there is. Griff posted it somewhere but I can't remember where it is, so I am reuploading it:
Image

You can also launch Paint, go to Colors->Edit Colors, and click Define Custom Colors. Then you can pick any color and the RGB values will be displayed. You just divide each value by 255 to get the actual OpenGL color components in the range of 0.0 to 1.0.
Thanks for that, so you have to use all the 3 number values. to get the corresponding color.

Greetings,
P.A.G. :)
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
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6573
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

pagroove wrote:
I would like to say that this trunk release is indeed only for testing purposes because when I use it to play then I get sometimes weird things with wreckage!?
Just to clarify something here: The trunk build is not a release. The last official release is 1.72.2. Trunk changes continuously and just providing instructions on how to build does not constitute by no means a release. 1.73 is still under development.
User avatar
Micha
Commodore
Commodore
Posts: 815
Joined: Tue Sep 02, 2008 2:01 pm
Location: London, UK
Contact:

Post by Micha »

Perhaps we should add a great bit red WARNING pop-up on startup for WiP builds and/or have it in the title-bar as well?
The glass is twice as big as it needs to be.
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 »

another_commander wrote:
pagroove wrote:
I would like to say that this trunk release is indeed only for testing purposes because when I use it to play then I get sometimes weird things with wreckage!?
Just to clarify something here: The trunk build is not a release. The last official release is 1.72.2. Trunk changes continuously and just providing instructions on how to build does not constitute by no means a release. 1.73 is still under development.
I know and therefore I use it not to play. I'm on 172.2 for that. :D
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
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6573
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

Ramon's Anaconda comes next. This is a really nice vessel:
Image
The cargo doors have been blasted open. Here is a view of what's inside:
Image
And one more Anaconda cruising in space:
Image
Last edited by another_commander on Tue Apr 21, 2009 12:40 pm, edited 1 time in total.
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 »

:shock: :shock:
Attention to detail is unbelievable
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
goran
---- E L I T E ----
---- E L I T E ----
Posts: 294
Joined: Sat Feb 23, 2008 12:32 am
Location: Zagreb, Croatia
Contact:

Post by goran »

The windows on this beauty must be enormous. ;)
That white sat dish doesn't fit somehow, but everything else is great.
User avatar
ramon
---- E L I T E ----
---- E L I T E ----
Posts: 346
Joined: Thu Jun 01, 2006 2:38 pm
Location: Tavistock
Contact:

Post by ramon »

actually I've just noticed that dish should be textured. i'll check the code again.
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 »

ramon wrote:
actually I've just noticed that dish should be textured. i'll check the code again.
Given that as of now (11:10am BST 21/04/09) - we've got three broken image links in A_C's posting - there is no evidence to support this statement anyway! :wink:
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6573
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

Yes there is ;-) Reuploaded pics to a slightly more active site.
aceshigh
Competent
Competent
Posts: 50
Joined: Thu Mar 05, 2009 6:09 am
Location: Novo Hamburgo, Brazil

Post by aceshigh »

looks like its only about 20-30 meters long, due to the ENOURMOUS cockpit.

Image
Post Reply