Does anyone have an idea on how to get this? My Digital Graphics & Animation class (of whom I have convinced to use blender) are going to start a blender game class-project, and due to the nicer and easier to understand GUI of 2.3-, we would like to use that, but is there anyway to get the GE in it?
I’ve heard that it is still contained within the program, just disabled, and you must re-inable it in the source code…has anyone done this?
Also, when will the first 2.3+ blender be released with the GE back in? I’ve heard it had some legal issues, but I don’t know exactly…
wait, u say there’s a partially enabled game engine in the CVS? I have a current CVS build, and when i press p it says ‘Game Engine Disabled in This Release’
i dont know how to build from the source, but do you have to delve into the source code just to enable the game engine?
You don’t need to delve into the source, but you do need to compile it with the game engine enabled. Whoever’s cvs build you got, they didn’t turn the game engine on when they compiled it.
In regular blender2.3 or later, the game engine uses a beta ODE implementation, which isn’t really compatible with old games. In recent versions of tupohuu from cvs, the game engine can either be compiled with the ODE implementation, or a beta solid re-implementation which IS somewhat compatible with old games.
Both are still works in progress however, as soon as one of them really works it will be incorporated into at least one version of blender (2.3 or tupohuu2) that will be available for download.
Just out of curiosity will be be able to have dynamic boxes? Stuff that my character will be able to push around and jump on top of? I really need that, but solid better have at least some sort of simple bounding boxes.
Ok, the current implementation is using ode, you have sphere, rectangular, and (not working for me) polygonal bounds
I’ve heard that SOLID could do cube shaped bounds (and hopefully that means rectangular too), but it wasn’t implemented yet in 2.25 (it appeared planned for the future)
at the moment things don’t entriely work right
(I believe solid is being incorporated into tuhopuu2 before bf-blender, or so it seems)
well anyway, ode is fun to play with, the rectangular bounds are chosen in the object buttons (menu option next to the draw extra buttons), and takes the size of the bounds of the object.