Jump to content

Is a "Freeze" button command possible?


Kilo_60

Recommended Posts

I've noticed that when it's paused, you can still flip switches and whatnot (though there's no indication at the time), and then when you unpause, they all happen immediately. Useful on those missions where you start in the air. There's always a few changes I want to make, like turning on the instrument lights.

Link to comment
Share on other sites

You can simply use the Time commands in single player to "freeze" the cockpit.

LAlt + z = Time decelerate

LCtrl + z = Time accelerate

LShift+ z = Time normal

 

I have programmed a macro for my cougar - I press it every time things getting a little hectic. And I get plenty of time to do my work in the cockpit - perfect for programming the flare dispenser for instance. -and I can see instantly the results of my action.

 

Fist press = 4x slower than normal

Second press = normal again

 

Below you see a possible .tmj file for the Cougar programming.

The last two lines show the code on one of the cougars hat switches.

USE ALL_DIRECTX_BUTTONS 
USE MICROSTICK AS MOUSE (11, 3, 1)

REM This Toggle function let you choose between normal and 4x slower time.
REM Fist press = 4x slower than normal - Second press = normal again  

BTN H2R /T {LALT z} {LALT z} {LALT z} {LALT z}
           /T {LSHF z}


Edited by PeterP
aditional info added

Link to comment
Share on other sites

I've noticed that when it's paused, you can still flip switches and whatnot (though there's no indication at the time), and then when you unpause, they all happen immediately.

^this

If you live to fly again, it's a successful landing. The plane being able to fly again is just a bonus.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...