Radar
I'm having the same problem, i got RWR working, but i can't get the radar to work?
I tried everything suggested in the posts, but it just wont work :(
Any help would be appreciated cause it's driving me nuts lol
This is my VTB_init file :
dofile(LockOn_Options.common_script_path.."devices_defs.lua")
indicator_type = indicator_types.COMMON
--purposes = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW}
VTB_PAGE_0 = 0
VTB_PAGE_1 = 1
VTB_PAGE_2 = 2
SRC_VTB_BASE = 0
SRC_VTB_0 = 1
SRC_VTB_1 = 2
SRC_VTB_2 = 3
local my_path = LockOn_Options.script_path.."VTB/"
page_subsets = {
[sRC_VTB_BASE] = my_path.."VTB_base.lua",
[sRC_VTB_0] = my_path.."VTB_page_0.lua",
[sRC_VTB_1] = my_path.."VTB_page_1.lua",
[sRC_VTB_2] = my_path.."VTB_page_2.lua",
}
----------------------
pages = {
[VTB_PAGE_0] = {SRC_VTB_BASE,SRC_VTB_0},
[VTB_PAGE_1] = {SRC_VTB_BASE,SRC_VTB_1},
[VTB_PAGE_2] = {SRC_VTB_BASE,SRC_VTB_2},
}
init_pageID = VTB_PAGE_0
used_render_mask = "interleave2.bmp" --default mask for TV
dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")
try_find_assigned_viewport("Mirage_RADAR")