ЧаВо/GameEngine
Материал из Blender3D.
GE = GAME ENGINE
COMMON GE FAQ
- #How can i compare Game Engine performance on different computer?
- #How do I start using the game engine?
- #Can games be converted to an executable?
- How do I set up game logic?
- #How do I setup a health bar?
- How do I add weapons to the game engine?
- How to make an fps camera or mouse controlled camera?
- How do I use the object actuator?
- How does Blender cope with level of detail?
- How do I make a game auto start?
- Can Blender user a game pad or a joy stick?
- Games are slow can I speed them up?
- Saving processing power?
- Maximum poly count usage per scene?
- Can i use particle in the Game Engine?
- #How can I make static shadows?
- How can I make AI?
- #How can I make AI? (Predator/Prey Model)?
- #How can I use other audio formats in the GE besides .wav?
- #How can I setup a 3rd person camera so that it won't go through walls?
GE TEXTURING AND GE BITMAP FONTS FAQ
- How can i make game textures
- What kind texture size can i use?
- What is the mipmap and how can i use it?
- Everything white what happend or when I press P my textures disappear, why?
- How make animated textures in GE?
- How make and use alpha map in GE?
GE MODELING FAQ
- How make low poly object?
- How can i make double sided faces?
- How make seamles textures?
GE RENDERING FAQ
- How can i use blender material stuff and what is the different the old one?
- Does materials work in game engine?
- How can i use glsl shaders?
- How make realtime shadow?
- How make bumpmap/normalmap?
- How make shadowmap/lightmap?
- The GE support directX?
- The GE support openGL or glsl shaders?
- #How can I display text (bitmap fonts) in the game engine?
- #Where can I find ready made GameEngine fonts?
GE ANIMATING FAQ
- How do I use IPO's with games?
- #How can I make a walkcycle for a character?
- How make an animated caracter?
- How use bones?
- Does IKA works on game engine?
GE PHYSICS FAQ
- How can you detect collision in a game?
- How can I change the gravity in a game?
How can i compare Game Engine performance on different computer?
- The performance of a game is rated in fps (frames per second). In blender the default frame rate performance is kept at a steady 60 fps (however this can get lower if your computer is not fast enough). To see the frame rate in blender: in the upper left tool bar select "Game" and then select "Show Framerate and Profile". To show the maximum fps the game can run on your particular computer you'll have to manual go into the video driver and change a particular setting.
How do I start using the game engine?
- Blender is first and foremost a modeler/rendering software, with a GE to boot.
- These are the suggested steps you should take first before diving head in. It'll make your life a lot easier.
- Learn the Blender interface (download the blender guide and go through the manual to learn blender's features)
- Lighting/Modeling/Animation (this should be covered in the manual/WIKI, but practice makes perfect)
- Go through the GameBlender Documentation (explains logic bricks, expressions, python scripting for GE, GameLogic functions, etc). Play around with the logic bricks yourself and see how each one works.
- You can stop here if you want. But I suggest you keep going.
- Learn python
- Learn how python applies to the GE
- Learn GLSL for GE
- You should be set after all this
Can games be converted to an executable?
- Yes. First remember to pack your data (packs textures used into .blend). In Blender, select "File", then "Pack Data". To create an executable, select "File", then "Save Dynamic Runtime". In the newer versions of blender, the executables need sdl.dll and python_current python version here_.dll (ex: python24.dll), in order to run.
How do I setup a health bar?
How can I make static shadows?
How can I make AI? (Predator/Prey Model)
How can I use other audio formats in the GE besides .wav?
How can I setup a 3rd person camera so that it won't go through walls?
How can I display text (bitmap fonts) in the game engine?
Where can I find ready made GameEngine fonts?
How can I make a walkcycle for a character?

