PDA

View Full Version : Ships in Danger from the Deep


AG124
02-06-07, 09:41 PM
In case anyone is curious about the open-source subsim Danger from the Deep, here are some screenshots of some of the ships contained therein (with a shot for each skin as well):

North Sands Class Freighter [Variant 1]:

http://img186.imageshack.us/img186/2889/ns01tk9.png

http://img186.imageshack.us/img186/5731/ns02fi4.png

http://img186.imageshack.us/img186/1729/ns03uk0.png

http://img186.imageshack.us/img186/8908/ns04ue9.png

North Sands Class Freighter [Variant 2]:

http://img267.imageshack.us/img267/6619/northsands1me7.jpg

http://img267.imageshack.us/img267/4140/ns202qv0.png

http://img267.imageshack.us/img267/4286/ns203yj8.png

http://img187.imageshack.us/img187/6403/ns204og8.png

http://img187.imageshack.us/img187/2250/ns205yl2.png

North Sands Class Freighter [Variant 3]:

http://img165.imageshack.us/img165/2696/northsands2ki0.jpg

http://img165.imageshack.us/img165/7341/ns302jh5.png

http://img165.imageshack.us/img165/4876/ns303lr4.png

More to come soon...

AG124
02-06-07, 09:47 PM
More pictures:

North Sands Class Freighter (CAM Ship Variant):

http://img250.imageshack.us/img250/3190/northsands3dl8.jpg

Medium Merchant:

http://img185.imageshack.us/img185/8633/mf01ed8.png

Kennebec Class Tanker:

http://img250.imageshack.us/img250/9448/k01ui4.png

http://img250.imageshack.us/img250/8153/k02jq0.png

http://img250.imageshack.us/img250/6040/k03wb6.png

Tribal Class Destroyer:

http://img387.imageshack.us/img387/8277/01pu8.png

Flower Class Corvette [Variant 1]:

http://img387.imageshack.us/img387/8692/f01mw0.png

http://img255.imageshack.us/img255/7030/f02gf6.png

http://img255.imageshack.us/img255/6253/f03jx4.png

http://img255.imageshack.us/img255/2961/f04wi4.png

AG124
02-06-07, 09:54 PM
And yet, even more...

Flower Class Corvette [Variant 2]:

http://img513.imageshack.us/img513/1642/fv01kl8.png

http://img513.imageshack.us/img513/8798/fv02bc1.png

http://img513.imageshack.us/img513/5976/fv03og5.png

Flower Class Corvette [Variant 3]:

http://img122.imageshack.us/img122/9537/fvv01hc3.png

http://img122.imageshack.us/img122/5716/fvv02zd9.png

http://img122.imageshack.us/img122/92/fvv03rc6.png

http://img122.imageshack.us/img122/8114/fvv04cg9.png

http://img401.imageshack.us/img401/4391/fvv05vr1.png

Tomorrow, I will post some pictures of the three Liberty Ship variants in DftD, as well as the Type VII U-Boat from the game.

sergbuto
02-10-07, 05:16 AM
Are these screenies from the game itself or you are using other software to look at 3D models of the ships?

AG124
02-10-07, 10:31 AM
These are screenshots from the 'vehicle preview' (i.e. museum). BTW - I still haven't posted those other ones yet.:doh:

GlobalExplorer
03-31-07, 02:30 PM
Very nice! Do you already have a coder for the campaign engine? I am not saying I would like to do it, but it is interesting!

iambecomelife
04-02-07, 09:46 PM
Wow - these models are excellent, and in some respects they are better than the SH4 ships - namely, the lettering and hull text. I love that "American Export" skin - who created it? Another interesting feature is the personalized funnel logo on that Flower Class Corvette; funnel and gunshield logos were one way to tell the different escorts apart.

Letum
04-02-07, 10:49 PM
D/D is the most impressive open source game I know of.

Etienne
04-21-07, 08:04 AM
Just a quick comment...

As far as I know, cargo derricks are topped or lowered down and lashed before the ship proceed to sea. All of your ships have their booms in a "working" condition.... Meaning they'd sway around and whack into stuff in a seaway.

But then, every sub game I've seen had the same set up, so it's no big deal.

rconstruct
05-01-07, 08:06 PM
As far as I know, cargo derricks are topped or lowered down and lashed before the ship proceed to sea. All of your ships have their booms in a "working" condition.... Meaning they'd sway around and whack into stuff in a seaway.
:ahem:
i thought about that, i honestly did, but the models looked so much better with the derricks in different positions. In any case, we just added transformations support for the models. Altough in-game you don't see any changes yet, the models, most of them (but not all) were already updated with this information, so that you can have rotating propellers, rudders, turrets, elevating guns in turrets, etc... it would be trivial to add support for rotating derricks, altough it would be far trickier for the game to know when to rotate them (when in a base/port, but easier said than done :)), but you're absolutely right, still don't know if i should fix this, i'll have to check some things later, but atm, i'll leave it as it is, but once again, you're absolutely right, and i feel a bit embarrassed that someone noticed eheheheh

The Tribal class destroyer had some issues, and basically work had to be, not restarted, but almost, on this model. The good news is that the new one, has a far better structure, which mean that should be trivial to make all the different versions (and skins ;))
More models... Type IIA, IIB, IIC, and IID uboats were added, together with skins for each type.
Work is underway in physics (boyancy/damage calculation), and sonar code (in fact, wave/signal processing, so it will apply to sonar and radar). As you can imagine, both these areas are heavy in math&physics, but it'll be done.
As a bonus, you'll have a realistic sonar & radar behaviour, which means you actually have to learn how to operate the devices, but hey, we all like realism :)
As for physics (boyancy mainly), it will take a bit more time, but as a bonus, the player will have full boyancy control, meaning torpedo trim tanks, ballasts, etc... player will be responsible to balance the ship after firing torpedos, keep an eye on torpedos and fuel load (ex: if you didn't fired any torpedos in the type IX, and spent all the fuel, you would sink (fuel = lesser density than water = positive boyancy))...
Another note, code is now multithreaded, sound has its own thread, and sound code was updated too.
So, altough we've been very silent, we've also been busy working on dangerdeep ;)
Just thought i should post a small update status here. I'll post here again as soon as we're close to a release, or when a release is ready ;)
Stay tuned

P.S.: i forgot, new captain's cabin screen, and ship log, altough ship log still needs some tweaking, and the captain cabin's subscreens still need to be added (in-game help, ship recognition manual, career info, etc...)

P.P.S.: the one i'm more proud of is the CAM ship, you can even notice the 12.7mm "burn" marks in the wings, on the Hawker Sea Hurricane (and there will be another CAM ship, based on the Empire class freighter, but later)

iambecomelife
05-09-07, 10:01 PM
I've been fooling around with the stock SH3 ships for some time and I agree that placing derricks in varied positions makes the models more interesting. It might not be totally ahistorical, either. I remember seeing a pic of a freighter torpedoed on the high seas circa 1940 that had its derricks partially extended. In photographs of late war merchants that tended to carry more deck cargo, you're likely to see the derricks fully upright.

Onkel Neal
06-21-07, 05:18 AM
Good