Sign in to follow this  
Kokoc

Cant off active radars , please help!

3 posts in this topic

15 minutes ago, Kokoc said:

Hello , I want to off active radar on all vehicles , but I cant find it options . Help please!

In your mission.pbo open the description.ext and search 

showHUD[] =
{
    true,   // Scripted HUD (same as showHUD command)
    true,   // Vehicle + soldier info
    true,   // Vehicle radar
    true,   // Vehicle compass
    true,   // Tank direction indicator
    false,  // Commanding menu
    false,  // Group Bar
    true,   // HUD Weapon Cursors
    true   // Vehicle Panel (Required for GPS)
};

here you should be able to change it.

Share this post


Link to post
Share on other sites
On ‎29‎.‎03‎.‎2018 at 2:30 PM, WhiteBl00d said:

In your mission.pbo open the description.ext and search 


showHUD[] =
{
    true,   // Scripted HUD (same as showHUD command)
    true,   // Vehicle + soldier info
    true,   // Vehicle radar
    true,   // Vehicle compass
    true,   // Tank direction indicator
    false,  // Commanding menu
    false,  // Group Bar
    true,   // HUD Weapon Cursors
    true   // Vehicle Panel (Required for GPS)
};

here you should be able to change it.

This way i know , i want off only active radar , not all sensors

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.