|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
How to edit the skin tones of the complete characters' cfg files?
We made different versions of .tga files to match the different skin tones we want, but how to apply the .tga files onto the .cfg files? So far when we open cfg files with NotePad the only thing specified are the CMF, CRF files.
Thanks in advance. |
#2
|
|||
|
|||
Hi!
My team and I are trying to create some new skin tones for the complete character avatars. We are able to get them to work if we make new folders to house each different avatar and its respective skin tone, but we wanted to know if there is a more efficient and easier way to just swap skin tones textures as opposed to calling upon different folders. Thanks in advance! ((Sorry about the double post, we had our accounts mixed up earlier due to working on multiple computers.)) |
#3
|
|||
|
|||
thanks for posting. Sorry we have not answered yet. Someone should be able to give you an answer soon.
|
#4
|
|||
|
|||
You can do this within Vizard. There is no need to modify the cfg file. You can look in the cfg file to find the meshes that you will apply the new texture to.
avatar = viz.add('business01_m_highpoly.cfg') newTexture = viz.add('sportive01_m_20.tga') avatar.texture(newTexture,'business01_m_highpoly.C MF') avatar.texture(newTexture,'business01_m_highpoly01 .CMF') |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add individual faces onto the complete characters used in Vizard? | VDong | Vizard | 3 | 11-12-2008 10:05 AM |
Which software can be used to edit .cfg (CAL3D) files | luakt | Vizard | 4 | 09-12-2008 07:18 AM |
Complete Characters and 3dmax | dan12345 | Vizard | 3 | 02-07-2008 06:32 PM |
How to edit .IVE files | michelcm3 | Plug-in development | 3 | 07-12-2007 09:37 AM |