Bump mapping question [Solved]

How to create models in XSI and other 3D applications and make them work in Battlefront 1 & 2. Post models, tips for application usage and share anything XSI, 3DMax, SketchUp, etc.

Moderator: Moderators

Post Reply
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Bump mapping question [Solved]

Post by JimmyAngler »

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
2nd Lieutenant
Posts: 398
Joined: Sun Mar 10, 2013 12:30 pm
Projects :: The Map has no name so see alpha
Games I'm Playing :: Crysis Battlefront
xbox live or psn: No gamertag set
Location: Germaneeee
Contact:

Re: Bumb mapping question

Post by noMatt »

XSIZETools flags :)
Look in the faq :)
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Bump mapping question

Post by JimmyAngler »

every time I click on the ZE tools it says Currently being reworked and thus not available.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Bump mapping question

Post by AQT »

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
Where texture_name.tga is the name of a texture file used by your model, and texture_name_bump.tga is the name of its corresponding bump map texture file.
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Bump mapping question

Post by JimmyAngler »

is the bump texture applied to the mesh before using the mesh tool?
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Bump mapping question

Post by AQT »

Meshtool edits the model so that it knows which texture to use as a bump map in the game.
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Bump mapping question

Post by JimmyAngler »

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
2nd Lieutenant
Posts: 398
Joined: Sun Mar 10, 2013 12:30 pm
Projects :: The Map has no name so see alpha
Games I'm Playing :: Crysis Battlefront
xbox live or psn: No gamertag set
Location: Germaneeee
Contact:

Re: Bump mapping question

Post by noMatt »

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
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Bump mapping question

Post by JimmyAngler »

:cry: I don't have Skype and this is all very helpful information but I guess my brain has been maxed by school. could you possibly make a youtube or something for it? The whole process too. :cry:
noMatt
2nd Lieutenant
2nd Lieutenant
Posts: 398
Joined: Sun Mar 10, 2013 12:30 pm
Projects :: The Map has no name so see alpha
Games I'm Playing :: Crysis Battlefront
xbox live or psn: No gamertag set
Location: Germaneeee
Contact:

Re: Bump mapping question

Post by noMatt »

OK Just one question: Do you have XSIZEtools succesful installed?
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Bump mapping question

Post by JimmyAngler »

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
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Bump mapping question

Post by AQT »

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?
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
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Bump mapping question

Post by JimmyAngler »

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.
Post Reply