1,744
edits
Changes
→Formats used by SCS games
= Formats used by Prism3D based SCS games =
List of the file formats you will work with while modding our games.
{| class="wikitable" width="100%"
!width="12%50px"| Format!width="28%200px"| Full name!width="58%"| Purpose!| Type
|-
| Prism model descriptor
| Storage of the model descriptor data
| Binary
|-
| Prism model geometry
| Storage of the model geometry data
| Binary
|-
| Prism model collision
| Storage of the model dynamic collision data| Binary
|-
| Prism model animation
| Storage of the model animation data
| Binary
|-
| Storage of the prefab data
| Binary
|-
|-
| Storage of the model geometry data
| Text
|-
| .pic
| Prism intermediate collision
| Storage of the model dynamic collision data
| Text
|-
| .pia
| Prism intermediate animation
| Storage of the model animation data
| Text
|-
| Storage of the prefab data
| Text
|-
| Unit serialized file
| File storing serialized units
| Text and Binary
|-
| Serialized unit include
| The SII-include file without magic mark SiiNUnit
| Text
|-
| Texture object
| Texture detailed informations
| Text and Binary
|-
| Material
| Material definition
| Text
|-
| .zip
| ZIP archive
| Storage for the mods
| Binary
|-
| .scs
| SCS archive
| Storage for the game data
| Binary
|}