Skip to main content

All Questions

Tagged with
1 vote
1 answer
109 views

How to get a List of blend file Scenes without bpy module

I'm creating a game, and my intention is to create a code that can run in the Standalone-Player, since I want a way to distribute it to him. Aafter creating my codes all related to the BPY module, I ...
Looan Passarelli's user avatar
0 votes
1 answer
116 views

how to send property value as a message sent by multiple object?

i was working on a game and i need to send multiple property values from different objects through different scenes using message body set to "property" any ideas ?
semi-developer's user avatar
0 votes
1 answer
125 views

How do I make my game music keep playing between scenes?

I'm making a game where each level has its own scene. When a level is completed it switches to the next scene and restarts the music that's playing. How do I make it so that the music plays ...
Hoopla's user avatar
  • 1
0 votes
2 answers
156 views

copy object location to another scene? BGE

I have a dummy object parented to a vertice of the health bar of my main character on the first scene the health bar works accurately and the dummy fallows the vertice parenting, I have an object on ...
Mindshockstudios's user avatar
0 votes
1 answer
248 views

Trying to copy objects across scenes but it duplicates my scenes instead (BGE)

I am ctrl+c some objects (planes and texts) from one scene to paste (ctrl+v) into another scene. But in the other scene (the one I want to copy them to) they do not show up and it duplicates all my ...
Silas's user avatar
  • 366
0 votes
1 answer
94 views

How can I make text appear on the screen in the game engine when the character enters a certain area?

I am making a game and I want text to appear when the character enters a invisible cube. I have tried to make a overlay scene, but I can't make it work. Thanks!
user avatar
0 votes
1 answer
399 views

How to get a camera to copy location of character from a different scene in BGE

I have a movable character in one scene (though it is a "2d" game, so it only moves left and right, up and down) and a camera is focused on it, but I need a camera in a different scene to copy the ...
Silas's user avatar
  • 366
0 votes
1 answer
87 views

Imitate Copy Transform Constraint in BGE

To put it simply, I need something like the Copy Transform constraint that'll work for the BGE. I have a setup for landscape Level of Detail, in which there are 2 scenes (one for high-poly models and ...
JakoNintenCraft's user avatar
0 votes
1 answer
207 views

How do I control scenes switching

I currently have two scenes in the Blender. When you enter the game the first scene comes up and when you press "play" the second scene comes up. I've managed to have done that. Now the third scene ...
Marcel Torch's user avatar
2 votes
3 answers
922 views

BGE Object List within a specified distance

In a script that I'm writing I'm trying to create a list of all the objects within a specific distance of the player which have a certain property assigned to them, but I can't figure out how to get ...
christai's user avatar
  • 793
0 votes
1 answer
53 views

Is it possible to run multiple scenes in blender while only keeping one visible?

I was wondering if it were at all possible to run a scene in blender game engine while being able to selectively toggle visibility? In other words, have a scene running physics, but only displaying it ...
Omni's user avatar
  • 7
0 votes
2 answers
503 views

Game Engine: Can I load objects and scenes into memory?

Is there an option to load objects/scenes I want to memory to prevent lags? I don't want to let all objects spawn to buffer them or other tricks. How can I do this? And is it possible to remove them ...
Frostie's user avatar
  • 31
0 votes
0 answers
256 views

How to use correctly the "Scene" actuator

I've read in an answer here that in order to suspend-resume a scene correctly you need an overlay scene. In my case I have a main scene and an overlay scene. I use the overlay scene to pause-unpause ...
Lev's user avatar
  • 947
3 votes
2 answers
1k views

How do you add an object from another scene in the BGE?

I have several scenes that will be using the same objects over and over. So I created a directory scene so I can pull objects to their places (while the game is runing) with no problems. But I don't ...
c0mlink's user avatar
  • 93
1 vote
1 answer
652 views

How do I make a delay between when a sensor is activated and when the controller activates?

So I've been working on this car game and want the level to restart when you hit the ground outside the track. I have a collision sensor on the car looking for colliding with an object with the ...
Sam54123's user avatar
  • 189

15 30 50 per page