Bump mapping question [Solved]
Moderator: Moderators
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Bump mapping question [Solved]
As you have guessed JimmyAngler is texturing. I have followed D.U.C.K's tut on bump mapping and don't understand the part about adding the bump to the model in XSI. It says to use the meshtool but that's for Blender. What do I use as a substitute in XSI that does the same thing?
Last edited by JimmyAngler on Tue Jan 14, 2014 11:37 pm, edited 2 times in total.
-
noMatt
- 2nd Lieutenant

- Posts: 398
- Joined: Sun Mar 10, 2013 12:30 pm
- Projects :: The Map has no name so see alpha
- xbox live or psn: No gamertag set
- Location: Germaneeee
- Contact:
Re: Bumb mapping question
XSIZETools flags 
Look in the faq
Look in the faq
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Bump mapping question
every time I click on the ZE tools it says Currently being reworked and thus not available.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Bump mapping question
JimmyAngler wrote:It says to use the meshtool but that's for Blender.
Meshtool is used to apply a bump map to the model once it has been exported to the MSH format.
The alternative is to use the a .msh.option file with your model with the following parameter:
Code: Select all
-bump texture_name-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Bump mapping question
is the bump texture applied to the mesh before using the mesh tool?
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Bump mapping question
Meshtool edits the model so that it knows which texture to use as a bump map in the game.
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Bump mapping question
well I guess I wasn't clear, I have my normal texture on the model. In order for the meshtool to read a bumpmap, do I need a separate texture on the model (the one with light and dark colors) so there are two textures on one model?
-
noMatt
- 2nd Lieutenant

- Posts: 398
- Joined: Sun Mar 10, 2013 12:30 pm
- Projects :: The Map has no name so see alpha
- xbox live or psn: No gamertag set
- Location: Germaneeee
- Contact:
Re: Bump mapping question
no the bumpmap is no texture. Its height information stored in a .tga (Image) file. A reference of the heighmap.tga has to be stored in the msh (so path and name).
You can use either:
-hex editing
-meshtool
-xsizetools
I strongly reccomend the ZE Tools just give your material a rendertyp.
All render typs are referenced here: http://schlechtwetterfront.github.io/ze ... types.html
In your case you want rendertyp 27 which is bump map. You have to specify this in the material manager of XSI ZE Tools. (First you have to select your material and press ZEify)
then just specify rendertyp 27 and type the name of your bumpmap in texture 1.
A whole, more indeph tutorial is found here http://www.gametoast.com/forums/viewtop ... 41#p262541
Hope that solves your problem now. If you have anymore question (since we work together so this is just for you) you can contact me on skype and i'll show you it directly
Sincerly yours
You can use either:
-hex editing
-meshtool
-xsizetools
I strongly reccomend the ZE Tools just give your material a rendertyp.
All render typs are referenced here: http://schlechtwetterfront.github.io/ze ... types.html
In your case you want rendertyp 27 which is bump map. You have to specify this in the material manager of XSI ZE Tools. (First you have to select your material and press ZEify)
then just specify rendertyp 27 and type the name of your bumpmap in texture 1.
A whole, more indeph tutorial is found here http://www.gametoast.com/forums/viewtop ... 41#p262541
Hope that solves your problem now. If you have anymore question (since we work together so this is just for you) you can contact me on skype and i'll show you it directly
Sincerly yours
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Bump mapping question
-
noMatt
- 2nd Lieutenant

- Posts: 398
- Joined: Sun Mar 10, 2013 12:30 pm
- Projects :: The Map has no name so see alpha
- xbox live or psn: No gamertag set
- Location: Germaneeee
- Contact:
Re: Bump mapping question
OK Just one question: Do you have XSIZEtools succesful installed?
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Bump mapping question
the only thing I can't click on under the ZE tools tab is the ZE Tools. I can click manage materials and export and import stuff just fine.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Bump mapping question
Meshtool doesn't read bump maps like you keep suggesting. I'm not sure why you're making this much more complicated than it needs to be, but all you needed to do is export your model to MSH format and create a .tga file that you want to use as the bump map. This file should share the same name as your original .tga except it ends with _bump. Meshtool edits your model so that your_texture.tga knows to use your_texture_bump.tga as its bump map in the game. So in the end, your model will use two textures.JimmyAngler wrote:well I guess I wasn't clear, I have my normal texture on the model. In order for the meshtool to read a bumpmap, do I need a separate texture on the model (the one with light and dark colors) so there are two textures on one model?
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Bump mapping question
Solved now, the problem was not concerning me, it was concerning the ze tools. I had an old broken version and a new one on the addon folder. XSI was only reading the old one so now the problem is fixed. Thanks to all who helped. I think most problems should be solved now.
