why always the project name is "HelloWorld" with create-multi-platform-projects.py

when i use the command line “cocos2d-x-3.0alpha0\create-multi-platform-projects.py p namek pkname -l cpp”
The projectname is always “HelloWorld”. it is awful. Is there any command to create the project name which i want ?

Delete the hello world, change to ur scene class at AppDelegate.cpp

This is a bug in cocos2dx 3.0 alpha 1. Old 2.x versions renamed the project fine in .py script.

I think it is now fixed in develop branch and will work fine in next release.

ok. i will change it manual. hope the bug fix earlier.:slight_smile: