KevinGruber
Member
|
Changing the flying of a character...
I have a little question..
how do i change the behavior of the ctrl.flying()?
because i want to use it for a spacecraft but it leans forward and a spacecraft didn't do that.
or is there no way?
thx for the help
Greetings kev
|
|
11-22-2010 12:01 AM |
|
Dynad
Member
|
RE: Changing the flying of a character...
Well what you can do is turn off the gravity of your character class and you will have the same effect.
There is always evil somewhere, you just have to look for it properly.
|
|
11-22-2010 12:18 AM |
|
Esenthel
Administrator
|
RE: Changing the flying of a character...
don't use Chr for spacecraft, but use custom game class with Actor
|
|
11-22-2010 01:00 AM |
|
KevinGruber
Member
|
RE: Changing the flying of a character...
How do i use this?
I am Not good at Programming, i am more a Visual artist!
But i want to learn it..
Thx
|
|
11-22-2010 01:05 AM |
|
Esenthel
Administrator
|
RE: Changing the flying of a character...
there's a small sample of creating custom game class in the game basics folder (called "extending game object class" or similar)
but more examples are provided in the game object sources for licensed developers.
|
|
11-22-2010 01:28 AM |
|
Dynad
Member
|
RE: Changing the flying of a character...
Esenthel maybe you are right about not using the character class, but for beginners its the best class to begin with. Cause it has the most methods implemented.
There is always evil somewhere, you just have to look for it properly.
|
|
11-22-2010 02:33 AM |
|