i think i fiqured it out on my own too

//CODE FROM studio.h
#define MAXSTUDIOTRIANGLES    20000    // TODO: tune this
#define MAXSTUDIOVERTS        2048    // TODO: tune this
#define MAXSTUDIOSEQUENCES    256        // total animation sequences
#define MAXSTUDIOSKINS        100        // total textures
#define MAXSTUDIOSRCBONES    512        // bones allowed at source movement
#define MAXSTUDIOBONES        128        // total bones actually used
#define MAXSTUDIOMODELS        32        // sub-models per model
#define MAXSTUDIOBODYPARTS    32
#define MAXSTUDIOGROUPS        16
#define MAXSTUDIOANIMATIONS    512        // per sequence
#define MAXSTUDIOMESHES        256
#define MAXSTUDIOEVENTS        1024
#define MAXSTUDIOPIVOTS        256
#define MAXSTUDIOCONTROLLERS 8


so i guess i gotta change the MAXSTUDIOMODEL defined from 32 to something else



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Reply via email to