Scarface: The World is Yours CSO: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(4 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 ===

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