Cocos2d JSC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 32: Line 32:


* [https://github.com/cocos2d/cocos2d-x cocos2d-x] + [https://github.com/cocos2d/cocos2d-x-samples cocos2d-x-samples]
* [https://github.com/cocos2d/cocos2d-x cocos2d-x] + [https://github.com/cocos2d/cocos2d-x-samples cocos2d-x-samples]
* [https://platinmods.com/threads/tool-encryption-decryption-jsc-files-to-modded-games-based-cocos2djs.132148/ JSC decrypt tool]


=== See Also ===
=== See Also ===

Revision as of 21:54, 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

See Also