Scarface: The World is Yours CSO: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (One intermediate revision by the same user not shown) | |||
| Line 23: | Line 23: | ||
* CSO file is compiled script file (TorqueScript) used in game "Scarface: The World is Yours" from '''Radical Entertainment'''. | * CSO file is compiled script file (TorqueScript) used in game "Scarface: The World is Yours" from '''Radical Entertainment'''. | ||
* Scripts are located in scriptc directory inside cement.rcf archive. | * Scripts are located in "scriptc" directory inside cement.rcf archive. | ||
=== Games === | === Games === | ||
Latest revision as of 21:39, 15 April 2022
Back to index | Edit this page
CSO
- Format Type : Compiled Script
- Endian Order : Little Endian
- Signature : None
Format Specifications
//header 4 bytes (uint32) - version // always 1 4 bytes (uint32) - table size x bytes - table data // TODO
Notes and Comments
- CSO file is compiled script file (TorqueScript) used in game "Scarface: The World is Yours" from Radical Entertainment.
- Scripts are located in "scriptc" directory inside cement.rcf archive.
Games
List of games using this file format:
- Scarface: The World is Yours (PC) (*.CSO)
QuickBMS Script
Not written yet.
Compatible Programs
See Also
- Meth0d's article on Scarface scripts
- Scarface Remastered Project (discord server)
- Broken Synapse
- Torque3D source code