it appears there are some issues with any paths that have spaces? or anything with longer than 8 characters for a folder name? i am getting weird folders... It will not create a folder in my desktop folder, but it truncates part of my name and creates a new folder with the game directory in it?
Also, when I can get it to create a folder, using the basic bmx, it places this inside the bmx file:
RegisterAbstractPath( "C:/rimfrost/Leadwerks" )
instead of what I said was my SDK folder....
This is because you have hardcoded that into the basic.bmx code instead of using the "$(MediaDir)"
testing the next example...
Edit-- whenever you click the BMAX configuration it only shows LUA and Framework as possible choices. But if select BMAX, then close and reopen the ProjectWizard, it will show BASIC as a possible choice as well.
The rest of the choices appear to work just fine... other than to point out that the bmax examples use framewOrk and not framewErk as listed in the project options...