Skip to main content

All Questions

Tagged with
4 votes
1 answer
1k views

How, specifically, does the game engines friction work?

I have a dynamic physics-typed object. Its material has an option for the amount of friction: Here is what it tells us: Well, refer to the first picture. We see, ...
blackhole's user avatar
  • 2,410
3 votes
1 answer
139 views

Stop player from climbing mountains

I want to create an open world FPS game with the BGE. Is there an option with character motion that allows the player to only walk on ground that is (for example) less steep than 10°? I don't want to ...
LoulixFR's user avatar
3 votes
0 answers
309 views

Calculate collision point of rigid body in BGE

I have a sphere (active rigid body) that bounces on a plane (passive rigid body) and afterwards hits another plane (passive rigid body). I would like to get its coordinates when it hits the second ...
AlexConfused's user avatar
2 votes
1 answer
317 views

Detect walls and prevent player from jumping on them

My main goal is to have the best jumping experience - (Keep jumping up and down when spacebar is held down, longer jumps when spacebar is held longer), where there is no wall jumps. Currently, minus ...
RATIU5's user avatar
  • 611
1 vote
1 answer
232 views

How to make an object only collides with the terrain?

I have a question to the the collision in the Blender Game Engine. I made an character (a simple sphere). This character is on layer 2. A empty object is on layer 1. This empty spawns every 5 seconds ...
Striga's user avatar
  • 35
1 vote
1 answer
282 views

Blender Collision Simulation Data

Is it possible to access data from a collision, such as point of collision and impact force? I am trying to simulate a "drop test" in Blender and cannot figure out how to access the information. As of ...
Russell Chow's user avatar
1 vote
1 answer
172 views

Apply collision event only on a specific mesh

I've been using Blender Cycle render for over an year and never done any game engine... This morning I looked a tutorial how to make an object move and after that I wanted to experiment a bit. I did ...
Eric Brochu's user avatar
1 vote
1 answer
738 views

Issue with Collision Detection

I am not sure if I am doing something wrong or there is an issue with the Collision sensor. I have a sensor embedded on the floor, with 2 objects that are moving over it. If the two objects pass ...
geguze's user avatar
  • 111
1 vote
1 answer
557 views

Collision bounds for 2D Sprites in the Blender Game Engine

How can I make Collision bounds for 2D sprites in the BGE? (The 2D sprite I am trying to make collision bounds for is the image I attached below). I imported the 2D sprites as planes with the "Import ...
giga's user avatar
  • 11
1 vote
1 answer
51 views

game shield in blender game engine

I am trying to make a shield that will end enemies when they come in contact with the shield. The problem is getting the shield to spawn on the character while he is moving. Any ideas? Thank u!
user64292's user avatar
1 vote
1 answer
106 views

Blender object sensor doesn't exist

When spawning an object into a game, I check its hit objects from my master python script, accessing the object spawned in. For some reason, the "Collision" sensor does not exist in the object, ...
Cameron Fazakerley's user avatar
0 votes
1 answer
2k views

Game Character walk through wall, even with Dynamic physics

Recently, I was developing a 3D Maze Game using Blender Game Engine. I set my character and maze walls physics to Dynamic with Convex Hull collision bound. when I test my game, my character walked ...
SyahrielIbnu_x86's user avatar
0 votes
1 answer
388 views

Collision logic brick not detecting collision in BGE

I am making a game in the BGE and I don't want my character going off the platform. I have is set to quit the game when that happens (I am going to change that later), and the walls let him pass right ...
EthanZone Coding's user avatar
0 votes
1 answer
157 views

how to simulate many balls walk

I want to simulate and visualize some situation, there are many people walking inside a big room, with walls and doors. I simply model each person as a ball or a cylinder, and write python code to ...
Franson  Wu's user avatar
0 votes
1 answer
112 views

Separate Collision Bounds

How would I add a separate collision bound for a character in Blender Game? I want to be able to detect collisions on different areas of the body and have different amounts of damage done.
Reggie96's user avatar

15 30 50 per page