Skip to content

Diablo World Client – Diablo World 1.4 for cocos2d x 2.2.0 Windows version

9miao Mobile Game edited this page Aug 25, 2014 · 1 revision

Diablo World Client – Diablo World 1.4 for cocos2d-x 2.2.0 Windows version

The 2.2.0 version adds lib_json support; you can delete previously existed inclusions and references of lib_json, modify Json namespace into CSJson.

Here the official 1.4 version code is required (for project structure use)

Compiling steps:

  1. Download and unzip cocos2d-x. update environment variables COCOS2D_HOME to current 2.2 version path
  2. Find VS solution file (with .sln suffix name) in root directory of cocos2d-x, and then open your corresponding one (2012, 2010 or others), and compile solution file.
  3. Unzip the official 1.4 version codes to you appointed location, and then cover it with the unzipped cocos2d-x.
  4. Open tsDemo.vcxproj in pro.win32 directory to compile and save. The job is probably done by now!