Cocos2d JSC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == JSC == * ''' Format Type ''': Compiled Script <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signa...")
imported>Ikskoks
Line 18: Line 18:


* This file format occurs in games made using '''Cocos2d-x''' framework.
* This file format occurs in games made using '''Cocos2d-x''' framework.
* JSC is a compiled JavaScript file.
* JSC may be compressed with '''GZIP''' or encrypted with '''XXTEA'''.


=== Games ===  
=== Games ===  

Revision as of 19:33, 26 August 2022

Back to index | Edit this page

JSC

  • Format Type : Compiled Script
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

// TODO

Notes and Comments

  • This file format occurs in games made using Cocos2d-x framework.
  • JSC is a compiled JavaScript file.
  • JSC may be compressed with GZIP or encrypted with XXTEA.

Games

List of games using this file format:

  • Jimi-Kare My Quiet Boyfriend (Android) (*.JSC)

QuickBMS Script

Not written yet.

Compatible Programs