Skip to main content

Questions tagged [blender-game-engine]

The blender game engine is the game engine built into blender.

Filter by
Sorted by
Tagged with
-3 votes
1 answer
110 views

I'm a new student in game development. Can I use C++ in the Blender game engine or just only write python there?
Hritik gautam's user avatar
0 votes
1 answer
635 views

I don't speak good english, but I will try.. I need to make a game for my University. Exists lot of models in blendswap but, I have problem for export. Many of these models have extra objects, such ...
Strelok's user avatar
  • 101
1 vote
1 answer
173 views

I'm new to game development and I'm not sure what I've done wrong. My game runs at about 60 frames per second until I add one instance of a model I made in Blender. As soon as I add it the frame rate ...
Daniel's user avatar
  • 147
2 votes
1 answer
268 views

Would any of you guys or gals know the answer, please? I know one can generate a .exe (windows executable) file from a single blend file. My question is very simple: Can anyone generate a single .exe ...
Kennedy Richard's user avatar
0 votes
1 answer
86 views

Where can I find the "bge" module file ? It imports well from a python script but I want to know where from.
Yvain's user avatar
  • 135
7 votes
1 answer
2k views

I use blender game engine and blender uses OpenGL for graphics. How can I draw lines around all 3D objects? Would this be a job for a filter? Mainly, I want my end result to look drawn. I found this: <...
ruckus's user avatar
  • 193
0 votes
1 answer
3k views

I am making a racing game inside of Blender Game Engine. You can see the latest video here to get the impression of what type of game it is: https://www.youtube.com/watch?v=0i3m-xXtnhc What I want to ...
Adrians Netlis's user avatar
1 vote
2 answers
614 views

I concider myself an amateur, but I have quite some experince in Unity3D. Over the course of the next three years - before I can quit my job and go to colledge - I want to make ONE game. Now the ...
0rube's user avatar
  • 13
0 votes
1 answer
375 views

I want to design 3D games for my android smart phone. Though I that two powerful game development software like Blender (under Linux) supports 3D game development. My question is: How can a game ...
Amarpreet Kaur's user avatar
0 votes
1 answer
801 views

I am using Blender Game Engine. I want to create a large flat plane, and deform it locally near a moving object. So far (despite being a beginner at shaders) I've written a vertex shader for the ...
Greg's user avatar
  • 224
2 votes
1 answer
306 views

I'm trying to learn how to use BGE, and one of the things I'd like to do is programatically move the cube using a python script. I added a controller but no luck. See screenshot. I'm trying to run the ...
Mossen's user avatar
  • 247
0 votes
2 answers
193 views

1 - Does Blender have a main menu, and if so, how do I make it appear? This is what I'm looking at currently: https://i.sstatic.net/xd0Zf.jpg 2 - Also, that text panel at the top, that is as large ...
Mossen's user avatar
  • 247
2 votes
1 answer
3k views

I am trying to write a Python function for Blender(2.66) game engine, that permits me to detect collision between two objects. I tried to read the documentation, but it's very confusing, and I don't ...
L.P's user avatar
  • 741
2 votes
3 answers
1k views

How does one export game logic ("Sensors") that Unity references for controlling actions from Blender's "Action Editor" or "Dope Sheet?" I have a Blender model that has ...
0 votes
1 answer
286 views

I'm programming a basic game on XNA. I started to place an object (eg weapon) attached to the right arm of my player. When I move my character forward behind left or right all right. But when I ...
Mehdi Bugnard's user avatar
1 vote
1 answer
3k views

I used to use the BGE until I found that unity can build to lots of different platforms. What platforms does the BGE support?
Daniel's user avatar
  • 3,471
6 votes
1 answer
6k views

I have started to make a fantasy 3d fps swordplay game and I want to add animations. I don't want to animate everything by hand because it would take a lot of time, so I decided to use procedural ...
user712092's user avatar
  • 1,134
19 votes
7 answers
6k views

Blender is one of those applications that you either love or hate. I know it is great for 3D modeling and and animations and there is a lot said about the UI and its steep learning curve. I am more ...
Steve Obbayi's user avatar