Good job with what you've done so far, but ignoring any goals you have for the engine, this is far from complete.
* There's no skinning (bone-based animation).
* The editor is not very extensible. e.g., when you're placing objects, what kind of objects are being placed? (rhetorical) This would be better if there were some type of instant 3D preview.
* You can only have one player model. (I think, anyway.)
* You can only have one bot model. (I think, anyway.)
* While editing, you cannot "paint" objects by holding down the left mouse button while dragging. Only one object gets placed. (Check the mouse-move message; it tells you whether the left mouse button is (or other mouse buttons are) held down.)
* Likewise, you cannot hold the right mouse button to delete multiple objects in a single stroke.
Quote: "> Direction = is the direction the Bot Model will be facing in idle mode, (**only applies to Bot AI Type 2 and 4)"
This doesn't specify whether the direction is in degrees, radians, or even in Euler angles. For all we know it could be a full-blown quaternion that has to be formatted a specific way. Most likely I imagine it's in degrees. However, you don't say whether a rotation of 0 means positive Z orientation, or negative Z orientation. I'm sure serious users would figure this out pretty quickly. But people who are only evaluating whether they even want to use this might be deterred.
There's more functionality that's missing, but I'm not going to enumerate it here.
Don't get me wrong, it's cool that you've gone through and done this. It's just, a couple of generations behind, lol.
I'm not sure what the benefit of using this would be, especially considering the availability of similar, more complete, products. (Unity3D being the "big one," so to speak.)
Also, your capitalization is erratic.
I'd recommend trying to clean this up a bit. You can make links with the
href tag. e.g., [
[/i]href=http://google.com/]Google[[i]/href]. You can make embedded YouTube videos with the
youtube tag. e.g., [
[/i]youtube]F0RSoO-zvBQ[[i]/youtube].
Cheers,
Aaron