Formats/SSX3:Character Database: Difference between revisions

From SSX Modding Wiki
(Created page with "# SSX 3 Character Database (CHARDB.DBL) ## Overview The SSX 3 Character Database is a file that the game refrences for some biographical data on characters. ### Character Entries There are 10 Entries in the file | Type | Description | Description | |--------|--------------------------------------|-----------------| | Byte[32] | Character Full Name | | | Byte[16] | First Name | Also used as the display name in ga...")
 
No edit summary
 
Line 1: Line 1:
# SSX 3 Character Database (CHARDB.DBL)
The SSX 3 Character Database (CHARDB.DBL) is a file that the game references for some biographical data on characters.
## Overview
The SSX 3 Character Database is a file that the game refrences for some biographical data on characters.


== Tools ==


== File Data ==
### Character Entries

=== Character Entries ===
There are 10 Entries in the file
There are 10 Entries in the file
{| class="wikitable"
| Type | Description | Description |
|+
|--------|--------------------------------------|-----------------|
!Type
| Byte[32] | Character Full Name | |
!Description
| Byte[16] | First Name | Also used as the display name in game (Note: In some versions changing this will break the character bio) |
!Notes
| Byte[16] | Nickname | |
|-
| Int32 | Unknown | |
|Byte[32]
| Int32 | Stance | 0 is regular, 1 is goofy |
|Character Full Name
| Int32 | Model Size | Effects Character Size in game |
|
| Byte[16] | Blood Type | |
|-
| Int32 | Gender | 0 is male, 1 is female |
|Byte[16]
| Int32 | Age | |
|First Name
| Byte[16] | Height | |
|Also used as the display name in game (Note: In some versions changing this will break the character bio)
| Byte[16] | Nationality | |
|-
| Int32 | Entry Position | |
|Byte[16]
|Nickname
|
|-
|Int32
|Unknown
|
|-
|Int32
|Stance
|0 is regular, 1 is goofy
|-
|Int32
|Model Size
|Effects Character Size in game
|-
|Byte[16]
|Blood Type
|
|-
|Int32
|Gender
|0 is male, 1 is female
|-
|Int32
|Age
|
|-
|Byte[16]
|Height
|
|-
|Byte[16]
|Nationality
|
|-
|Int32
|Entry Position
|
|}

Latest revision as of 08:58, 29 September 2022

The SSX 3 Character Database (CHARDB.DBL) is a file that the game references for some biographical data on characters.

Tools

File Data

Character Entries

There are 10 Entries in the file

Type Description Notes
Byte[32] Character Full Name
Byte[16] First Name Also used as the display name in game (Note: In some versions changing this will break the character bio)
Byte[16] Nickname
Int32 Unknown
Int32 Stance 0 is regular, 1 is goofy
Int32 Model Size Effects Character Size in game
Byte[16] Blood Type
Int32 Gender 0 is male, 1 is female
Int32 Age
Byte[16] Height
Byte[16] Nationality
Int32 Entry Position