Enrique Posted April 4, 2015 Report Share Posted April 4, 2015 This is great Micket. I know it's a lot of tedious work, but you did it quite well.Now we should also alter the specularmap to give some shininess to some of them.The drawback are the older computers who can't manage the normalmap shading where may look better with shadowed roofs, but it enhaces for the rest of users. Quote Link to comment Share on other sites More sharing options...
Micket Posted April 4, 2015 Author Report Share Posted April 4, 2015 I think they still look nice even without shaders. In particular since many models mirror the texture on half the roof, which meant there were baked shadows going both ways.Now, the problem I tried to correct was that the normal mapping looked weird from one direction. But, even now when there is very little baked shading left, there is still a big difference from where the lighting applies.It's especially noticeable on roman house that mirrors the roof (ignoring the ugly part in the middle, it's quite different on each side of the buildingLight from above:Light from left:(the scenario is flipped when i light from the right)I did some tests with a flat diffuse color to verify that everything was working correctly on the normal map.. aaand well, there doesn't really seem to be anything *wrong* with the normal mapMy conclusion is the combination of:1. Diffuse texture is not properly de-lit: (it's barely visible, but if you look for it, you can tell there are leftover shadows that I didn't get rid of completely)2. The ambient light in this game is pretty high; Shaded areas barely get much darker. The difference between fully lit, and shaded areas in the normal map is in the same magnitude as the shadows left over in 1.I'm quite annoyed at how poorly this turned out :/ Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 4, 2015 Report Share Posted April 4, 2015 I could try rendering a new normalmap based from real geometry placing the tiles following the texture, do you think that may help?or just actually render the geometry to get a new un-shadowed roof texture?(the biggest problem with generating the geometry for the roof is that the parallax/heightmap is quite difficult to achieve when baking)By the way, there's a better way to make the roof without mirroring, since the roof texture tiles, it's just a matter of getting the correct column of tiles where the left-side roof ends. 1 Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 5, 2015 Report Share Posted April 5, 2015 Example:(it's lit for showcase purposes, the baking is only calculating AO for shadows between the tiles) 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted April 5, 2015 Report Share Posted April 5, 2015 Looking gorgeous though, what texture did you use ? =) Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 5, 2015 Report Share Posted April 5, 2015 I made it from scratch using Gimp and sculpting 6 highpoly variations. No photos used. 1 Quote Link to comment Share on other sites More sharing options...
Micket Posted April 5, 2015 Author Report Share Posted April 5, 2015 (edited) Well, i did some tweaks last night, but never got around to post them.I have considered dropping the existing texture and just make a high poly version to bake from, but that also seemed like a lot of work. But then again, all the time i spent on this it would probably have been faster to just model it directly. (granted, it was a learning experience as well).So, seeing how you are already well into making an awesome high poly model to possible bake from, I can't help to feel that I've wasted time trying to cut corners (only to end up un-cutting all the corners step by step).I have diffuse, specular, and normal/displacement maps finished now. I'll upload them to some google drive or something Edited April 5, 2015 by Micket 1 Quote Link to comment Share on other sites More sharing options...
Micket Posted April 5, 2015 Author Report Share Posted April 5, 2015 I had some issues with Gimp that deleted RGB for fully transparent alpha values (even though the PNGs with the option for transparent pixel values selected.)In the end, I got tired of trying to make it work, so i just changed the darkest alpha (0) to 1/256. No visible difference.Lets see if this works:https://drive.google.com/folderview?id=0Byux4vjcSM5UfmZvQTFSdjFRdXA3bVJWck80ZFFRRzAwVXVhUDhadVVGRGlReWozMGY0SEU&usp=sharing Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted April 5, 2015 Report Share Posted April 5, 2015 Function call failed: return value was -120102 (Invalid/unsupported texture format)Location: tex_dds.cpp:559 (decode_sd) Call stack: (error while dumping stack: No stack frames found)errno = 0 (No error reported here)OS error = 0 (no error code was set) Quote Link to comment Share on other sites More sharing options...
Micket Posted April 7, 2015 Author Report Share Posted April 7, 2015 (edited) I don't know what to say about that. They are normal PNGs (unless I made some mistake just before uploading, but they all seem alright to me). I used them in the screenshot above.I made some improvements to the UV-mapping (and a very tiny amount of mesh tweaking) on the roman civil centre. rome_cc_2.blend and roman_cc.dae are both in google drive folder above.Left previous, right new* Adjusting UVs for tiling region* Layered rocks and avoiding black creases on outer corners (which doens't make much sense)* Continuous bricks around pillars Edited April 7, 2015 by Micket 5 Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted April 7, 2015 Report Share Posted April 7, 2015 I don't know what happen either. I download again and it works now. The tiles look much better. It's a shame the parallax materials are broken (get bad artifacts since svn commit some weeks ago). I tried the new CC mesh and everything looks good as far as I can tell with the bugy texture materials. Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted April 9, 2015 Report Share Posted April 9, 2015 (edited) Hi. The new texture remove shadows and make the tiles look too bright. I make them darker and with the specular map they look really nice now. Nice and red and very Roman in the game. Great job Micket.struct_1:http://i.imgur.com/k2KKRWJ.pngstruct_2:http://i.imgur.com/bxbPXWb.png Edited April 9, 2015 by wowgetoffyourcellphone 5 Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 9, 2015 Report Share Posted April 9, 2015 Man, rooftops looks so much cleaner... I'm not sure if the roof texture I'm making is going to look as good as this. Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted April 9, 2015 Report Share Posted April 9, 2015 Making roof texture for Seleucid? Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 9, 2015 Report Share Posted April 9, 2015 I can use the geometry for any civ roof (and it will be used for seleucids). I have setup the color of the tiles so it's super easy to customize the hue/saturation/value it varies on a small range randomly on each tile.In resume, I can go any color needed with some little range variation in the color to break repetition.I'm currently working on a nice parallax map which is harder to do than normalmap since the texture render is made "from an angle" to see better the tiles and the displacement bake can't be done without some tickery.EDIT:Here's a test in blender, left is with parallax, right with only normalmap. The texture is still quite high-res so expect less quality. I'm also making the concave tiles a little brighter in GIMP, making the effect of worn and differentiate the tile columns from far away. (Also parallax works differently in blender than in-game, that's why I think it's so dark in blender)http://i.imgur.com/VdIGQYR.jpg 1 Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 9, 2015 Report Share Posted April 9, 2015 This is the texture/normal/parallax ingame: 2 Quote Link to comment Share on other sites More sharing options...
feneur Posted April 9, 2015 Report Share Posted April 9, 2015 This is the texture/normal/parallax ingame: roman rooftiles test.jpgOnly trouble is that it looks a bit too real As in looking a bit out of place among the other parts of the texture =) But I'd say that's a good thing if they can be brought up to this standard as well. Quote Link to comment Share on other sites More sharing options...
Enrique Posted April 9, 2015 Report Share Posted April 9, 2015 You're refering to columns, right? look too cartoony even with the rest of the texture, isn't it? Quote Link to comment Share on other sites More sharing options...
feneur Posted April 10, 2015 Report Share Posted April 10, 2015 You're refering to columns, right? look too cartoony even with the rest of the texture, isn't it?I'm actually more referring to the surfaces directly next to the roof, they look very 2D compared to the roof tiles. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.