Author Topic: Bump mapping for textures?  (Read 1709 times)

Offline Crusoe

  • Experienced Traveler
  • **
  • Posts: 248
  • Country: lv
  • Floof-O-Meter: 17
  • Top Kek.
    • View Profile
    • My Github Page
Bump mapping for textures?
« on: July 16, 2016, 01:59:48 am »
Hello everyone. I am curious, but how can one use bump maps for textures in FH?

Offline Bloo.

  • Space-Child ✌
  • Moderator
  • Elder Grey Pelt
  • *****
  • Posts: 2,657
  • Country: us
  • Floof-O-Meter: 191
  • nyoom
    • Bloopaloozer
    • Bloopalooza FH
    • aLittleProzium
    • Bloopalooza
    • View Profile
    • DeviantArt
Re: Bump mapping for textures?
« Reply #1 on: July 16, 2016, 03:11:43 am »
Unfortunately bump maps don't work for FH, they'd just appear flat within the game. The only way to give a bumpy look to the terrain is by manually creating the bumps on the heightmap.

If I'm wrong, don't quote me haha


You are amazing <3

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Bump mapping for textures?
« Reply #2 on: July 16, 2016, 03:19:12 am »
You'd have to manually add .programs and .cgs, the like, probably a bunch of new materials and whatnot for that sort of thing to even begin to work. And to even create the bumpmaps... there might be plugins for GIMP.

Offline Crusoe

  • Experienced Traveler
  • **
  • Posts: 248
  • Country: lv
  • Floof-O-Meter: 17
  • Top Kek.
    • View Profile
    • My Github Page
Re: Bump mapping for textures?
« Reply #3 on: July 16, 2016, 03:26:47 am »
No, no. I already have the bump maps created. I'm just curious as to how I could get them to work with FH. I'm assuming it has something to do with making .material files.

@Bloo No, no. I'm not talking about actual MAPS. I'm talking about bump mapping which is a technique used in game engines to simulate bumps, wrinkles, and things like that in textures.
« Last Edit: July 16, 2016, 03:33:25 am by crusoe2003 »

Offline Bloo.

  • Space-Child ✌
  • Moderator
  • Elder Grey Pelt
  • *****
  • Posts: 2,657
  • Country: us
  • Floof-O-Meter: 191
  • nyoom
    • Bloopaloozer
    • Bloopalooza FH
    • aLittleProzium
    • Bloopalooza
    • View Profile
    • DeviantArt
Re: Bump mapping for textures?
« Reply #4 on: July 16, 2016, 04:06:07 am »
No, no. I already have the bump maps created. I'm just curious as to how I could get them to work with FH. I'm assuming it has something to do with making .material files.

@Bloo No, no. I'm not talking about actual MAPS. I'm talking about bump mapping which is a technique used in game engines to simulate bumps, wrinkles, and things like that in textures.

I read it right haha, but what texture would you be using it for? I thought you were referring to using bump maps as a terrain texture.


You are amazing <3

Offline Alphabet

  • Experienced Traveler
  • **
  • Posts: 162
  • Country: us
  • Floof-O-Meter: 14
    • View Profile
Re: Bump mapping for textures?
« Reply #5 on: July 16, 2016, 10:22:14 am »
Normal AO Specular Mapping Shader for OGRE

You'll need to install the .cg and .program codes in the game files, preferably in the media/materials folder. The link above provides those and the .material codes you'll need for the models you want to put the bump maps on.

I haven't tested this, but hopefully it works for you.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Bump mapping for textures?
« Reply #6 on: July 16, 2016, 04:23:06 pm »
http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Shaders&structure=Cookbook

There are multiple shaders that will achieve the bump/normal mapping, you'll have to see which one looks best for you. This link leads to the shader database, just look for "Normal" or "Bump," since normal mapping and bump mapping are basically the same.

Some extra info here too:
http://www.ogre3d.org/tikiwiki/BumpMapping

Offline Crusoe

  • Experienced Traveler
  • **
  • Posts: 248
  • Country: lv
  • Floof-O-Meter: 17
  • Top Kek.
    • View Profile
    • My Github Page
Re: Bump mapping for textures?
« Reply #7 on: July 17, 2016, 04:23:38 pm »
@Bloo I'm planning to use it on a stone texture.