About Store Forum Documentation Contact



Post Reply 
Changing the flying of a character...
Author Message
KevinGruber Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
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
Find all posts by this user Quote this message in a reply
KevinGruber Offline
Member

Post: #4
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
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
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #6
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply