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

Griff's normalmapped ship remakes

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

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 »

hi bigmike20vt
no they don't really fit in with these ships so i don't think i'll include them, the come from an early attempt at re-doing the ship set before Ramon posted a sneak peak of his Anaconda remake and showed us all how it should be done (the secret is - the original designs are beautiful as they are) as you've pointed out the griff krait and boa as just too different, they've lost the original design :D
bigmike20vt
Dangerous
Dangerous
Posts: 83
Joined: Wed Jan 06, 2010 11:24 pm

.

Post by bigmike20vt »

cool, so then we could have griffs originals oxp pack

and then griffs "specials" oxp

<if you are game ;) >

once again, good job!.
Fiat Coupe, helping motorists break the speed limit since 1993.
User avatar
ADCK
---- E L I T E ----
---- E L I T E ----
Posts: 771
Joined: Thu Dec 24, 2009 12:30 am
Location: Sydney
Contact:

Post by ADCK »

Actually, I'm curious about what Griff plans to do after he finally completes all his ships? You going to do all the other versions of Elites ships? Like bushmaster, and other older ships from EliteA etc?

Or even Frontier/FFE ships?

...

Or does Griff completing the whole set or the original ships herald the coming of the apocalypse because only by making a deal with the devil was he able to produce such awesome ships? O_o

:P
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 »

it wasn't so much a deal with the devil, more of a deal with the devs! :D It's only because of the OpenGL awesomeness they've added to the game plus all of Ahrumans example shaders and help that i've been able to do any of this.

After finishing the shipset i probably won't do another one, :) not for ages and ages anyway, i'll more than likely just hang around chipping in graphics and ships for whatever crazy new OXP idea someone has on the forum.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Post by Diziet Sma »

Griff wrote:
well, it's safe to say i won't be winning any prizes for my screen shot skills (i've no idea how a_c takes such amazing shots, as soon as i turn off the hud to take the pic i fly past the object or i hear it bounce off the hull :D )
I'm pretty sure a_c gets his shots by using the bullet-time feature (commonly known as Time Acceleration Factor) to slow Oolite down to 16x slower than real-time.. that ought to give you all the time you need.. 8)
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6574
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

OK, tutorial time.
Here are the tricks of the screenshot trade, free of charge because you are all great guys and gals ;-)

0. Make sure that the OXPs System Redux and Debug are installed. Lately I shoot without SR, because I find I quite like the procedural planets, but still it's a good idea to have it, because of the moons it creates etc. and it looks cool anyway.
1. Assign specific roles to the ships that I want in the screenshot by editing their shipdata.plist.
2. Find systems in the eight galaxies which have nice default light and star color / quantity settings. My favorite one is Edrebi, a little anarchy in G5. This system just begs for screens. Birera in G3 is a very beautiful one too, with a blue tint in its stars, looks like a movie of sorts. There are plenty out there to choose from.
3. Increase star_multiplier_count and nebula_multiplier_count to populate the system with some nebulae and loads of stars. The last batches of screenshots I did have been made with star_count_multiplier = 20 and nebula_count_multiplier = 2.
4. Launch debug console.
5. Launch Oolite. Set shaders to full, if supported. Load up a save game in one of the prettified systems.
6. Go spaceborne and find a place that looks good enough as environment for a shot.
7. Spawn the ships you want to display. I use the built-in macro :spawn shipRole, where shipRole is the specific role from step 1, or a self-made macro called :sp5near shipRole, which spawns 5 ships of the selected shipRole very close to the player. :sp5near is defined as

Code: Select all

"sp5near"	= "system.legacy_addShipsAtPrecisely(PARAM, 5, 'abs', [player.ship.position.x, player.ship.position.y, player.ship.position.z+5])";
And now the fun starts.
8. Target the ships you need to take pics of and execute the magic console command:

Code: Select all

player.ship.target.setAI("dumbAI.plist")
This will stop the target ship and set it to rotate. Now you can approach it to a comfortable distance for a shot.
9. Now it would be a good time to switch off the hud. Pause and press "O".
10. Once happy with the scene, watch a bit the rotating ship and pick the moment that you will take the shot. Use TAF when the right moment approaches, but make sure to switch off the FPS display before the shot.
11. Start pressing '*' rapidly a bit earlier than the actual desired moment of shot. Normally I save three or four pics for one scene. This ensures that you have grabbed the right moment in time and sometimes you find that one of the "other" shots is actually better for what you want to show.


*Advanced Tip* :idea:

12. If I really want to get funky with it, I spawn a Coriolis somewhere in the distance, target it and have the ship.target.explode() command ready at the console. Just before taking the shot, I detonate the Coriolis and start screenshooting like mad. This creates explosions that last long enough to be able to have at least one good shot in the batch. This is how the Cobra-Explosions-Moon shot was taken. BTW, the system in that shot is Birera and the Griff Cobra is a self-made external view, which I call 'Cinematic'. The definition for this view in case anyone would like to toy with it is

Code: Select all

{
	view_description = "Cinematic View";
	view_orientation = "0.0 0.35 1.0 0.05";
	view_position = "-10.0 10.0 150.0";
	weapon_facing = "FORWARD";
}
Easy, no? It is actually much simpler than it looks. Come on, have a go, you know you want to.

Oh, and before I forget, taking screenshots doesn't always have to be complicated. Sometimes it's as simple as taking a single shot while flying in space, no director's set or anything. It still looks good ;-)
Last edited by another_commander on Thu Feb 18, 2010 6:36 pm, edited 2 times in total.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16073
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Post by Cody »

Brilliant a_c... I'll be saving that for posterity. Thanks!
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!
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 »

Image
I've been busy tidying up the thargoid shader, i managed to get the effects maps mixed up and accidentally used the laser glow map for the 'aargh i'm dying' effect map, looks quite neat but might send us all into seizures if i added it into the oxp so i made a small mov instead, make youself a nice cup of tea and have a view - warning - gets really strobey!!
http://www.box.net/shared/8xyvy8bn5c
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

Post by Commander McLane »

Edmund
Above Average
Above Average
Posts: 24
Joined: Mon Oct 26, 2009 11:36 am

Post by Edmund »

Image


TRONtastic!!!!
_________________________

Loving my Cobra since 1985
User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Post by Svengali »

Griff wrote:
I've been busy tidying up the thargoid shader, i managed to get the effects maps mixed up and accidentally used the laser glow map for the 'aargh i'm dying' effect map, looks quite neat but might send us all into seizures if i added it into the oxp so i made a small mov instead, make youself a nice cup of tea and have a view - warning - gets really strobey!!
http://www.box.net/shared/8xyvy8bn5c
Hehe, nice one, Griff!
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 »

coooool
User avatar
JazHaz
---- E L I T E ----
---- E L I T E ----
Posts: 2991
Joined: Tue Sep 22, 2009 11:07 am
Location: Enfield, Middlesex
Contact:

Post by JazHaz »

Griff wrote:
Image
Who's this handsome devil?
That's odd, isn't the decal flipped horizontally from the one you use on the forum?
Last edited by JazHaz on Tue Feb 23, 2010 4:34 pm, edited 1 time in total.
JazHaz

Gimi wrote:
drew wrote:
£4,500 though! :shock: <Faints>
Cheers,
Drew.
Maybe you could start a Kickstarter Campaign to found your £4500 pledge. 8)
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!
User avatar
JazHaz
---- E L I T E ----
---- E L I T E ----
Posts: 2991
Joined: Tue Sep 22, 2009 11:07 am
Location: Enfield, Middlesex
Contact:

Post by JazHaz »

Now that Winston has re-enabled file uploads on the Wiki, I have uploaded all the Griff ships (as found on page 1 of this thread).

View all the latest images here: http://wiki.alioth.net/index.php/Special:NewFiles

Thinking maybe we can use this images on Ship Data screens on the wiki in replacement of the old ones?
JazHaz

Gimi wrote:
drew wrote:
£4,500 though! :shock: <Faints>
Cheers,
Drew.
Maybe you could start a Kickstarter Campaign to found your £4500 pledge. 8)
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!
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 »

JazHaz wrote:
That's odd, isn't the decal flipped horizontally from the one you use on the forum?
yes, good spot! i haven't checked out the shader in game yet, that's a screen grab from inside AMD's rendermonkey program where it think i've set the scene up with the wrong type of model coords resulting in the mirrored texture flip
Post Reply