Page 1 of 1
skin help?
Posted: Sun Aug 27, 2006 4:02 pm
by cloneknight
lets say i have a skin picture like on this poast
http://www.gametoast.com/index.php?name ... pic&t=6551
what would i do with it?
RE: skin help?
Posted: Sun Aug 27, 2006 4:51 pm
by darthtrogsasea
mod tolls
make map
copy rep
hex it
bla bla
muge
RE: skin help?
Posted: Sun Aug 27, 2006 4:57 pm
by cloneknight
ok....il try it ty
RE: skin help?
Posted: Sun Aug 27, 2006 8:07 pm
by cloneknight
sorry still dont get it...
RE: skin help?
Posted: Sun Aug 27, 2006 10:45 pm
by t551
Wait, no hex editing is required to put in a new skin...
Search the forums for info on how to make a new side ( or read the jedi creation doc ), and it should be pretty clear.
RE: skin help?
Posted: Sun Aug 27, 2006 11:57 pm
by crazytieguy
Make a new map. Copy the rep side from C/BF2_Modtools/Assets/sides. Look in the C/BF2_Modtools/data_***/Sides/rep/msh folder. Delete the skin for, say, the Clone Commander from your map's msh folder (NOT from the Assets folder). Paste the skin into the MSH folder, and give it the same name as the clone commander's skin had. (This is VERY important.) Munge Rep. The new skin will work.
RE: skin help?
Posted: Mon Aug 28, 2006 7:53 am
by t551
Well, that is a very inefficient way to go about doing it, since you will have made your map unnecessarily about 60mb larger than it should be. You don't need to load the entire republic side to reskin a republic troop.
Step 2 in the Jedi Creation Doc explains the creation of a new side. Follow that until you have this set up.
Sides/
Common/
JDI (or whatever you want)/
effects/
msh/
munged/
odf/
req/
JDI.req
Let's go with crazytie's assumption that you are modifying a clone commander. You would copy the .odf from the republic assets into your odf folder, any meshes and textures into your msh folder, and it's req into your req folder. Then, you would put the name of the soldier's .req file into your .req file like so:
ucft
{
REQN
{
"class"
"rep_inf_clone_commander (or whatever the heck its name is)"
}
}
After that, open up the .tga files, reskin him, or copy a new texture with the same name over, and munge your world with "EVERYTHING" set in the little drop-down box. After that first time, you just have to munge "JDI".
Posted: Mon Aug 28, 2006 10:55 am
by The_Emperor
Many questions are answered in the documentation that comes with the modtools, and other answers/tutorials are found in
The BF2 Modding FAQ / "Everything you need" thread
It can be very helpfull and will answer many questions.
Your question is answered
here
Posted: Mon Aug 28, 2006 3:43 pm
by cloneknight
thank you all!
