cash_printer_heist
v1.0.0
Published
Using **Cocos 2.4.8**
Downloads
5
Readme
Cash Printer Heist
Using Cocos 2.4.8
How test locally using titan harness + catalyst
Steps:
- Configure endpoints in file
catalyst-settings.json
(you can check these endpoints by launching game using Axiom) - Run
npm run server
- Go to harness webpage ->
localhost:5000
orlocalhost:5001
- Fill game details (mid, cid, username)
- Scroll down and activate "DejaView"
- Fill the dejaview configuration with the port configured in the settings file (default
http://localhost:9000
)
How to build using variants
- Configure variants using file
gtpconfig.json
- Run
npm run package [template]
- for example,
npm run package 92
- if you do not pass any arguments, it uses template
default
- for example,