Skip to main content

All Questions

Tagged with
0 votes
0 answers
27 views

Collision detection with sensor not working in specific case

Problem: I am encountering an issue with collision detection in Blender Game Engine while working with parented hitboxes. I am using the latest version of BGE on Windows 10. Details: Hitbox ...
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 ...
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.
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!
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 ...
0 votes
0 answers
132 views

Impact Forces in Blender Game Engine

I am using the blender game engine to run drop test physics simulations and I was wondering if there is a way to collect the force and impact data from the collision. Maybe using "appliedImpulse"? I ...
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 ...
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 ...
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 ...
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 ...
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 ...
0 votes
1 answer
59 views

Blender collision activation only once

I have it so that once you touch this block, my voice actress begins giving a tutorial, but if you touch it again, she starts all over again, do you know a way to make this happen only once?
0 votes
1 answer
78 views

How to make an object be sensed if it is No Collision in BGE

I am making a space game, but I need to make a boundary. I have four cubes and I'm using a property sensor to detect them and then display text, but I don't want the spaceship to collide with them and ...
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, ...
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 ...

15 30 50 per page