View Single Post
  #2  
Old 10-13-2004, 09:35 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

the syntax for zonename_chr.txt is
Code:
# of models
xxx,zonename_chr
The comma must separate zonename/modelname_chr from the model you want's prefix in the s3d file you are naming.

you are really stating in, for example,
pri,sleeper2_chr (the sleeper's model)

"In sleeper2_chr.s3d, load all files with the prefix 'pri'"

So, to the point, mar,hohonorb_chr would be the one you want, but I havent gotten alot of models to work right still. Xegony, Mith Marr, Sol Ro, etc.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote