Cocos2d JSC: Difference between revisions
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] | ||
=== See Also === | |||
* [https://modgame.cc/how-to-find-decrypt-key-for-cocos2djs/ How to find decrypt key for cocos2djs?] | |||
<br/><br> | <br/><br> | ||
Revision as of 19:35, 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