PDA

View Full Version : Free Flight Starting Altitude...



BakaSan
Jan 7 2012, 13:21
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

hon0
Jan 7 2012, 13:45
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.


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.


this setpos [getpos this select 0, getpos this select 1, +0]