Scarface: The World is Yours CSO: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == CSO == * ''' Format Type ''': Compiled Script <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signa...") |
imported>Ikskoks |
||
| (5 intermediate revisions 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 === | ||
| Line 36: | Line 36: | ||
* [https://github.com/sulzbals/BrokenFace BrokenFace (TorqueScript Decompiler)] | * [https://github.com/sulzbals/BrokenFace BrokenFace (TorqueScript Decompiler)] | ||
=== See Also === | === See Also === | ||
* [https://forum.mixmods.com.br/f120-ajuda/t3376-scarface-the-world-is-yours-cso-scripts | * [https://forum.mixmods.com.br/f120-ajuda/t3376-scarface-the-world-is-yours-cso-scripts Meth0d's article on Scarface scripts] | ||
* [https://discord.gg/ZRGeNsu Scarface Remastered Project (discord server)] | |||
* [https://blog.kwiatkowski.fr/?q=en/broken-synapse Broken Synapse] | |||
* [https://github.com/GarageGames/Torque3D Torque3D source code] | |||
<br/><br> | <br/><br> | ||
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