Page 1 of 1

Making a game

PostPosted: Mon Mar 19, 2007 5:52 am
by Gold blade
I read the tutorials, I looked on these forums, and I still cant capture the essence of game design. The only games I've ever really made was one cheap one on flash and one on my graphing calculator (a text based game, which took up more memory on it than you would believe). Can someone help me with the actual process of making a game?

On a side note, is it possible to import 3d models into Game Editor?

PostPosted: Mon Mar 19, 2007 12:27 pm
by makslane
A good start point is the Moon Defender tutorial. It's old, but you will get most of the Game Editor's concepts (like Events, Actions).

http://game-editor.com/tutorials/moonde ... l_eng.html

PostPosted: Mon Mar 19, 2007 2:47 pm
by LanoG
You can't import 3D format directly to GE, but you can use graphics files such as BMP, JPG, GIF etc. for your game. So, before you can use your 3D image in GE, you need to render it and save it in 2D graphic format as stated before. :D