Skip to main content

Questions tagged [game-engine]

The (BGE) Blender Game Engine (discontinued, blender 2.41 - 2.79) allows you to create interactive 3D applications, game prototypes and simulations.

1 vote
1 answer
25 views

Auto updating blender python scripts working in UPBGE?

Changing variables or functions within the blender scripts should normally be auto updated. I wanted to select a face on the plane added to scene and extrude it for several units. At the beginning no ...
blendpro's user avatar
  • 111
0 votes
1 answer
48 views

Blender 4.0 geo nodes: Bezier curve with 5 vertices subdivide only top 2 and bottom 2

how can i make in blender geo nodes the bezier curve only subdivide inbetween the top 2 vertices and the bottom ones, while the one vertice in the middle is unsubdivided? Appreciate any reply
Murat G's user avatar
0 votes
0 answers
11 views

When i use replace mesh logic NODE not brick the mesh boundaries dont update

Im haveing an issue when using the replace mesh node not brick. Iv done triangle mesh and checked the box for it in the node. The mesh dose replace corectly, but it still has the hit box of the ...
StayLifted_123's user avatar
0 votes
0 answers
19 views

How to apply modifiers in game runtime

I'm trying to figure out a logic node or logic brick way to apply a modifier on a mesh that is currently made but not applied. Example: manipulating geonodes in game on a mesh, then applying it in ...
StayLifted_123's user avatar
0 votes
1 answer
27 views

Using sensors, how can I control the movement of each bone individually?

I fixed the sensor on the human body, obtained the posture data of the human body, and uploaded it to Blender for display. The problem is, I found that when I move the sensor of the father bone, the ...
Handsome Fish's user avatar
0 votes
0 answers
51 views

UPBGE Actions Using Joystick Control

I am in the process of creating a playable character in UPBGE 0.36.1. I’m setting it up with a USB gamepad so that A) the character moves faster or slower according to how much the left analog stick ...
Caleb Holmberg's user avatar
0 votes
0 answers
44 views

The script only works once in UPBGE

the solution (if it helps someone) just remove space in ray2 (thanks musikai in blenderartists) if ray(): own["key"] = " " cont.owner.state = 1 to if ray(): own["key"] = &...
luciano villalba's user avatar
0 votes
0 answers
16 views

Need help with either globaldict or saving to JSON and recalling the saved info

So I've tried using the globaldict to make int properties persist across different scenes, but it doesn't work no matter how I try. I've followed many tutorials exactly and to the letter, but in the ...
StayLifted_123's user avatar
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
28 views

BGE character goes through object

I made a cylinder and removed the top face, so I made a bucket, but when my character jumps inside, I fall right through. The bucket is huge. It has to be. Adding collision bounds means I can't go in ...
ashsatoshiketchum's user avatar
0 votes
0 answers
36 views

Is there a way I could make character movement adjust to camera rotation in UPBGE?

Logic Node Editor I'm trying to make a fps character but I have no idea how to make the character move in the rotation of the camera. if you still don't understand. If I was to look forward and press ...
BlenderRenderer's user avatar
0 votes
0 answers
26 views

Good uses regarding polys, tris and quads [duplicate]

Since I have been modeling I have been wondering what are the good uses regarding polys, tris and quads. I try to only have quads in all my modeling but is it necessary when the goal is only to render?...
Marilux Fiorenzani's user avatar
0 votes
0 answers
71 views

UPBGE error. Why can't I run my script via Logic Node Editor?

Why does an error occur when running a script using a "Run Python Code" node? For some reason, in the error description my script is called a module
Давид Сировский's user avatar
0 votes
1 answer
114 views

Mouse look not working in UPBGE

I'm trying to make my first person character, and im using the mouse to interact with the view, but im using the logic brick and when i start my game, it doesn't work, nothing happen, what should i do?...
Thiago Pininga's user avatar
0 votes
0 answers
99 views

How should I use the Set Bone Position node in UPBGE?

In UPBGE, I have a rigged car, and I gave my rig a new logic node editor, and then I gave it a 4 key movement. So in pose mode, when I, for example, move the root bone (whose customized shape is ...
dsa's user avatar
  • 35

15 30 50 per page