Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 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 ...
Tylouw's user avatar
  • 1
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
0 answers
131 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 ...
Russell Chow's user avatar
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
280 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
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
0 votes
1 answer
387 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
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?
Alex's user avatar
  • 15
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 ...
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
2 votes
1 answer
315 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
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
0 votes
1 answer
309 views

(Blender Game Engine) Walk and Run cycle sound problems

This has not bothered me for a while. But when working on the finishing touches of my game I seem to rather have it fixed than to keep it that way.* My problem is simple. When I walk the 'Walk'sound ...
Sven Koppers'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

15 30 50 per page