New DirectX9 DM clone - entombed

Lesser known clone projects or isolated news items about rare or unusual clones.
Forum rules
Please read the Forum rules and policies before posting.
Post Reply
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

New DirectX9 DM clone - entombed

Post by DSE »

If anyone is interested, I have started a new project called entombed based on dungeon master. I have only been writing it for the last 2 months, at the same time I have been trying to learn direct x9. It currently uses pixel shaders/vertex shaders for real time lighting through the programmable graphics pipeline.

However, I am in desperate need of help creating 3D meshes, any help is very welcome ... ta.

You can see the current state of play at - www.entombed.co.uk

Thanks.
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post by linflas »

oh my god ! :shock: this is damn' beautiful ! i'm really impressed
i'm not a 3D graphist but i'd really like to see this project finished !

woah :D
User avatar
MadMunky
Adept
Posts: 212
Joined: Mon Sep 27, 1999 3:06 pm
Contact:

Post by MadMunky »

Looks very nice, Love the lighting and are you using bump mapping?
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Lighting

Post by DSE »

The lighting is per pixel with layered fog. The walls have varying levels of specular highlights (levels of shininess) and are bump mapped using DOT3 textures. All the lights are calculated in real time, most of them are swinging gently which really makes a difference visually.

Do you know anyone who is capable of doing some 2D portraits for me. At the moment I am using the baldurs gate ones, which isnt strictly legal.

Thanks a lot for your responses ( :D ), spread the word ( :D ).

Thanks once again.
User avatar
andyboy_uk
On Master
Posts: 647
Joined: Thu Feb 20, 2003 1:51 am
Location: London, UK

Post by andyboy_uk »

Need a tester? :)

Looks fantastic, what are you writing it in?
Regards,

Andy
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Its a bit early ...

Post by DSE »

I will need testers ... but not just yet mate :lol: .

Its written using vb.NET with managed DirectX9. i have created a fully event driven engine so you can chain as many events together as you like, for example - press button, 3 doors open and 2 pits close, and 12 creatures are spawned ... etc

I have only been developing it for a couple of months so hopefully I will need testers in about 3-6 months. Keep checking back to the site for further info.

Thanks :D .
User avatar
Gambit37
Should eat more pies
Posts: 13714
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Post by Gambit37 »

Whoa -- now that's what I call atmospheric! You're making good progress for only 2 months!

Poeple round here will know I'm constructively cricitcal ( ;) ), so here's a few initial suggestions (though I'm sure you'd tweak all this anyway):

1) Stone walls wouldn't be shiny like that unless they are wet.
2) The bump mapping looks a bit unreal, far too uniform- it's not quite right and shows the texture to be nothing more than a flat image with a bump map. This will probably need some tweaking.

Is this going to be using step movemnt like DM, ie, you can only move from tile to tile, or is it free movement like Half Life or Unreal?

What 3D meshes will you be supporting?

I've added your website to the Quicklinks bar at the top of these forums, and associated your guest posts with your new ID.
Last edited by Gambit37 on Sat Mar 20, 2004 1:18 pm, edited 2 times in total.
User avatar
andyboy_uk
On Master
Posts: 647
Joined: Thu Feb 20, 2003 1:51 am
Location: London, UK

Post by andyboy_uk »

:D Massive grins :)

I do c#.net / vb.net coding as well. Just curious, do you use a 3rd party wrapper class for the DirectX or did you write your own? or are you doing it all directly?

I havent played much with the Managed DirectX stuff yet but I would love to give it a proper bash at some point.
Regards,

Andy
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

thanks for your thoughts ...

Post by DSE »

the walls are supposed to be damp :D , I was actually inspired by visiting some vaults in Edinburgh where the walls looked grimey and damp. I agree the bump mapping needs a little more work. I am currently working on skinning creatures, so I will get round to it eventually.

I am going for the traditional tile movement like DM, possibly with look up and down (dont know whether it will suit the game).

I am currently looking for Max 3 or 3DS files of armour and creatures with animation.
User avatar
Gambit37
Should eat more pies
Posts: 13714
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Post by Gambit37 »

Cool, it sounds like this could be a really good DM game! Welcome to the forums by the way! Always good to have another fan on board! ;)
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

vb.net Engine

Post by DSE »

I have created my own directX engine called (working title so dont laugh)
Forge. It currently handles/wraps -

fixed function pipeline - Fog, etc
Programmable pipeline - pixel/vertex shaders
directinput events posted to host
event driven engine for controlling environment and user interaction

Working on

Refraction Pixel shader for water/teleport effect
Sound encapsulation (directsound wrapper)
Creature skinning and animation
Multiplayer (directplay wrapper)

Managed DirectX9 is the bollocks ... I am not a game developer so if I can do it, you can too.
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post by linflas »

2D portraits ? i can do that : what size ? # of colors ?
User avatar
andyboy_uk
On Master
Posts: 647
Joined: Thu Feb 20, 2003 1:51 am
Location: London, UK

Post by andyboy_uk »

Indeedy, can you reccomend any good tutorials for C# DirectX
Regards,

Andy
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

c# directx9

Post by DSE »

I started on directx 6 (i think) and worked my way up (over the last 3 years ish ...)

If I were in your shoes I would download the directx9 sdk and just look at the managed samples. you will soon be on your way. If you need any pointers just ask !! :D

Cheers.
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

linflas - good man (I assume ?)

Post by DSE »

linflas

I need portraits that are 64 wide by 100 in height. They should be 16 bit colour (TGA format is good for me). Please note I am looking for (this might be pie in the sky) baldurs gate quality portraits.

Let me know how you get on.
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post by linflas »

i don't think i can be as good as what they did for baldur's gate but let's try it :)
i will begin with use some original DM champions i've penciled..
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

thanks

Post by DSE »

Ok, cool. Let me know how you get on.

:D :D :D
User avatar
cowsmanaut
Moo Master
Posts: 4378
Joined: Fri Jun 30, 2000 12:53 am
Location: canada

Post by cowsmanaut »

Baldurs gate quality .. wow.. that's some serious high level bar you've set. if you look through my avatars and this:
http://cowsmanaut.gfxartist.com
and see any thing you would like to use as an avatar photo let me know and I can crop and size as well as adjust things like light sources small details like colours or earings, headbands, feathers, etc.

I don't really have the free time to do more than that. However between Linflas and I you'd likely have several new portraits to choose from.

moo

(oh and don't worry about any compression issues with the Jpegs. I have all the orriginals and will save them out as TGA from those)
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Wow

Post by DSE »

I think I said Baldurs because I didnt want something like the emoticons :D , sorry if it was a bit over the top ...

:shock: Your artwork is awesome :shock: , I never expected to get that level of quality ....

if I want to use some of the portraits,etc, want would you like me to do in return for their use ?

Thanks, this is going a lot better than expected :o

I would like to use Pesky Dragons and Forgotten as loading screens/backgrounds and a few of the portraits, what now mate ?

thanks once again for this ... :D
User avatar
cowsmanaut
Moo Master
Posts: 4378
Joined: Fri Jun 30, 2000 12:53 am
Location: canada

Post by cowsmanaut »

well, if you are making money off it then I'd want a share.. however if it's free for all then no worries I don't need anything except a copy to play when it's done :)

moo
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Post by DSE »

I like your avatar (is that what its called the picture under your name ? sorry new to this :oops: ), do you have any other like that ?

sorry to be a pain ... :D
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Post by DSE »

could I have copies in (preferable 1024x768 (or higher) + 32bit TGA)

loading screens/backgrounds -
forgotton
pesky dragons
Shadow warriors

as 64 width 100 high portraits (just the faces :D ) -
Shadow warriors
Morning Sun
snow_dragon
fairy

thanks a lot for this ...
User avatar
cowsmanaut
Moo Master
Posts: 4378
Joined: Fri Jun 30, 2000 12:53 am
Location: canada

Post by cowsmanaut »

yep send me an email to my email account. The one you recieved the welcome from when you joined. I don't like posting emails in the forum since that's how worms find them. Then next thing you know you get ads for viagra and women with goats and such.. :P

when I get your email I'll send you the files.

moo
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

email

Post by DSE »

I have sent you a private message, did you get it ?

Ta
User avatar
andyboy_uk
On Master
Posts: 647
Joined: Thu Feb 20, 2003 1:51 am
Location: London, UK

Post by andyboy_uk »

women with goats
If it was women with cows that would be a different matter I guess
Regards,

Andy
User avatar
cowsmanaut
Moo Master
Posts: 4378
Joined: Fri Jun 30, 2000 12:53 am
Location: canada

Post by cowsmanaut »

oh yeah baby!!! ermm.. no :P

Ok DSE, I've gathered up some other stuff from paintings I didn't complete but had characters in them. I'm looking still for a few other ones and I'll send them all at once..

moo
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Post by DSE »

If you have trouble sending the info let me know, I dont know how much space I am allocated ! :oops:

Thanks once again .. :D
User avatar
cowsmanaut
Moo Master
Posts: 4378
Joined: Fri Jun 30, 2000 12:53 am
Location: canada

Post by cowsmanaut »

your account there stores only 1000k per email. and I think the over all size of all your mail combined is 4 megs or something.

I'll likley need to post it as a link on the site.. but I'll just send the link in email and remove it once you have it..

moo
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Ok

Post by DSE »

:D ok, let me know when, I will be checking the forums for about the next 2 hours on and off. Looking for some inspiration ...

Cheers.

linflas - are you still interested mate :D
DSE
Lo Master
Posts: 364
Joined: Sat Mar 20, 2004 12:22 pm
Contact:

Email ...

Post by DSE »

I have another email address which I have sent to you on a private message (this one has a limit of 4 mb)

hope this helps
Post Reply