Page 7 of 12
Posted: 31 Jul 2006, 01:04
by Zoombie
Wow...that is a cool looking texture. very nice atmosphere.
Posted: 31 Jul 2006, 03:38
by Buggi
Any inital suggestions as to what would make the process of map making easier.
Don't expect a 3D paint program, don't even ask. Holy crap that's a year of work right there.
Posted: 31 Jul 2006, 06:26
by Das Bruce
Buggi wrote:Don't expect a 3D paint program, don't even ask. Holy crap that's a year of work right there.
Aww go on.

Posted: 31 Jul 2006, 06:56
by Forboding Angel
Posted: 05 Aug 2006, 06:18
by mufdvr222
Here is this map as complete as it can be considering this format is actually a work in progress, if anyone is interested.

the maps functional, gameplay wise.
5.18mb
http://muf.222clan.com/maps/Two_seas.zip

Posted: 05 Aug 2006, 07:32
by Das Bruce
I think I'll stick with the old version for now.
Posted: 05 Aug 2006, 07:56
by mufdvr222
Das Bruce wrote:I think I'll stick with the old version for now.
I can`t argue with you there,

Its up to seven texture layers so far, but I can merge two that use the same source texture, thats the gravel shorelines and the gravel patches throughout the grass, I had to dedicate a layer just for that adamante rock outcropping

think I might try and derive some blenders from the original versions texture.

Posted: 05 Aug 2006, 20:48
by GrOuNd_ZeRo
Why does it crash when creating trees? I can't even see the new map format...
Posted: 05 Aug 2006, 21:09
by jcnossen
I can`t argue with you there, Its up to seven texture layers so far, but I can merge two that use the same source texture, thats the gravel shorelines and the gravel patches throughout the grass, I had to dedicate a layer just for that adamante rock outcropping think I might try and derive some blenders from the original versions texture.
You should know that for the last version I forgot to enable the layer optimization

So in the final version, rendering is are optimized by looking at where the blendmaps are pure white or black. Should make a difference for maps with lots of layers.
I got some problems with the feature rendering, and also have been playing a lot of Titan Quest, but I'm working on it again :)
Why does it crash when creating trees? I can't even see the new map format...
Hopefully more luck with the next version...

Posted: 06 Aug 2006, 00:32
by mufdvr222
Ok, thanks

Posted: 07 Aug 2006, 21:25
by jcnossen
Forboding, I think your bumpmaps have a little too much contrast
With:
Without:
Somehow mufdvr222s map shows up white, but I haven't actually finished all the bumpmapping code yet.
The first steps are done, but it doesn't yet support any specular lighting or multipass rendering (which is required for the parts of two seas and whakamatunga with lots of different textures applied).
As weaver suggested, I'll probably be supporting textures with their own alpha channel in them, so you can use "blender=sometiledtexture" as well. I'm also going to support specular lighting through the alpha channel of the bumpmap.
Posted: 07 Aug 2006, 23:32
by Forboding Angel
grah, that sucks. Is there no way to control it with the sm3?
It's not a big deal, I'll just ease up the rendering normals by half, that should do the trick.
Posted: 08 Aug 2006, 01:04
by Forboding Angel
ok after doing some thinking... we are gonna need to be able to control blending of bumpmaps through the sm3, otherwise creating really good bumpmaps is going to be one hell of a serious pain.
BTW when the sunlight is applied 100% to the face of a texture the bumpmap does not show up. Another thing to note is that even a short distance away the bumpmapping doesn't really show up anymore.
I realize that it's not done yet, just advance notes in case they weren't noticed.
Posted: 08 Aug 2006, 01:41
by jcnossen
ok after doing some thinking... we are gonna need to be able to control blending of bumpmaps through the sm3, otherwise creating really good bumpmaps is going to be one hell of a serious pain.
Well they are currently blend the same way as the normal textures, what other blending would you want?
BTW when the sunlight is applied 100% to the face of a texture the bumpmap does not show up.
Higher ambient will make the bumpmaps invisible earlier. Bumpmap visibility might improve a lot with a little specular lighting though (which i still have to add)
Another thing to note is that even a short distance away the bumpmapping doesn't really show up anymore.
A solution might be to generate the bumpmap from a lower resolution version of the texture, so the mipmapping doesn't smooth everything away so fast. And it will reduce filesize and ingame memory use.
But in general the bumpmapping is more suited for short distance, for long distance you should really just adjust the heightmap.
In an earlier version of the renderer I had it switch bumpmapping off completely for long distance (it speeds up a lot), I'll probably support that again.
Posted: 08 Aug 2006, 09:09
by Forboding Angel
jcnossen wrote:
ok after doing some thinking... we are gonna need to be able to control blending of bumpmaps through the sm3, otherwise creating really good bumpmaps is going to be one hell of a serious pain.
Well they are currently blend the same way as the normal textures, what other blending would you want?
Controllable blending via the sm3. 1 being full blend, 0 being no blend. Meaning that 0.5 blend, gives me only half. ungh, I suck at explaining my mind when I'm tired :-/
Posted: 08 Aug 2006, 09:10
by Forboding Angel
Crap, I forgot to mention, the normal maps are washing out the textures... Are they being converted to greyscale? Cause that's what appears to be happening.
Edit: Forgot to include screenie:
Raised the sun height to 2 from the 1.5 it was at before, this was the result:
Maybe the specular lighting is the key (meaning it's not there therefore that would be why I'm getting odd results?).
Posted: 08 Aug 2006, 18:33
by Buggi
you all seem to be doing just fine without any sort of editor.

Posted: 08 Aug 2006, 19:52
by Masse
Buggi wrote:you all seem to be doing just fine without any sort of editor.

I WONT START MAPPING WITHOUT EDITOR ! so go back to coding
*grabs a whip*
Posted: 08 Aug 2006, 20:39
by Forboding Angel
Buggi wrote:you all seem to be doing just fine without any sort of editor.

If I had a feature placing editor I would be happy.
Posted: 08 Aug 2006, 20:43
by hrmph
Forboding Angel wrote:Buggi wrote:you all seem to be doing just fine without any sort of editor.

If I had a feature placing editor I would be happy.
Hahah. This is exactly what I told buggi too
On a side note, is there any ETA to when the new map format will be included with spring?