Jump to content

Recommended Posts

Posted (edited)

I am using the latest version of Helios and the latest version of Loz/Cpt Z’s profile for the A10-c. I have been away from the A10 for awhile and upon coming back to it, the RWR and CMSC viewports do not appear in the profile. All the rest of the viewports work fine.

 

The viewport for the RWR is:

ED_A10C_RWR =

 

{

x = 2520;

y = 161;

width = 175;

height = 175;

}

and the init file contains the following lines:

--added for Instrument Export Mod

purposes = {render_purpose.GENERAL}

update_screenspace_diplacement(1,0,0)

try_find_assigned_viewport("ED_A10C_RWR","RWR_SCREEN")

--end Instrument Export Mod adds

 

The viewport for the CMSC is

ED_A10C_CMSC =

{

x = 2776;

y = 141;

width = 230;

height = 49;

}

and the init file contains the following lines:

--added for Instrument Export Mod

--update_screenspace_diplacement(1,0,0) --here just in case needed

try_find_assigned_viewport("ED_A10C_CMSC","CMSC_SCREEN")

 

I cannot figure out the problem. Any suggestions?

Edited by sobe

Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .

Posted

The answer from Nic:

make sure the line

dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")

is in the lua file and before the line

try_find_assigned_viewport("A_10C_RWR_SCREEN")

or however the viewport is called for you

talking about the _init.lua files here

Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .

  • Recently Browsing   0 members

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