Hi. Im new to HM but not to halo2 modding. I wanted to get into skinning. But i got some n00b questions first...plz be kind enough to answer.
Whats a Bump/Bumpmap?
Whats a mipmap?
Whats a Mask?
Whats an Offset?
Whats a Shader?
Thx for anyone willin to help a fellow modder/soon-to-be skinner
Edit:
Whats Noise?
Skinning Help
-
- Posts: 69
- Joined: Thu Jul 20, 2006 3:40 am
- Contact:
Skinning Help
---Begin Geek Code Block---
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
Welcome to HM...
Now I'm not entirely sure of the correct definition of Bump Maps, but they're basically bitmap images that add "detail" to a texture and make it seem as though the texture isn't flat, so like light reflects off of certain parts of the texture as though there were 'bumps' in the texture.
Bump Mapping
A Mip Map is several copies of the same image, just different sizes. In Halo 2, when you are far away from an object, the game loads the smallest copy of the texture, which has the least detail, because you are far away you won't notice the lack of detail. As you get closer to the object it changes to the higher, more detailed texture, because you will notice the lack of detail if it still used the small one. Always generate mip maps when skinning.
Mip Maps
I'm not too sure what a Mask is, I think it's like a layer on an image that adds details, but im probably wrong there, so if someone could correct me, thanks.
Offset
A shader... hmm... I know what a shader is, I just don't know how to describe it... Shaders
Hope that helped.
Now I'm not entirely sure of the correct definition of Bump Maps, but they're basically bitmap images that add "detail" to a texture and make it seem as though the texture isn't flat, so like light reflects off of certain parts of the texture as though there were 'bumps' in the texture.
Bump Mapping
A Mip Map is several copies of the same image, just different sizes. In Halo 2, when you are far away from an object, the game loads the smallest copy of the texture, which has the least detail, because you are far away you won't notice the lack of detail. As you get closer to the object it changes to the higher, more detailed texture, because you will notice the lack of detail if it still used the small one. Always generate mip maps when skinning.
Mip Maps
I'm not too sure what a Mask is, I think it's like a layer on an image that adds details, but im probably wrong there, so if someone could correct me, thanks.
Offset
A shader... hmm... I know what a shader is, I just don't know how to describe it... Shaders
Hope that helped.
-
- Posts: 69
- Joined: Thu Jul 20, 2006 3:40 am
- Contact:
Thx man! I always wondered why my skins appeared black from far away and came into view when i got close! Now i know it was cause i didnt make mip's.
I wish someone would make a skinnin' tut or somethin. Cause i really really really wanna learn usin' PS but i dont know how to add detail or anythin'. But i want to. Thx...btw, whats noise?
I wish someone would make a skinnin' tut or somethin. Cause i really really really wanna learn usin' PS but i dont know how to add detail or anythin'. But i want to. Thx...btw, whats noise?
---Begin Geek Code Block---
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
-
- Posts: 113
- Joined: Wed Feb 01, 2006 1:09 am
Skinning
http://files.halomods.com/viewtopic.php ... t=skinning <-- Scroll down till you find "easy skinning".
http://files.halomods.com/viewtopic.php ... t=skinning <-- Bitmap injection.
http://files.halomods.com/viewtopic.php ... t=skinning <-- Begginer- Skinning in Halo 2
http://files.halomods.com/viewtopic.php ... t=skinning <-- Halo 2 - Skinning Step By Step
Also, isn't noise just sound?
http://files.halomods.com/viewtopic.php ... t=skinning <-- Scroll down till you find "easy skinning".
http://files.halomods.com/viewtopic.php ... t=skinning <-- Bitmap injection.
http://files.halomods.com/viewtopic.php ... t=skinning <-- Begginer- Skinning in Halo 2
http://files.halomods.com/viewtopic.php ... t=skinning <-- Halo 2 - Skinning Step By Step
Also, isn't noise just sound?
Your signature can't exceed 1kb in file size.
-
- Posts: 69
- Joined: Thu Jul 20, 2006 3:40 am
- Contact:
no. Open your shared.map and scroll down under the bitm tag until you find something like "Jackal_Shield_Noise" or "Energy_blade_Noise."
And thx for the tut's
And thx for the tut's
---Begin Geek Code Block---
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
Geo pretty much covered the first two.iGeo wrote:Welcome to HM...
Now I'm not entirely sure of the correct definition of Bump Maps, but they're basically bitmap images that add "detail" to a texture and make it seem as though the texture isn't flat, so like light reflects off of certain parts of the texture as though there were 'bumps' in the texture.
Bump Mapping
A Mip Map is several copies of the same image, just different sizes. In Halo 2, when you are far away from an object, the game loads the smallest copy of the texture, which has the least detail, because you are far away you won't notice the lack of detail. As you get closer to the object it changes to the higher, more detailed texture, because you will notice the lack of detail if it still used the small one. Always generate mip maps when skinning.
Mip Maps
I'm not too sure what a Mask is, I think it's like a layer on an image that adds details, but im probably wrong there, so if someone could correct me, thanks.
Offset
A shader... hmm... I know what a shader is, I just don't know how to describe it... Shaders
Hope that helped.
A mask is an image used so parts of a shader are only applied to a certain part of the bitmap.
An offset is simply a location within a file, the same way you could say "The text is on line three," you could say "The text starts at offset 100," for example.
A shader is a set of images applied to a mesh, if you were to null out the shaders, the meshes would appear to have no images applied to them.
-
- Posts: 69
- Joined: Thu Jul 20, 2006 3:40 am
- Contact:
thx man. Learn somethin new everyday.
---Begin Geek Code Block---
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---
Dont know how to Read Geek Code? Go to
http://www.geekcode.com