Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Costume File"

From Paragon Wiki Archive
Jump to: navigation, search
m (Scale)
Line 5: Line 5:
 
Costume files are saved in the ''<tt>INSTALLDIR/data/Costumes/</tt>'' folder.
 
Costume files are saved in the ''<tt>INSTALLDIR/data/Costumes/</tt>'' folder.
  
(TBA: file structure)
+
== File structure ==
  
 +
Costume files define the model scales and the costume pieces on the model. If any of the model scales are 0, they are omitted, except the first, which defines the model's height and can never be zero.
 +
 +
{| width=100%
 +
|- width=50%
 +
|
 +
=== Minima ===
 +
{| class=wikitable width=80%
 +
|- align=right
 +
! width=20% | &nbsp;
 +
! width=20% | Female
 +
! width=20% | Male
 +
! width=20% | Huge
 +
| width=20% align=center | Notes
 +
|- align=right
 +
| '''Scale'''
 +
| -27
 +
| -33
 +
| -33
 +
| align=center | 4'0"
 +
|- align=right
 +
| '''BoneScale'''
 +
| -1
 +
| -1
 +
| -1
 +
| align=center | Physique
 +
|}
 +
|
 +
=== Maxima ===
 +
{| class=wikitable width=80%
 +
|-
 +
! width=20% | &nbsp;
 +
! width=20% | Female
 +
! width=20% | Male
 +
! width=20% | Huge
 +
| width=20% align=center | Notes
 +
|- align=right
 +
| '''Scale'''
 +
| 36
 +
| 25
 +
| 25
 +
| 8'0"
 +
|- align=right
 +
| '''BoneScale'''
 +
| 1
 +
| 1
 +
| 1
 +
| align=center | &nbsp;
 +
|}
 +
 +
|}
 +
<!--
 +
FEMALE
 +
Scale -27 >> 36
 +
BoneScale -1 >> 1
 +
ShoulderScale -1 >> 0.9984
 +
ChestScale -1 >> 1
 +
WaistScale -1 >> 1
 +
HipScale -1 >> 1
 +
LegScale -0.1 >> 0.02
 +
HeadScales  -1,  -1,  -1 >> 1,  1,  1
 +
BrowScales  -1,  -1,  -1 >> 1,  1,  1
 +
CheekScales  -1,  -1,  -1 >> 1,  1,  1
 +
ChinScales  -1,  -1,  -1 >> 1,  1,  1
 +
CraniumScales  -1,  -1,  -1 >> 1,  1,  1
 +
JawScales  -1,  -1,  -1 >> 1,  1,  1
 +
NoseScales  -1,  -1,  -1 >> 1,  1,  1
 +
 +
MALE
 +
Scale -33 >> 25
 +
BoneScale -1 >> 1
 +
ShoulderScale -1 >> 1
 +
ChestScale -1 >> 1
 +
WaistScale -1 >> 1
 +
HipScale -1 >> 1
 +
LegScale -0.1 >> 0.02
 +
HeadScales  -1,  -1,  -1 >> 1,  1,  1
 +
BrowScales  -1,  -1,  -1 >> 1,  1,  1
 +
CheekScales  -1,  -1,  -1 >> 1,  1,  1
 +
ChinScales  -1,  -1,  -1 >> 1,  1,  1
 +
CraniumScales  -1,  -1,  -1 >> 1,  1,  1
 +
JawScales  -1,  -1,  -1 >> 1,  1,  1
 +
NoseScales  -1,  -1,  -1 >> 1,  1,  1
 +
 +
HUGE
 +
Scale -33 >> 25
 +
BoneScale -1 >> 1
 +
ShoulderScale -1 >> 1
 +
ChestScale -1 >> 1
 +
WaistScale -1 >> 1
 +
HipScale -1 >> 1
 +
LegScale -0.1 >> 0.02
 +
HeadScales  -1,  -1,  -1 >> 1,  1,  1
 +
BrowScales  -1,  -1,  -1 >> 1,  1,  1
 +
CheekScales  -1,  -1,  -1 >> 1,  1,  1
 +
ChinScales  -1,  -1,  -1 >> 1,  1,  1
 +
CraniumScales  -1,  -1,  -1 >> 1,  1,  1
 +
JawScales  -1,  -1,  -1 >> 1,  1,  1
 +
NoseScales  -1,  -1,  -1 >> 1,  1,  1
 +
-->
 
{{wip}}
 
{{wip}}

Revision as of 13:35, 13 August 2009

Overview

A costume file contains the necessary data to reproduce a costume, from body and facial scales to the colors and patterns on each individual costume piece on a character.

Costume files are saved in the INSTALLDIR/data/Costumes/ folder.

File structure

Costume files define the model scales and the costume pieces on the model. If any of the model scales are 0, they are omitted, except the first, which defines the model's height and can never be zero.

Minima

  Female Male Huge Notes
Scale -27 -33 -33 4'0"
BoneScale -1 -1 -1 Physique

Maxima

  Female Male Huge Notes
Scale 36 25 25 8'0"
BoneScale 1 1 1