利用者:Bartje/Doc:NL/Tutorials/Game Engine/BSoD

提供: wiki
移動先: 案内検索

BSoD-Introduction to the Game Engine-Sample-Blender-GE-Game-Screenshots.jpg

Een overzicht van de tutorial en van de verwachte vaardigheden

  1. De vorm van de tutorial
  2. Voor wie is deze tutorial bedoeld?
  3. Wat moet je reeds kunnen of kennen?
  4. Beginnen aan een nieuw spel?
  5. Blender downloaden

Leren omgaan met de UI van Blender

  1. The basics of the Blender UI
  2. Taking a closer look at the default scene
  3. Interacting with the 3D scene
  4. Changing the 3D scene to Perspective mode
  5. Manipulating objects within the scene
  6. Selecting other objects within the scene
  7. Adding and removing objects in the scene
  8. Fixing newly added 3D objects
  9. Renaming objects
  10. Practice, Practice, Practice

De beginselen van Blender's Game Engine leren kennen

  1. The basics of the Blender Game Engine
  2. Setting up the default scene
  3. A very useful keypress sequence when working with the GE
  4. Choosing the correct Shading Mode ( or Draw Type ) for the GE
  5. The Main Game Panel
  6. Visually controlling the GE - Sensors, Actuators, Controllers
  7. Setting up a basic Sensor, Controller, Actuator sequence
  8. Breaking down the events in the GE system

De default kubus bewegen, zonder physics te gebruiken

  1. Moving the cube using no physics
  2. Controlling the cube via the arrow keys
  3. Adding in additional keyboard controls
  4. Some GE house keeping
  5. Removing logic blocks and connections

De default kubus bewegen, met gebruik van physics

  1. Moving the cube using physics
  2. Setting up the game scene
  3. Making a model physical within the GE
  4. Moving the physical object within the GE
  5. Controlling the sphere using the arrow keys
  6. Adding some obstacles into the level
  7. Making some of the objects physical

Het vervolledigen van de Introductie tutorial over de Game Engine

Congratulations on completing the basic Blender Game Engine tutorial!


You should now have a general overview of the basics of using the GE.

You will have practical experience of...

  • Connecting sensors, controllers and actuators in the game panel
  • Using the motion actuator to move objects directly
  • Using the motion actuator to move objects using physical forces
  • Taking keyboard control of game objects
  • Creating a simple 3D game scene
  • Making new objects physical within the GE

With the skills you have learned so far, you will be able to extend this simple environment as you learn more about modelling within Blender.


At this stage, you might want to recreate the final scene again, starting from scratch, to see how far you can get without reading the instructions. If you can recreate it all from memory, you are on your way to becoming a true Blender GE power user!


The next few additional areas below will cover some more complex issues, such as making the ball jump, and adding materials to the scene.

Creating more complex game levels and interactions

  1. Making the ball jump
  2. Restarting the game when a goal is reached
  3. Collecting pickups within the level
  4. Adding color to the levels using Materials
  5. Making a stand-alone version of the game

Overview of all of the Sensor, Controller and Actuator Logic Blocks

  1. All Sensors
  2. All Controllers
  3. All Actuators

Additional links and tutorials

Blender Artists Community Forum - GE Section

This is one of the best resources for GE users.

If you want to ask any questions about how to do something with the GE, post some examples of your current game, or just keep up to date on all things GE, this is THE main place to visit.

The Blender Artists Community Forum - Game Engine section


Links to other Blender or GE related websites

Blender Bullet Physics Tips

Blender Bullet forum. If you find any problems with Bullet in Blender, you can post an example demo to this forum for the attention of Erwin, the mighty creator of Bullet ( as well as the creator of the Not a Number Blender GE! ).

The official Blender "Interactive 3D" forum. If you have an interest in developing the GE itself, visit this forum. For user ( non-developer ) questions on the GE, please use the Blender Artists Community forum above.

The official Blender "Testing Builds" forum. You can download the very latest test versions of Blender in this forum. Note that these builds may not be stable and may contain bugs - hence the "Testing" label.

Links to other Blender tutorials

This is a great tutorial to start finding out more about Blender

Making an animation in 30 seconds - Part 1

Making an animation in 30 seconds - Part 2

Blender Noob to Pro - lots of Blender tutorials


Python Scripting Reference for Game Engine - for more advanced users


Links to other Blender related websites

Blender Nation has updated news on various Blender related items every single day

Download the excellent Blender Art magazines from here. They contain some excellent tutorials, as well as Blender news and gallery images

Coming up in the next, more advanced GE tutorial...

This tutorial has focused on introducing new users to the basics of the GE, in as straight forward a way as possible.

The next GE tutorial is in progress, which will cover the following ( more complex ) tasks.


  • Applying more than one material to the same object
  • Texturing objects
  • Using cameras to track the player
  • Extrude faces in a mesh to make simple maze
  • Adding various gameplay elements, such as moving platforms ( using IPOs ) and pickups
  • Losing and winning the game
  • Creating title screens
  • Creating multiple levels ( by linking objects across scenes )

Basic Python scripting for the GE will also be covered.


Until then, keep improving your skills with both Blender and the GE!

--Mal_CanDo 17:00, 18 August 2006 (GMT)