Jump to content

I'm having some trouble in exporting the F-16's RWR to another monitor.


Recommended Posts

Posted

I've downloaded HELIOS profile from Capt. Zeen to see how he managed to edit the RWR_ALR56_init.lua file. And properly added the entry to my monitors lua, but I can't seem to get it to show up on my second screen. Is the RWR from the F-16 bit of an offset like the F-18 IFEI? Which I had to add at x=1720 instead of everything else from x = 1910. I know the current position, at x = 1960 works, since that's the same position I have for the F-5E RWR, and it displays successfully. So, I have deduced that it is something else that I can't quite understand what it is.

 

 

 

    -- F-16C
   		F16_RWR =
   	
   	{
   		 x = 1960;
   		 y = 0;
   		 width = 200;
   		 height = 200;
   	}

 

 

The entry on Capt. Zeen's RWR_ALR56_init.lua file.

 

 

 

    dofile(LockOn_Options.common_script_path.."devices_defs.lua")
   
   indicator_type = indicator_types.COMMON
   
   shaderLineParamsUpdatable  = true
   shaderLineDefaultThickness = 0.8
   shaderLineDefaultFuzziness = 0.4
   shaderLineDrawAsWire 	   = false
   shaderLineUseSpecularPass  = true
   
   dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")
   try_find_assigned_viewport("F16_RWR")
   
   
   opacity_sensitive_materials = 

 

http://www.captzeen.com/helios/downloads.asp

 

 

 

Any help will be very appreciated. Thanks!

Posted
I have no issue exporting it try my file ?

 

 

That worked!!! Thank you!!!

 

Also, it may, or may have not been because I added a \displays\ folder into my RWR path on OVGME... :music_whistling: :music_whistling:

  • Recently Browsing   0 members

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