Curse Addons, Bge
There is no need for any logic bricks or python setups. All setup work is done behind the scenes if the operator is executed. After bge exit, the created objects are cleaned up.please, tell me what you think.
Capping Addon
Wow Pvp Addons
This could be easily transformed into an addonDownload Link:Addon branch on gitorious:The bge-addon branch already contains some more addons:. MatMan (Material painter for stencil maps) by Doc Holiday.
BatchBaker from project MangoInstallation:Unpack the archive, copy the bgetoolbox folder into 2.63/scripts/addons/ directory in your blender home dir or your blender install directory. Enable the addon as usual at userconfig-addons-bge toolboxCurrently included stuff:. spectator (w,a,s,d + mouse). egoview (w,a,s,d + mouse). modelviewer (mouse wheel drag).
arealview (mouse wheel drag for rotation, mouse wheel shift drag for panning)Currently not implemented:. 3rd person viewmode. 2d viewmodeYou can change the construction setup at bgeviewmodes.py or change the implementation under bgescripts. These are more quick&dirty hacks that you can exchange with your own viewmode implementation. Have fun.EDIT:!use with care, it deletes objects after bge exit! Do not name your objects with two underscores.greetings, moerdn.