cas.ini
Example Mod


[ModInfo]
Name=Sample Jacket
Description=Sample CAS part: Jacket.
Author=10k Rising
Version=1.0

[CASInfo]
Type=Shirt
Name=Sample Jacket
Mesh=sample_jacket.skin
Icon=icon_sample_jacket
HideElbowPads=1
HideLeftAcc=1
HideRightAcc=1
CoversChest=1
SupportsLogo=1
Multicolor=1
INI Syntax
CAS mods of all types use a cas.ini file.

[ModInfo]

Name
Name of the mod.


Description
A small description explaining what the mod is and what it does.


Author
Name of the author who created the mod.


Version
A small number indicating the mod's version.


[CASInfo]

Name
The item's name. Shown in Create-a-Skater.


Mesh
The filename of the item's main mesh. Does NOT include .wpc extension.


Type
The type of item that this mod represents. The following are valid values:


AccessoryL
AccessoryR
AccessoryMisc
AccessoryPed
Backpack
Belt
Board
ElbowPads
Glasses
Gloves
Hair
Hat
HatHair
Head
KneePads
Mask
Pants
Shirt
Socks
Trucks
Wheels

Icon - Optional
The filename of the item's icon. Shown in Create-a-Skater. Does NOT include .png extension.


IsFemale - Optional
Indicates the item's gender. 1 is female, 0 is male. The following item types are gender-specific:


Backpack
Belt
Gloves
Hair
HatHair
Head
Mask
Pants
Shirt

NoColor - Optional
Indicates whether coloring is disallowed on the item. This is a 1 or 0 value.


UseDefaultHSV - Optional
Indicates whether the item should use the provided HSV color values. This is a 1 or 0 value.


DefaultH - Optional
DefaultS - Optional
DefaultV - Optional
Default HSV color values for the item.


GameLogo - Optional
The ID of the game logo to associate with the item. Currently, only stock logos are supported.
Type-Specific Properties
The cas.ini file can represent a wide variety of mod types, considering that it represents almost every type of wearable item. The item types below have unique properties that can be added to the [CASInfo] section.

Shirt

HideElbowPads - Optional
Indicates whether the item should hide elbow pads when worn. This is a 1 or 0 value.


HideLeftAcc - Optional
Indicates whether the item should hide the left accessory when worn. This is a 1 or 0 value.


HideRightAcc - Optional
Indicates whether the item should hide the right accessory when worn. This is a 1 or 0 value.


CoversChest - Optional
Indicates whether the item covers the skater's chest and hides chest / back tattoos. 1 or 0 value.


SupportsLogo - Optional
Indicates whether the item supports logo textures. This is a 1 or 0 value.


Multicolor - Optional
Indicates whether the item has a selectable secondary color. This is a 1 or 0 value.


HasHood - Optional
Indicates whether the item has a hood. 1 or 0 value. This hides the following parts:


skater_m_hat_hair
skater_f_hat_hair
skater_m_hair
skater_f_hair
head_tattoo

Board

HasTrucks - Optional
Indicates whether the board has selectable trucks. This is a 1 or 0 value.


HasGriptape - Optional
Indicates whether the board has selectable griptape. This is a 1 or 0 value.


HasDeck - Optional
Indicates whether the board has a selectable deck graphic. This is a 1 or 0 value.


HasPly - Optional
Indicates whether the board has a selectable board ply. This is a 1 or 0 value.


HasStickers - Optional
Indicates whether the board supports deck stickers. This is a 1 or 0 value.


Multicolor - Optional
Indicates whether the board has separate colorable parts. This is a 1 or 0 value.


Breakable - Optional
Indicates whether the board is rigged properly to be snapped in half. This is a 1 or 0 value.


Trucks

AllowGraphic - Optional
Indicates whether the truck has a selectable sticker. This is a 1 or 0 value.


Wheels

AllowGraphic - Optional
Indicates whether the wheel has a selectable graphic. This is a 1 or 0 value.


Shoes

HideSocks - Optional
Indicates whether the shoes should hide socks when worn. This is a 1 or 0 value.


Hat

UseHatHair - Optional
Indicates whether the hat should show hat hair when worn. This is a 1 or 0 value.


IsHelmet - Optional
Indicates whether the hat is a helmet-type item. 1 or 0 value. This clears the following parts:


skater_m_hair
skater_f_hair
head_tattoo
skater_m_hat_hair
skater_f_hat_hair
glasses
mask


Head

FunHead - Optional
Indicates whether the head is a "fun" head. 1 or 0 value. This clears the following parts:


skater_m_hair
skater_f_hair
skater_m_hat_hair
skater_f_hat_hair
glasses


Gloves

BareHands - Optional
Indicates whether the gloves should be colored along with the player's skin color. 1 or 0 value.


Pants

LowerLegs - Optional
Indicates the leg mesh to use when the pants are worn. The following values are valid types:


full
rip
calves
halfcalves
none