New 1.65 exe for Windows posted (experimental)
Moderators: winston, another_commander
-
- Quite Grand Sub-Admiral
- Posts: 364
- Joined: Tue Aug 17, 2004 7:05 am
- Location: Orange, NSW, Australia
New 1.65 exe for Windows posted (experimental)
I've posted a new replacement exe for 1.65 users. The details of what's in it can be found in the announcement on the berlios site.
It is half the size of the other recent replacement exes because I stripped the debugging information from all the libraries in my GCC 4.1.1 installation which saves a lot of space in the output it produces when libraries are statically linked (like the C++ runtime library).
It is half the size of the other recent replacement exes because I stripped the debugging information from all the libraries in my GCC 4.1.1 installation which saves a lot of space in the output it produces when libraries are statically linked (like the C++ runtime library).
Regards,
David Taylor.
David Taylor.
Click on the "files" tab on the Berlios site, when you are reading Dajt's message.
Anyway, good work, Dajt!
Anyway, good work, Dajt!
Author of Tales from the Frontier - official Elite 4 anthology.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Hmm...
I must admit that the planets now look pretty weird, as if they had been painted with water colours... The first version provided more "planet-like" graphics, in my opinion...
I must admit that the planets now look pretty weird, as if they had been painted with water colours... The first version provided more "planet-like" graphics, in my opinion...
Author of Tales from the Frontier - official Elite 4 anthology.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
- Selezen
- ---- E L I T E ----
- Posts: 2530
- Joined: Tue Mar 29, 2005 9:14 am
- Location: Tionisla
- Contact:
I have toi agree with Wolfwood. Although the rendering looks really good, and the clouds move independently of the surface, the colours look like an accident in a paint factory.
Sorry if that sounds overly critical. Can the clouds not be white or light grey and the surfaces have the normal water/land mix please?
Sorry if that sounds overly critical. Can the clouds not be white or light grey and the surfaces have the normal water/land mix please?
Ah, but where the inhabitants are oxygen breathers, there's bound to be water as well. So, I'd like to see more "normal" planets around.
Also, I think the resolution of the planet textures was better in the previous version. Now, as I said, the texture seems a bit "watered"...
Also, I think the resolution of the planet textures was better in the previous version. Now, as I said, the texture seems a bit "watered"...
Author of Tales from the Frontier - official Elite 4 anthology.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Did you chance it's name to oolite.exe (replacing the original) and then started it normally from the desktop shortcut.
It closes immediately, if you just try to run the .exe file itself.
It closes immediately, if you just try to run the .exe file itself.
Author of Tales from the Frontier - official Elite 4 anthology.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
-
- Quite Grand Sub-Admiral
- Posts: 364
- Joined: Tue Aug 17, 2004 7:05 am
- Location: Orange, NSW, Australia
I've posted another textured planets exe here.
This one switches back to more earth-like colours while I try to find a way to use the game generated colours better.
I've turned the brightness down a little so the planets don't look as cartoony as before.
I changed the gradients so mountains and ice show up much higher so there are less of them.
I made a change to the planet rendering code so it doesn't colour the planet and atmosphere vertexes which added too much of the system colour to them. I can play around with this and try to get some system colour but not as much as there was.
If you also set your ambient lighting down as suggested by winston, it looks pretty cool.
Next exe I'll add a planetinfo.plist entry so you can select earth colours or game colours.
The trick with the game colours is that I ask the library to create a single uniform gradient from the sea colour to the land colour. This means there isn't that much variation and you don't get recognisable features like you do with more varied gradient sets. I need to find nice ways to generate more interesting gradient sets based on the game's colour selections.
I should add some randomness into the cloud generator seeding - the weather is always the same when you go to a particular planet.
I should add in variations in the noise generators used, so we'll get some very rocky/cliffy planets, and some liquid surface planets, maybe some gas giants. This could take a while.
If you're using these exes, be on the lookout for texture problems - the planet and cloud textures probably use up a lot of memory and you might find either them or some others go missing. Let me know if you see something weird.
This one switches back to more earth-like colours while I try to find a way to use the game generated colours better.
I've turned the brightness down a little so the planets don't look as cartoony as before.
I changed the gradients so mountains and ice show up much higher so there are less of them.
I made a change to the planet rendering code so it doesn't colour the planet and atmosphere vertexes which added too much of the system colour to them. I can play around with this and try to get some system colour but not as much as there was.
If you also set your ambient lighting down as suggested by winston, it looks pretty cool.
Next exe I'll add a planetinfo.plist entry so you can select earth colours or game colours.
The trick with the game colours is that I ask the library to create a single uniform gradient from the sea colour to the land colour. This means there isn't that much variation and you don't get recognisable features like you do with more varied gradient sets. I need to find nice ways to generate more interesting gradient sets based on the game's colour selections.
I should add some randomness into the cloud generator seeding - the weather is always the same when you go to a particular planet.
I should add in variations in the noise generators used, so we'll get some very rocky/cliffy planets, and some liquid surface planets, maybe some gas giants. This could take a while.
If you're using these exes, be on the lookout for texture problems - the planet and cloud textures probably use up a lot of memory and you might find either them or some others go missing. Let me know if you see something weird.
Regards,
David Taylor.
David Taylor.
Is there a way of having a gradient for the land mass and a block colour for liquid, and then maybe having a liquid height for the water (so for a dry planet have the water level at 0% and for a water planet have the level at 100%).The trick with the game colours is that I ask the library to create a single uniform gradient from the sea colour to the land colour. This means there isn't that much variation and you don't get recognisable features like you do with more varied gradient sets. I need to find nice ways to generate more interesting gradient sets based on the game's colour selections.
So for earth the land mass gradient could be green-brown say (or if you could have three colours in the gradient green-brown-white). The sea would be blue and set the sea level to about 70% maybe, to give big expanses of water with land contenients.
This way there would be a definate difference between land and sea.