Jump to content

Hot Start vs Cold Start Issue


memento10

Recommended Posts

Hi Guys,

 

I've been trouble shooting this issue for a while but I can't figure it out.

 

Some missions start with the chopper already running (I'm calling Hot Start) and some you have to start (Cold Start).

 

I have a pit setup using Sioc for just about all the switches.

 

When I start a mission that's Cold Start and I start the chopper myself... everything works fine.

 

When I start a mission that's Hot Start I get the following problem:

- no power to Shkval

- no power to Auto Turn and other targeting buttons

- voice message 'Doppler Navigation System Failure'

- can't get the Helmet Mounted Sight to turn on

 

I've made sure both batteries are on, Weapon System Power (beside Eject switches) is on, K-041 Power switch is on... can't figure it out.

I've even tried shutting down the chopper and restarting it but still no luck.

 

Any suggestions I could try?

 

Thanks in advance!

Link to comment
Share on other sites

  • 1 year later...

I have similar problem. When I start the game (Cold or Hot start) virtual switches not match with my cockpit. Sometimes is all OK, most often after second run the mission.

 

I think have solution, I use one input to resync switches

 

This is sample code:

 

Link IOCARD_SW, Input 43 // Synchronise button
{
 IF &WP_GUNSIGHT = 1
 {
   &WP_GUNSIGHT = 1    
 }
 ELSE
 {
   &WP_GUNSIGHT = 0    
 }
}

Var 0109, name WP_GUNSIGHT, Link IOCARD_SW, Input 12, Type I     // Weapon Panel Gun Sight

Link to comment
Share on other sites

  • Recently Browsing   0 members

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