Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The mainstay of content for the Overhaul to begin with will be using upscaled 4x textures with PBR additions.

Laigter

Download: https://azagaya.itch.io/laigter

From dafena: When making normal maps, bump's height make it 0. Gotta select all textures, make a "default one" and then you can go one by one to see if the result satisfies you without needing to uhhh, first export and such

Need to figure out if there's a command line option but it's generally quite quick to output normals and spec maps.

The good thing is I think it defaults to OpenGL normals and the normals is pretty easy to do. Heightmap generator is also included but not amazing so not sure about it's use.

The method:

  • Load up a single image
  • Apply the settings from a preset, but the settings usually used are for Normal Map (spec map leave at defaults, don't use the rest really):
    •  Enhance:
      • Height 400 (or if too extreme 255 or lower is better, tweak as needed)
      • Soft: 2
    • Bump:
      • Height: 0 (rest of the settings won't matter)
  • Then you can load an image in it'll use those settings and you can test them, tweak, and export.
    • Spec maps may need attention eg; a creatures fur might not really be that reflective even if white (like a white Bear) therefore can tone down the Brightness option easily enough.

Height map

Go "Parallax and change type to "Height Map". Usable? Maybe.

It's only depressions though in NWN so not too useful for things that are meant to "pop out" but good for things like cobblestones or wall bricks where between the stones/bricks it might "depress".

White is "to the model level" and darker is going deeper, so mortar around bricks would be blacker. Bumping up brightness and contrast a fair bit, but to be honest it probably won't be that usable except on very uniform textures. If you can't get it to work right, export and tweak by making black areas whiter with GIMP's exposure tool (copy the stuff to change to a new layer to do it).

ShaderMap 4

Starting Tutorial: Using ShaderMap 4 (SM4) to Make Simple PBR Textures

...