Page 2 of 5

Re: Texture Normal Mapping

Posted: Tue May 10, 2016 8:05 pm
by Orkfaeller
Okey, please feel free to ignore or delete this if its completely the wrong place to bring this up but -

I was looking into messing around with WAR's textures myself, but I'm a bit lost were to start exactly. ó ò

You know, where do I find them, how do I extract them or convert them into format to work with. And if its possible to re-oackage and load them.

Maybe one of you guys got a link to a write up, some tips or something. I've worked on some stuff in the past, but this is new ground for me.

Thank you.

Re: Texture Normal Mapping

Posted: Tue May 10, 2016 11:22 pm
by PartizanRUS
Devs can neither confirm nor deny normal mapping for War engine ? It looks this way.
Orkfaeller wrote:Okey, please feel free to ignore or delete this if its completely the wrong place to bring this up but -
I was looking into messing around with WAR's textures myself, but I'm a bit lost were to start exactly. ó ò
You know, where do I find them, how do I extract them or convert them into format to work with. And if its possible to re-oackage and load them.
You shouldn't mess with them. It could lead to the dark side :]

Re: Texture Normal Mapping

Posted: Sun Jun 12, 2016 2:21 am
by Sildur
Well if someone managed to dump the shaders I might be able to work something out.

Real time bump and parallax mapping in minecraft with a 512x512 texture pack:
Spoiler:
Image
Image
Image
Image

Re: Texture Normal Mapping

Posted: Sun Jun 12, 2016 10:53 am
by PartizanRUS
Sildur wrote:Well if someone managed to dump the shaders I might be able to work something out.

Real time bump and parallax mapping in minecraft with a 512x512 texture pack:
Spoiler:
Image
Image
Image
Image
We don't have any specifications and info yet. I guess devs don't want to share it.
All I found is 1 simple tangent normal map in textures so far, idk if its even work.
Bump- and cubemapping would be more than enough. Main point is to enable them for characters.

Re: Texture Normal Mapping

Posted: Wed Jun 15, 2016 4:33 pm
by Sildur
Managed to extract the shaders of the game. They have alot unused code for bump, specular and parallax mapping in it.

Re: Texture Normal Mapping

Posted: Wed Jun 15, 2016 4:40 pm
by Razielhell
Sildur wrote:Managed to extract the shaders of the game. They have alot unused code for bump, specular and parallax mapping in it.
:o :o **Cool pictures.

Re: Texture Normal Mapping

Posted: Wed Jun 15, 2016 5:14 pm
by saupreusse
yeah sildur is like the internet celebrity when it comes to shaders :D
the biggest german youtuber uses his shaders,too ^^
Sildur maybe i can tell you more in the future, right now we dont have the tools to implement such features.

Re: Texture Normal Mapping

Posted: Wed Jun 15, 2016 5:23 pm
by Sildur
Yeah, I enabled it code wise for testing, but it won't do much without the heightmap and normal map textures.
Also that code is so inefficient, so many if and else statements, code all over the place #include functions everywhere, it hurts.

Re: Texture Normal Mapping

Posted: Wed Jun 15, 2016 6:04 pm
by Vayra
Sildur wrote:Yeah, I enabled it code wise for testing, but it won't do much without the heightmap and normal map textures.
Also that code is so inefficient, so many if and else statements, code all over the place #include functions everywhere, it hurts.
Yes, the WAR code is a real mess. It was IIRC a big part of the reason for slow updates to the game since most of the folks who wrote this messy spaghetti code were long gone from the company by release.

Re: Texture Normal Mapping

Posted: Wed Jun 15, 2016 6:23 pm
by Aven
Well, unfortunately WAR was one of those game that was 'in development hell'.

IIRC they started from scratch twice or thrice.