Page 10 of 11

Re: Something to drool over...

PostPosted: Fri May 11, 2012 8:58 am
by Dinberg
Yeah I think the textures on the new models are significantly higher resolution and just plain nicer :D

Re: Something to drool over...

PostPosted: Sat May 12, 2012 8:48 am
by Horizon
Each time i see these pictures , i cry .....
Thanks and again thanks for this !

Re: Something to drool over...

PostPosted: Sat May 12, 2012 8:52 am
by silakka
Psh I'm a java monkey should let me take a peek :D
I did put mpak loader to google code .. if like to enhance/extend just send me PM with google email and I'll add commit access, or just spam fixes here :P
http://code.google.com/p/daoc-mpk-loader/

Conversion code is still in bad shape, which I need to reconstruct and do heavy cleanup before adding to version control :)

Re: Something to drool over...

PostPosted: Sat May 12, 2012 12:39 pm
by silakka
Added few new sshots from Mid keep in Thid, using same setup as in Cotswold and added torches :)
http://mharjula.blogspot.com/

Re: Something to drool over...

PostPosted: Sat May 12, 2012 2:12 pm
by baradien
the colors reminds me of witcher 2 :)


but nice one ^^

Re: Something to drool over...

PostPosted: Sat May 12, 2012 11:53 pm
by Dinberg
They look better and better each time! I would say the detail objects make the scale of the castle look small - kind of like a toy castle :D

Is that tessellation you managed to get working on the terrain or does cryengine 3 incorporate non-tessellation displacement mapped terrain for pre-dx 11 cards?

Re: Something to drool over...

PostPosted: Sun May 13, 2012 7:07 am
by silakka
They look better and better each time! I would say the detail objects make the scale of the castle look small - kind of like a toy castle :D
Terrain sets this scale, and if I put 2x size .. then it looks just too big, like 1H sword is size of (normal cryengine) player.
1.5x scale is much closer to DAoC, but I can't create heightmap easily for this.
Is that tessellation you managed to get working on the terrain or does cryengine 3 incorporate non-tessellation displacement mapped terrain for pre-dx 11 cards?
Actually there is many options related to displacement mapping (I think 3-4 now), though I haven't check which is used for terrain texture as this works nicely in DX9 mode.(CryEngine 3 SDK only have DX9 and DX11 modes.)

Re: Something to drool over...

PostPosted: Sun May 13, 2012 8:40 am
by Dinberg
Terrain sets this scale, and if I put 2x size .. then it looks just too big, like 1H sword is size of (normal cryengine) player.
1.5x scale is much closer to DAoC, but I can't create heightmap easily for this.
Is this due to blowing up the heightmap to a greater size increases the size of flats/spacing between vertices? If so, you could apply a gaussian blur filter after upscaling the image to create a more convincing look (although its probably a bit lossy, maybe lerp between values of the original bitmap according to position?)

I can't express how impressive the work is so far, keep it up!

Re: Something to drool over...

PostPosted: Sun May 13, 2012 9:02 am
by Graveen
No open-gl compliant mode in CryEngine ? (perhaps it can be done through a Dx -> OGL wrapper ? remember the first N64 emu - end 90's - got one, and i guess PcSX2 is using a similar trick)

Re: Something to drool over...

PostPosted: Sun May 13, 2012 3:48 pm
by Ephemeral
Mercurial? WHAT IS THIS MADNESS.

Re: Something to drool over...

PostPosted: Sun May 13, 2012 10:46 pm
by silakka
Is this due to blowing up the heightmap to a greater size increases the size of flats/spacing between vertices? If so, you could apply a gaussian blur filter after upscaling the image to create a more convincing look (although its probably a bit lossy, maybe lerp between values of the original bitmap according to position?)
Height map is always x2 sizes (default daoc is 256x256) ... anyway, just did bit more testing 2x scale and it's not too bad .. just feels like small lurikeen :P
Anyway, I'm back in coding side and currently trying to get NifSkope to export collada format as current "obj" export losing some textures, but let's see how this goes :)

Re: Something to drool over...

PostPosted: Mon May 14, 2012 5:54 am
by silakka
Mercurial? WHAT IS THIS MADNESS.
I'm using them all :P (in eclipse) .. tho I'm more familiar with hg than git (like building hooks, etc)

Re: Something to drool over...

PostPosted: Sun Jun 17, 2012 12:29 pm
by silakka
Update java mpak loader library a bit (http://code.google.com/p/daoc-mpk-loader/) .. now basic junit testing added, which also includes basic speed testing :)

"4460 files loaded from zones, total size: 56,9 MB, time: 0.943159946, uncompressing speed: 60,3 MB/sec"

Re: Something to drool over...

PostPosted: Sun Jun 17, 2012 1:20 pm
by Graveen
Thank you ! this is a nice thing :) if you are interested we host it under the dol banner, feel free to tell me, i'll open SVN to your SF account :)

Re: Something to drool over...

PostPosted: Sun Jun 17, 2012 1:30 pm
by silakka
mharj is username in SF ... now I need to refresh my memory how to use SVN :)