Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Helicopter
#1
I saw the helicopter mode. Is it possible to make its appearance at once on the ground, without the radar?Undecided
Reply

#2
(07-03-2012, 17:09)evgen2307RUS Wrote: I saw the helicopter mode. Is it possible to make its appearance at once on the ground, without the radar?Undecided

Yes, making it appear on ground is possible, but it will fit wrongly with it ( most times ).
Reply

#3
Can you give the script to see?
Reply

#4
(07-04-2012, 12:45)Estonia456 Wrote: Can you give the script to see?

Is just change the position where it spawns.
Reply

#5
So ... You can tell how to do, because I'm a beginner (not quite)
Reply

#6
(07-04-2012, 13:50)Estonia456 Wrote: So ... You can tell how to do, because I'm a beginner (not quite)

Find on your helicopter script something that says "SpawnHelicopter", then put after the second "," this:

Code:
bulletTrace( self.origin, self.origin - ( 0, 0, 100000 ), false, self )[ "position" ]

An example of how it should look:

Code:
chopper = spawnHelicopter( self, bulletTrace( self.origin, self.origin - ( 0, 0, 100000 ), false, self )[ "position" ], self.angles,"cobra_mp", CONST_HELI_MODEL );
Reply

#7
(07-04-2012, 14:03)Yamato Wrote:
Code:
bulletTrace( self.origin, self.origin - ( 0, 0, 100000 ), false, self )[ "position" ]

Remember to add an Z offset (for example + (0, 0, 200)) since the helicopter model is pretty big.
Reply

#8
(07-04-2012, 15:27)Rendflex Wrote:
(07-04-2012, 14:03)Yamato Wrote:
Code:
bulletTrace( self.origin, self.origin - ( 0, 0, 100000 ), false, self )[ "position" ]

Remember to add an Z offset (for example + (0, 0, 200)) since the helicopter model is pretty big.

Yes, I didnt remember about that, also, that offset will change depending on the model, some helis have its origin in the rotor and others in other parts.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Spawning carepackage helicopter -- DidUknowiPwn 4 3,704 11-08-2013, 08:18
Last Post: DidUknowiPwn
  Simple flyable helicopter script port, could use help! akillj 0 2,370 06-15-2013, 09:20
Last Post: akillj
  fly little helicopter, FLY!! I BERIEVE IN YOUUUUUUUUUU!!! JariZ 11 6,318 03-28-2012, 14:55
Last Post: JariZ
  Flyable Helicopter d0h! 8 13,006 02-20-2012, 09:34
Last Post: surtek
  [News] The most awesome BF3 helicopter ever! Rendflex 1 2,677 11-07-2011, 19:01
Last Post: d0h!

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.