interesting for "level helper" users

Hi,

If you make your games with cocos2dx and level helper, the author has created an interesting branch for cocos2dx programes after my request, friendly guy :~~P At the same time you can drastically reduce the size of the levels since you can binarize them on ios
http://www.levelhelper.org/phpBB3/viewtopic.php?f=14&t=2372&p=14350#p14350
The thing is that now it takes 1/3 of the time to load the levels. This is becasue:
~~ CCDictionary is much more efficient than LHDictionary

  • CCDictionary can read binary files, so the size of the level can be reduced 1/10

I think it’s still a lot of time, but much better than before.

Enjoy!