Skip to main content

All Questions

0 votes
1 answer
198 views

How to import an object into an Armory game scene while the game is running?

How can one import an object (an obj) in an Armory game while the game is running? For example, I want to import an object (car.obj) when I press a key and remove that object if I press another key. I ...
Amir's user avatar
  • 3,062
1 vote
1 answer
408 views

BGE : AddObject adding two object

8 years using blender and still, never tried the Python API. Never too late to begin! Then I was stuck on something very frustrating, tried 2 days, created variant, searched for bugtracks and looking ...
QuentinVB's user avatar
0 votes
1 answer
77 views

Using localPosition to create a property based tracking system

So I have been using this code to broadcast coordinates so other objects can read the properties. The problem is that when I an using a vector I cannot tell if it is in the negatives or positives. ...
c0mlink's user avatar
  • 93
1 vote
0 answers
52 views

How can I make objects duplicated by script to have manipulated properties which are different from properties of the other duplicated objects?

I am no beginner of blender and python but I have a problem and therefore a question which couldn't be solved with help from all other internet pages. My problem: I have put one object in another ...
UniqueStar's user avatar
1 vote
1 answer
136 views

In the BGE, how do I make collected objects never appear again even when go back to that level?

For example, imagine a game where you collect objects (like coins, gems, keys, etc.), and the ones you pick disappear like they do in any other game where you collect coins. So, you are in level "A", ...
Kari's user avatar
  • 13
2 votes
1 answer
711 views

How to toggle/highlight interactable items?

in many games the items you want to pick change form when you are near or you are aiming at them. Sometimes they change color to a translucent green, sometimes they shine more than the rest objects in ...
Lev's user avatar
  • 947
5 votes
3 answers
2k views

Scripting - How to create a game property?

I have a bunch of objects and need to create some common properties to all of them like this ...
rraallvv's user avatar
  • 4,561