Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Hacking the UAV for ground stabilization  (Read 3886 times)

0 Members and 2 Guests are viewing this topic.

Offline Trexian

  • Members
  • *
Hacking the UAV for ground stabilization
« on: 28 Aug 2009, 19:41:34 »
Anyone looking at getting some kind of ground stabilization addon for the UAV module?  It is (another) one of those things BI should've gotten done, at least in a basic way.

Looking at Mandoble's helo MFD, it seems like there should be a way to, once in the UAV mode, have a keybind that ground stabilizes where the cursor is, then allow for finer targeting from there.  Seems like camPrepareTarget or camSetTarget could be useful.  Maybe even use the A2 command camTarget to return what is being targeted at that moment.  Use that getPos and nearestObjects to build an array, then have the player select from that array.
Sic semper tyrannosauro.

Offline DMarkwick

  • Contributing Member
  • **
  • I'm a llama!
Re: Hacking the UAV for ground stabilization
« Reply #1 on: 28 Aug 2009, 20:24:36 »
Hmm, good idea :)

I guess, if you can work out a way to place an object (say an invisible cube) along the camera boresight at ground level, that would be a good start?