I a real beginner, so i’ve got lot of problems with game engine.
I can find a good way to animate a pinguin firing with a gun.
I give up.
But i’m sure the solution is simple.
please, help.
here the blender file : http://perso.wanadoo.fr/pierre.choco/pikilipita/real-ikita.zip
By the way, to make Artificial Intellignece moving other characters,
will i need to use python( be sure i don’t know any word of it) or will
the logicial bricks be ok for it ?
About the AI, it depends on how complex you want it. For an example of simple AI using only logic bricks you can check out Robo-Gladiators at http://robowar.vze.com
Basicly the enemies just have track-to, and movement actuators to make them always point at the player and move forward. They also have a near sensor that makes them use their weapon when they’re near to the player.
Hello Pikilipita
That’s quite good, for a beginner
The only “big” prob (if it’s one) is that the pinguin slides instead of
walking.
Some movement at the feet and general bouncing wiil help i guess
Ah, you forget to smooth the pinguin
Keep Blending
António
smoothing can be found by pressing f9 when you have selected a mesh (model) then find the button that says ‘set smooth’ it’s next to ‘set solid’ and press it…
the gun should be a child of the arm, most logically speaking…
animating the feet and so called ‘general bouncing’ refers to the fact that people go up and down when they walk…
you could for instance make the penguin swing (rotate) from side to side as he shifts his weight from the left to the right foot…
I there a way not to reset properties values of a shared object when you change the current scene.
example :
i want the life point value of my character not to be change when he passes from the 1st level to the 2nd level.
well, it is exactly what i’ve did just before post my message.
I uses this tips to count ammo of my pinguin gun.
But it is not ok for my game. OK to count ammo but…
I need to have control of my character position when an “level” scene is replaced by an other.
In fact, my pinguin visits rooms of a house.
Considering where does come my pinguin, i must place him in front of a specific door of this room.
>>> if he enter the kitchen by the garden , it is not the same as if he enters the kitchen by the living room.
So i’ve made an ipo position for each possibility of coming in the kitchen.
Each room equal one scene.
And when he enters a new room, so when a new scene is loaded, i can’t tell him :
your ipo position refers to a propertie located in a overlay scene.
Because i don’t know how to communicate properties from an overlay scene top a background scene.