I have tryed to model edit shoulders, but only one get edited.
How can i change the other shoulder aswell?^^
I know how to texture, but im in a rush, so i failed whit the name here.
(teh sexy sword <3)
I have tryed to model edit shoulders, but only one get edited.
How can i change the other shoulder aswell?^^
I know how to texture, but im in a rush, so i failed whit the name here.
(teh sexy sword <3)
Last edited by das Murloc; 12-09-2007 at 09:55 AM.
Obviously you've changed only one. Change both R and L shoulders.
Shoulders are built up as shown:
ITEM\ObjectComponents\LShoulder_Warrior_d_04 or something like that, and
ITEM\ObjectComponents\RShoulder_Warrior_d_04 see the difference? There is one L and one R, one for LEFT and one for RIGHT. Hope it helps!
Worked fine, but i cant get right texture on one soulder :/
![]()
This is because both models share the same texture.
- so, first get the m2modder, cryect made. open the m2 in it.
- [t]
- if its something like 0 Type: Cape (2) Unknown: 0x0000 Flags: 0x0000, where Type is _not_ 0 (hard coded) do the following:
-- [t]
-- 0 (or the textureID)
-- 0 (hardcoded)
-- -1 (exit)
- [n]
- 0 (or the textureID)
- enter a short! filename (or the texture, you will use). like "akshoulder.blp".
- it should be
now."Textures
0 Type: Hard Coded (0) Unknown: 0x0000 Flags: 0x0000
Texture: akshoulder.blp"
- [q]
- [q]
- mod the new texture now. have fun.
or: http://www.mmowned.com/forums/model-...fix-model.html
Thx, but used Hex edit, works great^^