View Single Post
  #1  
Old 02-02-2018, 01:50 PM
jsmith123 jsmith123 is offline
Registered User
 
Join Date: Feb 2018
Posts: 1
Avatar Creation Problem

Hi, I'm attempting to create avatars and not being too successful. I've attempted to download a model from Mixamo, open it in 3ds Max, and export the various files needed to create the avatar (skeleton, mesh, materials, animation). My .cfg file is pasted below... Vizard is telling me I have a syntax error in line 11 (which would be "skeleton=tf_skeleton.CSF". I literally copy and pasted the cfg from the included avatars and just changed the files. All files are included in the path specified folder. The only difference I see is that the vizard files are .CSFX instead of .CSF... The exporter included on the download page only exports to .CSF. Does anyone know what's going on? Thanks!!

################################################
#
# Cal3d cfg File
#
################################################
path=tough_female/
scale=0.01
flip_texture = 0

################# Skeleton #################
skeleton=tf_skeleton.CSF

################# Meshes #################
mesh=tf_mesh.CMF

################# Animations #################
animation=tf_walk.CAF

################# Materials #################
material=tf_materials.CRF



walk_animation = 2
walk_speed = 1.0
run_animation = 11
run_speed = 2.2
Reply With Quote