Hello all,
I configured a quick wizard for those of you who love Code::Blocks as much as I do.
The zip file contains the wizard folder and the wizards configuration file.
Unless you already defined previous wizards (in which case: read further down) you can safely unzip the contents of the package in the following diretory:
"..\CodeBlocks\share\CodeBlocks\templates\wizard"Overwriting
"config.script" wont do any harm. For manual configuration, read below.
After installing the wizard, follow the wizard's instructions to initially set up the paths. This only need to be done once. The next time you create a 3dgs plugin project, the paths you previously selected are taken.
Code::Blocks homepage Code::Blocks wiki Download Code::Blocks 3dgs plugin wizardKeep in mind that if you previously had installed other wizards for Code::Blocks, you need to add the 3dgs wizard line to your own configuration file instead of copying this one. Otherwise you'll overwrite them.
To do so manually:
- Navigate to
"..\CodeBlocks\share\CodeBlocks\templates\wizard"
- Open
"config.script" in a notepad
- Add the following line into the RegisterWizards() function
*
RegisterWizard(wizProject, _T("3dgsplugin"), _T("3dgs Plugin project"), _T("Console"));And now a short impression:




If there's any requests for a 3dgs sdk_engine wizard, I'll make one. Just yell.
Regards,
Joozey