Results 1 to 2 of 2

Thread: Free Flight Starting Altitude...

  1. #1

    Free Flight Starting Altitude...

    Is it possible to set your start position on the ground, rather than staring mid-air? With the map you can click to change your position, but there doesn't seem to be any options for changing your starting altitude. If there isn't an option to do this in the demos Free Flight mode, is\will this be implemented in the full version?

    Thank You
    Baka San

  2. #2
    In the Free Flight mode I don't know. But in the editor you can type this in the initialization box to set the chopper altitude.

    Code:
    this setpos [getpos this select 0, getpos this select 1, +1]
    I invit you to follow this guide

    http://takeonthegame.com/take-on-editing/

    ---------- Post added at 15:45 ---------- Previous post was at 15:26 ----------

    - Place a empty helicopter on the map. Name it "chopper"
    - Place a player on the map. In the init box type "this moveInDriver chopper"

    In you want the engine to be turned on change the "state" of the chopper to "fly". Then you can set the altitude by typing this line in the init box of the chopper.

    Code:
    this setpos [getpos this select 0, getpos this select 1, +0]
    Youtube Channel
    Don't Live on the Edge, Jump off it! ♥♫



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •