Scarface: The World is Yours CSO: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 36: | Line 36: | ||
* [https://github.com/sulzbals/BrokenFace BrokenFace (TorqueScript Decompiler)] | * [https://github.com/sulzbals/BrokenFace BrokenFace (TorqueScript Decompiler)] | ||
=== See Also === | === See Also === | ||
Revision as of 21:38, 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