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
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
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
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
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
2 votes
2 answers
2k views

Game Engine: how to switch scenes in python code

I need to be able to switch scenes in python code while in game, and I don't mean hooking up a python controller to a scene changing actuator, I need to be able to change scenes without it. Does ...
Gabriel schwab BlazeTheStar's user avatar
2 votes
1 answer
463 views

Adding objects in a different scene than controller's

I have a number of scenes in my game; main, overlay, and underlay. I am currently attempting to use scene.addObject() to add an object in the underlay scene. Both ...
TryExceptElse's user avatar
0 votes
1 answer
370 views

How can one add a new blank scene to the blender game engine

I am attempting to add a new scene to the blender game engine while the engine is running. I am not attempting to add an existing scene that is in the file or an imported library, as with ...
TryExcept's user avatar
3 votes
3 answers
1k views

How to load an object from another scene in the bge?

I have a game with multiple levels made up of separate scenes. I'd like to add (at runtime) objects in an "assets" scene containing some generic objects that will be used in each level. After ...
gandalf3's user avatar
  • 158k
2 votes
1 answer
225 views

How can I achieve this "security camera" effect?

I want to create the following effect: When a keyboard control is pressed the main camera will be switched to another camera that already exists in the scene. At that time till the camera is switched ...
Lev's user avatar
  • 947
2 votes
1 answer
1k views

How to add a game object to another scene at a specific position?

Here is some code for getting a object and adding it to another scene: ...
EjayACER's user avatar
2 votes
0 answers
122 views

Changing material in a non active scene from python (BGE)

I have two scenes, sceneA and sceneB, which I run in game mode. While I am running sceneA, I would like to change a material in sceneB (but only at a later stage move to sceneB). I can access the ...
Rosa's user avatar
  • 21
3 votes
2 answers
139 views

How do I make settings in 1 scene affect other scene?

I am making a game and I wanted to find out, how to make a settings in 1 scene to affect (example, volume) other scene. Is it possible to import data from python and set it to other scene? I need to ...
Adrians Netlis's user avatar
1 vote
1 answer
853 views

BGE: Move character from Scene1 to Scene2 and keeping the character to Scene2

How can the character (red star) go thru a door from Scene1 to Scene2? Scene 1 is the current one and Scene2 is to be loaded after the character go thru the door. Scene1 is the exterior and Scene2 is ...
godolomn's user avatar
  • 417

15 30 50 per page