Or is it? I been wanting to make my own game from the age of 12 (now 22),designing title screens and character bios on paper with friends,designing cars and tracks, and what ever else you wanted to do. Sound likeyou? if so, get hold of DB/pro, this software will give you the power todo just that, keep those ideas in your head and make them yourself.
Now what you have to remember with Dark BASIC (Beginners All-purposeSymbolic Instruction Code) / PRO is that it is a full Programming Languagewhich you have to LEARN! If you think that you can make a game with thisin one weekend think again (although it is possible to make a little gamein a weekend, just nothing worth shouting about) - If you want somethinglike that look for 3D Gamemaker made by Dark BASIC
I have been using the Classic version of this, and I am now upgrading dueto the advance features this offers. I am currently making a 2D game usingthe classic version. But you can of course use it to make 3D games.
What you also got to remember is that DB/Pro isn't restricted to justmaking games, you can make any type of software with this erm software,and what is great about this, is that once you bought the initial package,you can sell any games you make with it, without paying any royalty feesto the makers, how cool is that.
This software is brilliant, and you don't need to know any previousprogramming language (although it is probably good if you do), all youneed is a basic grasp of maths (GCSE level is all you need - if that!) DBis so easy to pick up and learn that there are even 11 year old kids thatpick this up and make 3D games with it! you don't believe me, well whatabout this, this is how you make a cube and texture it:
load image "filename.bmp",(image number)
make object cube (object number),(object size)
texture object (object number),(image number)
that is it! that will make a cube (not position it but it will be on thescreen) and texture it (of course the "filename.bmp" has to be a validimage). Is that too complex?
The help system is amazing, you can find what you want fast and it givesyou the commands and how to set it out. it is soo easy, I picked it up indays and I ain't the brightest person in the world!
Like I said this is a full programming language, you are not going to makea decent game in a day. but if your serious about making a game and don'twant to learn C++ / Direct X then this is the software for you. True youhave to create your own 3D models and 2D sprites but doesn't every gamedevelopment company? DB/Pro comes with royalty freeanimations/textures/images/3D models/music that you can use.
Almost professional game making couldn't be any more BASIC.