Costume: Difference between revisions
From OuroDev
| pc>Herald  Created page with "<source> kBodyType_Male        = 0,  // All the values in body type MUST match the 	kBodyType_Female      = 1,  // ones which are read in the menu file. 	kBodyType_BasicMale..." | pc>Herald No edit summary | ||
| Line 1: | Line 1: | ||
| <source> | <source> | ||
| kBodyType_Male        = 0,  // All the values in body type MUST match the |         kBodyType_Male        = 0,  // All the values in body type MUST match the | ||
| 	kBodyType_Female      = 1,  // ones which are read in the menu file. | 	kBodyType_Female      = 1,  // ones which are read in the menu file. | ||
| 	kBodyType_BasicMale   = 2, | 	kBodyType_BasicMale   = 2, | ||
| Line 9: | Line 9: | ||
| 	kBodyType_Enemy2	  = 7, // Except this one. This one is only set by code. | 	kBodyType_Enemy2	  = 7, // Except this one. This one is only set by code. | ||
| 	kBodyType_Enemy3	  = 8, // Except this one. This one is only set by code. | 	kBodyType_Enemy3	  = 8, // Except this one. This one is only set by code. | ||
|         F32 fScale;       // ranges from -9 to 9. Yields approx +/-20% size change | |||
| 	F32 fBoneScale;	// -1 = skinniest guy, 0 = normal guy, 1 = fattest guy | |||
| </source> | </source> | ||
Revision as of 14:28, 1 June 2019
        kBodyType_Male        = 0,  // All the values in body type MUST match the
	kBodyType_Female      = 1,  // ones which are read in the menu file.
	kBodyType_BasicMale   = 2,
	kBodyType_BasicFemale = 3,
	kBodyType_Huge        = 4,
	kBodyType_Enemy       = 5,
	kBodyType_Villain     = 6, // Except this one. This one is only set by code.
	kBodyType_Enemy2	  = 7, // Except this one. This one is only set by code.
	kBodyType_Enemy3	  = 8, // Except this one. This one is only set by code.
		
        F32 fScale;       // ranges from -9 to 9. Yields approx +/-20% size change
	F32 fBoneScale;	// -1 = skinniest guy, 0 = normal guy, 1 = fattest guy